Skip to content

Releases: dtolnay/syn

2.0.30

03 Sep 05:03
2.0.30
78f94ea
Compare
Choose a tag to compare

2.0.29

17 Aug 03:22
2.0.29
b387b13
Compare
Choose a tag to compare

2.0.28

31 Jul 00:38
2.0.28
44c5fdd
Compare
Choose a tag to compare
  • Fix inconsistency between full and non-full expression parse errors (#1491)

2.0.27

21 Jul 03:01
2.0.27
bb23493
Compare
Choose a tag to compare

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)