Skip to content

Releases: dtolnay/proc-macro2

0.4.14

02 Sep 02:43

Choose a tag to compare

  • Automatically utilize libproc_macro rich API when building on 1.30.0+ (#120)

0.4.13

17 Aug 06:11
0.4.13
ff8e52f

Choose a tag to compare

  • Implement Extend<TokenStream> for TokenStream (#117)
  • Optimize Extend<TokenTree> for TokenStream when building with "nightly" feature (#114)

0.4.12

13 Aug 18:03
0.4.12
60b48bd

Choose a tag to compare

  • Restore support for musl targets that provide a binary releases of the compiler for musl

0.4.11

12 Aug 07:08
0.4.11
42739ba

Choose a tag to compare

  • Restore compatibility with old compilers (#112)

0.4.10

12 Aug 07:07

Choose a tag to compare

  • Support building for wasm which has no proc-macro crate (#111)

0.4.9

12 Aug 07:06

Choose a tag to compare

  • Fix compile on nightly

0.4.8

17 Jul 06:00
0.4.8
1aa1943

Choose a tag to compare

0.4.7

17 Jul 05:50
0.4.7
1e221fa

Choose a tag to compare

  • impl Default for TokenStream (#106, thanks @H2CO3)

0.4.6

04 Jun 08:05
0.4.6
b761e47

Choose a tag to compare

  • Include semver exempt APIs on docs.rs (#81, #82)

0.4.5

02 Jun 22:55
0.4.5
3585629

Choose a tag to compare

  • Fix Display impl for Group (#98, thanks @hcpl)
  • Simplify Debug representation of Ident