Skip to content

Releases: dtolnay/proc-macro2

1.0.13

16 May 04:40
1.0.13
3f9b24d

Choose a tag to compare

  • Parse literal suffix on byte string, byte, and char literal tokens: br#"..."#suffix, b'?'suffix, '?'suffix

1.0.12

02 May 00:31
1.0.12
7526e00

Choose a tag to compare

  • Add a way to force avoid using the compiler's libproc_macro implementation even when available (#220)

1.0.11

01 May 22:53
1.0.11
4014c74

Choose a tag to compare

(yanked)

1.0.10

30 Mar 18:05
1.0.10
4173a21

Choose a tag to compare

  • Enable span-locations feature when building for play.rust-lang.org

1.0.9

24 Feb 23:49
1.0.9
b7daef7

Choose a tag to compare

  • Match the escaping behavior of libproc_macro when displaying non-ascii strings and characters

1.0.8

17 Jan 03:40
1.0.8
903a972

Choose a tag to compare

1.0.7

01 Jan 17:08
1.0.7
d5d48ed

Choose a tag to compare

  • 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
1.0.6
e82e857

Choose a tag to compare

  • No code changes.

Just retriggering a docs.rs build because 1.0.5 failed. See #203 and rust-lang/docs.rs#440.

1.0.5

04 Oct 20:18
1.0.5
a4e9050

Choose a tag to compare

  • Improve performance of impl Extend<TokenTree> for TokenStream (#198)

1.0.4

21 Sep 08:01
1.0.4
bdac373

Choose a tag to compare

  • Add Literal::subspan method to match libproc_macro (#195)