Skip to content

Releases: dtolnay/syn

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)

2.0.16

14 May 09:39
2.0.16
Compare
Choose a tag to compare

2.0.15

13 Apr 15:55
2.0.15
3da56a7
Compare
Choose a tag to compare
  • Ensure Type::Tuple of length 1 prints as a tuple even if trailing comma is not provided in the Punctuated (#1444, thanks @Fancyflame)

2.0.14

11 Apr 09:27
2.0.14
23686e4
Compare
Choose a tag to compare