Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.33
05 Dec 19:51
Compare
Sorry, something went wrong.
No results found
1.0.32
26 Oct 19:17
Compare
Sorry, something went wrong.
No results found
1.0.31
26 Oct 17:56
Compare
Sorry, something went wrong.
No results found
Update Cargo metadata to new repository location
1.0.30
26 Oct 17:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Pick up stable implementation of proc_macro's impl FromStr for Literal (#287 )
1.0.28
23 Jul 02:59
Compare
Sorry, something went wrong.
No results found
1.0.27
20 May 02:50
Compare
Sorry, something went wrong.
No results found
1.0.26
01 Apr 03:49
Compare
Sorry, something went wrong.
No results found
Add impl LexError { pub fn span(&self) -> Span } (#283 )
1.0.25
01 Apr 02:20
Compare
Sorry, something went wrong.
No results found
1.0.24
01 Oct 04:08
Compare
Sorry, something went wrong.
No results found
Implement Error and Display for proc_macro2::LexError, matching the libproc_macro impls which exists in Rust 1.44+ (#240 )