Skip to content

Releases: dtolnay/proc-macro2

1.0.34

26 Dec 22:06
1.0.34
3ff70da
Compare
Choose a tag to compare
  • Work around doc build failure due to docs.rs flags change (#310)

1.0.33

05 Dec 19:51
1.0.33
9f100ba
Compare
Choose a tag to compare

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)