Skip to content

Releases: dtolnay/quote

1.0.20

20 Jun 02:20
1.0.20
5801746
Compare
Choose a tag to compare
  • Remove workaround for dealing with invalid spans on new enough compilers (#224, thanks @mystor)
  • Use Ident::new_raw to quote raw identifiers (#225, thanks @mystor)

1.0.19

18 Jun 23:47
1.0.19
eeabf0d
Compare
Choose a tag to compare
  • Improve the way rustc's -Zunpretty=expanded renders quote's expanded code (#221)

1.0.18

18 Jun 23:46
1.0.18
8c954ca
Compare
Choose a tag to compare
  • Special case quote!/quote_spanned! for inputs of size 1 and 2 tokens to improve performance (#217, thanks @nnethercote)
  • Documentation improvement (#219)

1.0.17

25 Mar 22:27
1.0.17
0ec6e20
Compare
Choose a tag to compare
  • Documentation improvements

1.0.16

17 Mar 22:51
1.0.16
8cad741
Compare
Choose a tag to compare

1.0.15

22 Jan 01:10
1.0.15
278057d
Compare
Choose a tag to compare

1.0.14

22 Jan 01:09
1.0.14
63ce7f4
Compare
Choose a tag to compare
  • Optimization to reduce calls over the proc macro bridge (#203)

1.0.13

27 Dec 22:32
1.0.13
917d940
Compare
Choose a tag to compare
  • Documentation improvements

1.0.12

27 Dec 22:32
1.0.12
071f17f
Compare
Choose a tag to compare
  • Fix proc-macro2 dependency to work with -Zminimal-versions builds

1.0.11

27 Dec 20:31
1.0.11
d9b6327
Compare
Choose a tag to compare
  • Improve performance of quote invocations involving literals, lifetimes, and underscore tokens