Skip to content

Releases: dtolnay/syn

2.0.26

15 Jul 05:30
2.0.26
a4d7aa8
Compare
Choose a tag to compare
  • Implement Spanned for QSelf (#1465)

2.0.25

09 Jul 17:53
2.0.25
026a38c
Compare
Choose a tag to compare
  • Support single identifier as unbraced const generic argument (#1483)
  • Produce error message when LitStr::parse is used on a suffixed string literal (#1484)

2.0.24

09 Jul 04:07
2.0.24
24c48cd
Compare
Choose a tag to compare
  • Fix duplication of braces around const generic argument in non-full mode (#1482)

2.0.23

02 Jul 19:43
2.0.23
f3cd37a
Compare
Choose a tag to compare
  • Preserve attributes on verbatim Item in statement position (#1476)
  • Support generic_const_exprs where-clauses such as where [(); { T::COUNT }]: in non-"full" mode (#1478)

2.0.22

24 Jun 23:20
2.0.22
0ca3547
Compare
Choose a tag to compare

2.0.21

24 Jun 19:25
2.0.21
cdacef7
Compare
Choose a tag to compare
  • Fix value computed by LitByteStr::value in the case of a cooked byte string literal containing form feed or vertical tab characters following an escaped newline (#1474)

2.0.20

24 Jun 04:49
2.0.20
0d55124
Compare
Choose a tag to compare
  • Documentation improvements

2.0.19

08 Jun 01:18
2.0.19
35e6821
Compare
Choose a tag to compare
  • Improve rendering of compile errors within 2015-edition code calling a 2018+ edition proc macro (#1467, thanks @danielhenrymantilla)

2.0.18

26 May 18:10
2.0.18
4cae0a2
Compare
Choose a tag to compare
  • Permit empty attr in syn::meta::parser (#1460)

2.0.17

25 May 21:45
2.0.17
c59a68d
Compare
Choose a tag to compare
  • Enable proc_macro support on wasm targets (#1459)