Skip to content

Releases: dtolnay/quote

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

1.0.10

05 Oct 03:42
1.0.10
f1df6c7
Compare
Choose a tag to compare

1.0.9

05 Oct 03:41
1.0.9
68ebadb
Compare
Choose a tag to compare
Release 1.0.9

1.0.8

20 Dec 21:40
1.0.8
8294929
Compare
Choose a tag to compare
  • Help debug invalid raw identifiers passed to format_ident! (#173, #175)

1.0.7

07 Jun 18:10
1.0.7
9de44cd
Compare
Choose a tag to compare
  • Add fast path to improve compile time of generated code when using quote! with the default span (#159)