Skip to content

Releases: dtolnay/quote

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)

1.0.6

17 May 20:16
1.0.6
d67d687
Compare
Choose a tag to compare
  • Support Cow used as an ident fragment inside format_ident! (#158, thanks @randomPoison)

1.0.5

13 May 06:02
1.0.5
b4f1671
Compare
Choose a tag to compare
  • Documentation improvements

1.0.4

30 Apr 19:25
1.0.4
cc50e29
Compare
Choose a tag to compare

1.0.3

05 Mar 00:01
1.0.3
e030093
Compare
Choose a tag to compare
  • Avoid panic when using quote! on raw identifiers (#140)

1.0.2

18 Aug 02:58
1.0.2
727436c
Compare
Choose a tag to compare
  • Fix missing token if there is a star adjacent to repetition (#130)

1.0.1

16 Aug 16:12
1.0.1
78f551d
Compare
Choose a tag to compare
  • Documentation improvements