Skip to content

Releases: dtolnay/syn

2.0.46

02 Jan 06:07
2.0.46
1650c86
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

2.0.45

01 Jan 19:28
2.0.45
6bfa278
Compare
Choose a tag to compare
  • Parse unsupported expressions in enum discriminants of DeriveInput as Expr::Verbatim in non-"full" mode, instead of error (#1513)
  • Support parsing PatType with parse_quote! (#1573)

2.0.44

01 Jan 01:43
2.0.44
58b42f5
Compare
Choose a tag to compare
  • Documentation improvements

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