Skip to content

Releases: dtolnay/proc-macro2

0.4.16

02 Sep 02:45
0.4.16
aeae459
Compare
Choose a tag to compare
  • Hide some distracting stderr output when checking nightly support (#123)

0.4.15

02 Sep 02:44
Compare
Choose a tag to compare
  • Provide Span::unstable method whenever nightly feature is enabled (#121)

0.4.14

02 Sep 02:43
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Restore compatibility with old compilers (#112)

0.4.10

12 Aug 07:07
Compare
Choose a tag to compare
  • Support building for wasm which has no proc-macro crate (#111)

0.4.9

12 Aug 07:06
Compare
Choose a tag to compare
  • Fix compile on nightly

0.4.8

17 Jul 06:00
0.4.8
1aa1943
Compare
Choose a tag to compare

0.4.7

17 Jul 05:50
0.4.7
1e221fa
Compare
Choose a tag to compare
  • impl Default for TokenStream (#106, thanks @H2CO3)