GitHub / dtolnay/quote issues and pull requests
#299 - Replace the usize counter with a bool flag
Issue -
State: open - Opened by JerryQ17 about 1 month ago
#298 - use-after-free of `proc_macro` symbol when calling to_token_stream as lazy_static
Issue -
State: closed - Opened by MilkBlock about 1 month ago
- 2 comments
#297 - Feature Request: Add interpolation syntax for expressions
Issue -
State: closed - Opened by titaniumtraveler 2 months ago
- 2 comments
#296 - feat: advanced expression expansion
Pull Request -
State: closed - Opened by stifskere 3 months ago
#295 - Feature: Add `const_quote` macro
Pull Request -
State: closed - Opened by Fancyflame 4 months ago
#294 - Outdated documentation?
Issue -
State: closed - Opened by beta-ziliani 5 months ago
- 2 comments
#293 - refactor: push_lifetime* goes through an array instead of a manual iterator
Pull Request -
State: closed - Opened by aatifsyed 5 months ago
#292 - quote_spanned! must use the span when embedding literals
Issue -
State: closed - Opened by vrurg 5 months ago
- 1 comment
#291 - Unseparated punctuations should have `Spacing::Joint`
Issue -
State: open - Opened by kazatsuyu 5 months ago
#290 - Add #[clippy::format_args] on `format_ident!`
Issue -
State: open - Opened by dtolnay 5 months ago
#289 - variable not expanding when wrapped in curly brackets
Issue -
State: closed - Opened by DrAlta 6 months ago
- 2 comments
#288 - Confising error reporting when interpolation
Issue -
State: closed - Opened by feyleth 6 months ago
- 3 comments
#287 - Strange Behavior When Lacking the Specifier # in `quote! {...}` In a Proc-Macro
Issue -
State: closed - Opened by jnoorchashm37 7 months ago
- 1 comment
#286 - Implement repetition for arrays
Pull Request -
State: closed - Opened by dtolnay 7 months ago
#285 - Feature Request : Option Expansion
Issue -
State: closed - Opened by NovaliX-Dev 9 months ago
- 2 comments
#284 - Add special syntax for using strings as identifiers
Issue -
State: closed - Opened by nyurik 11 months ago
- 1 comment
#283 - Implement ToTokens for CStr and CString
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#282 - Consistently use `tokens` as the name of the &mut TokenStream arg
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#281 - Combine char's ToTokens impl with numeric primitives
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#280 - Synchronize repetition documentation from rustdoc to readme
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#279 - How to build path of two idents?
Issue -
State: closed - Opened by obsoleszenz 12 months ago
- 2 comments
#278 - When create struct with keyword field get nothing?
Issue -
State: closed - Opened by beanbean97 12 months ago
- 1 comment
#277 - Question / Feature Request: Support generation of raw string literals
Issue -
State: closed - Opened by Carter12s about 1 year ago
- 4 comments
#276 - Interpolate blocks
Pull Request -
State: closed - Opened by Pistonight about 1 year ago
#275 - Feature: allow interpolation of any block that returns ToTokens
Issue -
State: closed - Opened by Pistonight about 1 year ago
- 2 comments
#274 - [feature]Support insert method call
Issue -
State: closed - Opened by yyy33 about 1 year ago
- 2 comments
#273 - Apply doc comment to cfg(not(doc)) macros too
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#272 - By design? `<&str as quote::ToTokens>::into_token_stream()` produces different output from `proc_macro2::TokenStream::from_str()`
Issue -
State: closed - Opened by Houtamelo over 1 year ago
- 1 comment
#271 - How to add b prefix?
Issue -
State: closed - Opened by uuhan over 1 year ago
- 1 comment
#270 - Update benchmark results using nightly-2024-01-07
Pull Request -
State: closed - Opened by dtolnay over 1 year ago
#269 - misplaced \n
Issue -
State: closed - Opened by doubleailes over 1 year ago
- 1 comment
#268 - ToTokens for NonZero integers?
Issue -
State: closed - Opened by greyblake over 1 year ago
- 2 comments
#267 - Quoting type's path
Issue -
State: closed - Opened by deuszx over 1 year ago
- 1 comment
#266 - it is possible to add some macros to all functions in project?
Issue -
State: closed - Opened by 3DRaven almost 2 years ago
#265 - Can one rely on `ToTokens` not being implemented for `proc_macro::TokenStream`
Issue -
State: closed - Opened by ModProg almost 2 years ago
- 3 comments
#264 - Is it possible to use quote in no_std projects? #792
Issue -
State: closed - Opened by wojciech-cichocki almost 2 years ago
- 2 comments
#263 - How to insert a hex literal into a TokenStream?
Issue -
State: closed - Opened by xpe almost 2 years ago
- 1 comment
#262 - Update syn 1.0 link to syn 2.0
Pull Request -
State: closed - Opened by dtolnay almost 2 years ago
#261 - no problem. delete this.
Issue -
State: closed - Opened by idersan almost 2 years ago
- 2 comments
#260 - Best practice for implementing `ToTokens` for more complex types e.g. structs?
Issue -
State: closed - Opened by mfreeborn about 2 years ago
- 2 comments
#259 - Add build.rs usage example
Pull Request -
State: closed - Opened by mfreeborn about 2 years ago
#258 - How to pass the result of `quote!` to prettyplease?
Issue -
State: closed - Opened by sztomi about 2 years ago
- 3 comments
#257 - Derive proc macro inside a `macro_rules!` combined with `quote_spanned!` leads to an error
Issue -
State: closed - Opened by Bryanlee99 about 2 years ago
- 1 comment
#256 - Export struct from quote!
Issue -
State: closed - Opened by Massimiliano-solutiontech about 2 years ago
- 1 comment
#255 - `quote!` and `quote_spanned!` macro should take `&mut TokenStream`
Issue -
State: closed - Opened by arafatrahman862 about 2 years ago
- 1 comment
#254 - Extern crate proc_macro available on all wasm targets
Pull Request -
State: closed - Opened by dtolnay about 2 years ago
#253 - Punct spacing is not preserved
Issue -
State: closed - Opened by vldm about 2 years ago
- 2 comments
#252 - An instance where type resolution does not work correctly
Issue -
State: closed - Opened by jjmarchewitz about 2 years ago
- 2 comments
#251 - mention prettyplease for formatting generated code
Pull Request -
State: closed - Opened by Emilgardis about 2 years ago
#250 - Something to format lifetimes
Issue -
State: closed - Opened by ModProg over 2 years ago
- 1 comment
#249 - How to escape `#` character to allow quoting a quote! { } block
Issue -
State: closed - Opened by sam0x17 over 2 years ago
- 1 comment
#248 - Document implementation breaking footnotes in rustdocs
Issue -
State: closed - Opened by frehberg over 2 years ago
- 3 comments
#247 - Improve error message on incorrectly typed span
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#246 - Help span argument of quote_spanned get inferred to Span
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#245 - Release 1.0.24 breaks diesel
Issue -
State: closed - Opened by msrd0 over 2 years ago
- 2 comments
#244 - Compile time regression in 1.0.52
Issue -
State: closed - Opened by ogoffart over 2 years ago
- 2 comments
#243 - Release 1.0.25 appears to break `devise_codegen`
Issue -
State: closed - Opened by rikhuijzer over 2 years ago
- 2 comments
#242 - diesel is currently broken due to sealing of Spanned
Issue -
State: closed - Opened by tsharp over 2 years ago
- 1 comment
#241 - Recent update has a breaking change
Issue -
State: closed - Opened by ShayBox over 2 years ago
- 3 comments
#240 - Make IntoSpan inaccessible outside of quote
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#239 - Generalize quote_spanned to accept DelimSpan as span
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#238 - Split wildcard re-export in runtime module into private and public
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#237 - Add spanned support for DelimSpan
Pull Request -
State: closed - Opened by dtolnay over 2 years ago
#236 - Is it possible to use quote! to generate the code including quote!?
Issue -
State: closed - Opened by ImJeremyHe over 2 years ago
- 1 comment
#235 - Push to existing TokenStream for speed
Issue -
State: closed - Opened by rMazeiks over 2 years ago
- 1 comment
#234 - Vec<String> is not valid Ident
Issue -
State: closed - Opened by lichuan6 over 2 years ago
- 1 comment
#233 - Array indexes ?
Issue -
State: closed - Opened by alkeryn over 2 years ago
- 1 comment
#232 - Iteration triggers `clippy::shadow_reuse`
Issue -
State: closed - Opened by c410-f3r almost 3 years ago
- 1 comment
#231 - Allow any `impl Spanned` for `quote_spanned!`
Issue -
State: closed - Opened by Kyuuhachi almost 3 years ago
- 1 comment
#230 - Support arbitrary containers by IntoIterator blanket impl
Pull Request -
State: open - Opened by lukaslihotzki almost 3 years ago
- 1 comment
#229 - Interpolate arbitrary Iterator multiple times
Issue -
State: open - Opened by lukaslihotzki almost 3 years ago
#228 - Using `quote_spanned` can make proc-macro much less readable
Issue -
State: closed - Opened by Aaron1011 almost 3 years ago
- 1 comment
#227 - How to do nested interpolation for vectors?
Issue -
State: closed - Opened by ozgunozerk almost 3 years ago
- 1 comment
#226 - Call `format!` through an unambiguous path
Pull Request -
State: closed - Opened by dtolnay about 3 years ago
#225 - Use Ident::new_raw to quote raw identifiers
Pull Request -
State: closed - Opened by mystor about 3 years ago
#224 - Disable the invalid span workaround in spanned.rs on patched versions of rustc
Pull Request -
State: closed - Opened by mystor about 3 years ago
#223 - Use `Ident::new_raw` when it's available
Issue -
State: closed - Opened by mystor about 3 years ago
#222 - Consider removing invalid span workaround form `join_spans`
Issue -
State: closed - Opened by mystor about 3 years ago
#221 - Eliminate piles of extra semicolons from expanded code
Pull Request -
State: closed - Opened by dtolnay about 3 years ago
#220 - format operator such as `+` or `-` into an identifier
Issue -
State: closed - Opened by IbrahimFadel over 3 years ago
- 1 comment
#219 - Show simpler rules in macro documentation
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#218 - Anyway to get where a syntax error is happening?
Issue -
State: closed - Opened by gluax over 3 years ago
- 1 comment
#217 - Special case `quote!`/`quote_spanned!` for 1 and 2 tts.
Pull Request -
State: closed - Opened by nnethercote over 3 years ago
- 3 comments
#216 - Use a character other than \0 for testing unicode escapes
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#215 - Touch up comments from PR #211
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#214 - Remove part about `concat!` from doc comment example
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#213 - Option<T> repetitions do not work
Issue -
State: open - Opened by lroux-at-jellysmack over 3 years ago
- 3 comments
#212 - the trait quote::Tokens is not implemented for syn::Ident
Issue -
State: closed - Opened by giluis over 3 years ago
- 2 comments
#211 - Add some comments about how `quote_each_token` works.
Pull Request -
State: closed - Opened by nnethercote over 3 years ago
- 1 comment
#210 - Reorder arguments in `quote_token` and `quote_token_spanned`
Pull Request -
State: closed - Opened by lqd over 3 years ago
- 4 comments
#209 - Order rules in `quote_token!` and `quote_token_spanned!` by frequency.
Pull Request -
State: closed - Opened by nnethercote over 3 years ago
- 3 comments
#208 - async doesn't seem to work?
Issue -
State: closed - Opened by kurtbuilds over 3 years ago
- 1 comment
#207 - Add an example for multiple variables in repetitions
Pull Request -
State: closed - Opened by jo-so over 3 years ago
#206 - format_ident! does not support spans with capturing format strings
Issue -
State: open - Opened by msrd0 over 3 years ago
- 1 comment
#205 - chore: update to rust edition 2021
Pull Request -
State: closed - Opened by somehowchris over 3 years ago
- 1 comment
#204 - Request to yank quote `v1.0.11`from crates.io
Issue -
State: closed - Opened by alamb over 3 years ago
- 12 comments
#203 - Optimize parse+extend to make only one proc macro bridge call
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#202 - Restore support for toolchains without $:literal matcher
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#201 - Fix no as_slice() on arrays on old toolchains
Pull Request -
State: closed - Opened by dtolnay over 3 years ago
#200 - Fix Pattern trait unimplemented for [char; 2]
Pull Request -
State: closed - Opened by dtolnay over 3 years ago