Skip to content

Releases: dtolnay/proc-macro2

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)

0.4.6

04 Jun 08:05
0.4.6
b761e47
Compare
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
Compare
Choose a tag to compare
  • Fix Display impl for Group (#98, thanks @hcpl)
  • Simplify Debug representation of Ident

0.4.4

29 May 03:16
0.4.4
8d71928
Compare
Choose a tag to compare
  • Deprecate TokenStream::empty, provide equivalent TokenStream::new (rust-lang/rust#51073)
  • Performance improvement for the common case of parsing ASCII identifiers (#94, thanks @nnethercote)