Skip to content

Releases: dtolnay/proc-macro2

0.4.20

08 Nov 17:18
Compare
Choose a tag to compare
  • Provide unstable Group::span_open and span_close accessors to mirror the API in nightly (#134)

0.4.19

08 Sep 23:24
0.4.19
262c957
Compare
Choose a tag to compare
  • FromIterator<TokenStream> for TokenStream (#130)

0.4.18

06 Sep 16:57
0.4.18
1ded350
Compare
Choose a tag to compare
  • Enable libproc_macro rich API with real spans when building on 1.29.0+ (#128)

0.4.17

03 Sep 17:34
0.4.17
d4286c8
Compare
Choose a tag to compare
  • Performance optimization of impl PartialEq for Ident (#125)

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)