Skip to content

Releases: dtolnay/syn

2.0.33

13 Sep 17:23
2.0.33
5e3f55e
Compare
Choose a tag to compare
  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand

2.0.32

10 Sep 20:17
2.0.32
41b83c8
Compare
Choose a tag to compare

2.0.31

03 Sep 17:26
2.0.31
b20e2c8
Compare
Choose a tag to compare

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)