Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.13
16 May 04:40
Compare
Sorry, something went wrong.
No results found
Parse literal suffix on byte string, byte, and char literal tokens: br#"..."#suffix, b'?'suffix, '?'suffix
1.0.12
02 May 00:31
Compare
Sorry, something went wrong.
No results found
Add a way to force avoid using the compiler's libproc_macro implementation even when available (#220 )
1.0.11
01 May 22:53
Compare
Sorry, something went wrong.
No results found
1.0.10
30 Mar 18:05
Compare
Sorry, something went wrong.
No results found
Enable span-locations feature when building for play.rust-lang.org
1.0.9
24 Feb 23:49
Compare
Sorry, something went wrong.
No results found
Match the escaping behavior of libproc_macro when displaying non-ascii strings and characters
1.0.8
17 Jan 03:40
Compare
Sorry, something went wrong.
No results found
1.0.7
01 Jan 17:08
Compare
Sorry, something went wrong.
No results found
Return meaningful spans from Group::span_open and Group::span_close when running with span-locations feature enabled outside of a procedural macro
1.0.6
25 Oct 05:49
Compare
Sorry, something went wrong.
No results found
1.0.5
04 Oct 20:18
Compare
Sorry, something went wrong.
No results found
Improve performance of impl Extend<TokenTree> for TokenStream (#198 )
1.0.4
21 Sep 08:01
Compare
Sorry, something went wrong.
No results found
Add Literal::subspan method to match libproc_macro (#195 )