Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.92
- Improve compiler/fallback mismatch panic message (#487)
1.0.91
- Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#484)
1.0.90
- Improve error recovery in TokenStream's and Literal's FromStr implementations to work around rust-lang/rust#58736 such that rustc does not poison compilation on codepaths that should be recoverable errors (#477, #478, #479, #480, #481, #482)
1.0.89
- Ensure OUT_DIR is left with deterministic contents after build script execution (#474)
1.0.88
- Return accurate line and column from
Span::start
and Span::end
inside proc macros on nightly (#472)
1.0.87
- Check valid punctuation character in
Punct::new
(#470)
1.0.86
- Documentation improvements
1.0.85
- Mark some tests as only for 64-bit targets (#463)
1.0.83
- Optimize the representation of
Ident
(#462)