Skip to content

Releases: dtolnay/proc-macro2

1.0.32

26 Oct 19:17
1.0.32
124002d
Compare
Choose a tag to compare

1.0.31

26 Oct 17:56
1.0.31
37484ec
Compare
Choose a tag to compare
  • Update Cargo metadata to new repository location

1.0.30

26 Oct 17:55
1.0.30
1023902
Compare
Choose a tag to compare
  • Use proc_macro::is_available on Rust 1.57+ to support projects built with panic=abort or cg_clif (#300, thanks @bjorn3)

1.0.29

30 Aug 19:25
1.0.29
4fc8967
Compare
Choose a tag to compare
  • Pick up stable implementation of proc_macro's impl FromStr for Literal (#287)

1.0.28

23 Jul 02:59
1.0.28
93c4df2
Compare
Choose a tag to compare

1.0.27

20 May 02:50
1.0.27
2517d62
Compare
Choose a tag to compare

1.0.26

01 Apr 03:49
1.0.26
56043a1
Compare
Choose a tag to compare
  • Add impl LexError { pub fn span(&self) -> Span } (#283)

1.0.25

01 Apr 02:20
1.0.25
cd58340
Compare
Choose a tag to compare
  • Documentation improvements (#278, #279)

1.0.24

01 Oct 04:08
1.0.24
d2c09ab
Compare
Choose a tag to compare
  • Implement Error and Display for proc_macro2::LexError, matching the libproc_macro impls which exists in Rust 1.44+ (#240)

1.0.23

26 Sep 15:23
1.0.23
4e42b88
Compare
Choose a tag to compare
  • Fix several bugs involving lexing of unicode escapes and carriage returns in string literals (#256, #257, #258, #259, #260)