Skip to content

Releases: dtolnay/quote

1.0.26

08 May 15:21
1.0.26
ca98b65
Compare
Choose a tag to compare
  • Improve error message on incorrectly typed span (#247)

1.0.25

08 May 15:20
1.0.25
91dfd00
Compare
Choose a tag to compare
  • Generalize quote_spanned! to accept DelimSpan as span (#239)

1.0.24

08 May 15:19
1.0.24
5c776cb
Compare
Choose a tag to compare
  • Documentation improvements

1.0.23

19 Dec 17:16
1.0.23
550af67
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.22

17 Dec 19:33
1.0.22
2386c5a
Compare
Choose a tag to compare
  • Documentation improvements

1.0.21

03 Aug 03:58
1.0.21
34d94b4
Compare
Choose a tag to compare
  • Add keywords to crates.io metadata

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