Skip to content

Releases: dtolnay/syn

2.0.43

25 Dec 04:33
2.0.43
95ee052
Compare
Choose a tag to compare
  • Insert trailing comma if not already present when printing a 1-tuple in pattern position (#1553)

2.0.42

20 Dec 23:21
2.0.42
6dcf8ab
Compare
Choose a tag to compare
  • Documentation improvements

2.0.41

12 Dec 23:06
2.0.41
63b1701
Compare
Choose a tag to compare
  • Support parsing syn::Field in parse_quote! (#1548)

2.0.40

11 Dec 02:41
2.0.40
cf7f40a
Compare
Choose a tag to compare

2.0.39

06 Nov 01:41
2.0.39
924217c
Compare
Choose a tag to compare
  • Fix parsing of return expression in match guards (#1528)
  • Improve error message on labeled loop as value expression for break (#1531)

2.0.38

05 Oct 18:52
2.0.38
43632bf
Compare
Choose a tag to compare
  • Fix "method 'peek' has an incompatible type for trait" error when defining bool as a custom keyword (#1518, thanks @Vanille-N)

2.0.37

18 Sep 03:06
2.0.37
9681088
Compare
Choose a tag to compare
  • Work around incorrect future compatibility warning in rustc 1.74.0-nightly

2.0.36

16 Sep 20:57
2.0.36
ef6476c
Compare
Choose a tag to compare
  • Restore compatibility with --generate-link-to-definition documentation builds (#1514)

2.0.35

15 Sep 22:01
2.0.35
ce360ff
Compare
Choose a tag to compare
  • Make rust-analyzer produce preferred brackets for invocations of Token! macro (#1510, #1512)

2.0.34

15 Sep 19:06
2.0.34
975ce0b
Compare
Choose a tag to compare
  • Documentation improvements