Skip to content

Releases: dtolnay/proc-macro2

1.0.92

21 Nov 19:34
1.0.92
acc7d36
Compare
Choose a tag to compare
  • Improve compiler/fallback mismatch panic message (#487)

1.0.91

21 Nov 05:50
1.0.91
5046761
Compare
Choose a tag to compare
  • 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

21 Nov 03:30
1.0.90
ec55645
Compare
Choose a tag to compare
  • 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

22 Oct 16:59
1.0.89
671d87d
Compare
Choose a tag to compare
  • Ensure OUT_DIR is left with deterministic contents after build script execution (#474)

1.0.88

16 Oct 14:45
1.0.88
6b3395a
Compare
Choose a tag to compare
  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#472)

1.0.87

07 Oct 14:57
1.0.87
50b477d
Compare
Choose a tag to compare
  • Check valid punctuation character in Punct::new (#470)

1.0.86

21 Jun 00:12
1.0.86
aa9476b
Compare
Choose a tag to compare
  • Documentation improvements

1.0.85

02 Jun 03:10
1.0.85
5ee1cab
Compare
Choose a tag to compare
  • Mark some tests as only for 64-bit targets (#463)

1.0.84

25 May 17:48
1.0.84
33c9578
Compare
Choose a tag to compare

1.0.83

19 May 21:18
1.0.83
1b77aca
Compare
Choose a tag to compare
  • Optimize the representation of Ident (#462)