Skip to content

Releases: dtolnay/proc-macro2

1.0.81

17 Apr 01:35
1.0.81
fd2c998
Compare
Choose a tag to compare
  • Documentation improvements

1.0.80

14 Apr 21:47
1.0.80
da51f8d
Compare
Choose a tag to compare
  • Add Literal::byte_character constructor (#449)
  • Add Literal::c_string constructor #450)

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