Skip to content

Releases: dtolnay/proc-macro2

1.0.79

12 Mar 03:12
1.0.79
4ba4ab1
Compare
Choose a tag to compare
  • Clean up dead code

1.0.78

21 Jan 02:23
1.0.78
d850a1d
Compare
Choose a tag to compare

1.0.77

21 Jan 01:05
1.0.77
da1be4d
Compare
Choose a tag to compare
  • Add a function to reset thread-local span data (#438, thanks @buchgr)

1.0.76

06 Jan 02:51
1.0.76
ea778eb
Compare
Choose a tag to compare
  • Work around dead_code warning false positive (#435)

1.0.75

03 Jan 23:02
1.0.75
2a9b955
Compare
Choose a tag to compare
  • Improve error messages related to proc_macro::LexError (#434)

1.0.74

02 Jan 04:48
1.0.74
6cb41f8
Compare
Choose a tag to compare
  • Work around improperly cached build script result by sccache (#432)

1.0.73

01 Jan 00:19
1.0.73
4dce5d7
Compare
Choose a tag to compare
  • Documentation improvements

1.0.72

31 Dec 01:48
1.0.72
643cb89
Compare
Choose a tag to compare
  • Improve build script to be robust to proc_macro::Span unstable API changes

1.0.71

21 Dec 19:02
1.0.71
593681b
Compare
Choose a tag to compare
  • Turn on deny(unsafe_op_in_unsafe_fn) lint

1.0.70

26 Nov 01:46
1.0.70
cd31a69
Compare
Choose a tag to compare
  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)