Skip to content

Releases: dtolnay/proc-macro2

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)

1.0.82

07 May 04:24
1.0.82
8dc63f3
Compare
Choose a tag to compare
  • Resolve unexpected_cfgs warning (#456)

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)