Skip to content

Releases: dtolnay/syn

1.0.108

23 Feb 02:50
1.0.108
01f69e9
Compare
Choose a tag to compare
  • Fix handling of unusual whitespace after escaped newlines in LitStr::value (#1381, thanks @ModProg)

1.0.107

19 Dec 17:19
1.0.107
4168f6b
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.106

17 Dec 20:06
1.0.106
5306cde
Compare
Choose a tag to compare
  • Documentation improvements

1.0.105

01 Dec 07:53
1.0.105
998e863
Compare
Choose a tag to compare
  • Improve parse errors related to dyn and impl type syntax (#1245)

1.0.104

01 Dec 07:52
1.0.104
78fa618
Compare
Choose a tag to compare
  • Add PathArguments::is_none()

1.0.103

20 Oct 21:39
1.0.103
c29c2ab
Compare
Choose a tag to compare

1.0.102

07 Oct 00:47
1.0.102
e4127c7
Compare
Choose a tag to compare
  • More efficient internal representation for TokenBuffer (#1223, thanks @CAD97)
  • Fix parsing of a left shift after macro metavariable in type position (#1229)

1.0.101

26 Sep 18:00
1.0.101
96beb3b
Compare
Choose a tag to compare
  • Eliminate a bunch of redundant work done by LitStr::parse (#1221)

1.0.100

19 Sep 00:24
1.0.100
3d01fc3
Compare
Choose a tag to compare

1.0.99

03 Aug 03:57
1.0.99
60ecbac
Compare
Choose a tag to compare
  • Add categories and keywords to crates.io metadata