Skip to content

Releases: dtolnay/syn

2.0.49

16 Feb 00:47
2.0.49
e64c063
Compare
Choose a tag to compare
  • Improve error location when parsing from an empty string literal using LitStr::parse (#1590)

2.0.48

04 Jan 17:24
2.0.48
5e16fc2
Compare
Choose a tag to compare
  • Improve error message on unexpected token after else (#1578)

2.0.47

03 Jan 23:04
2.0.47
2c96972
Compare
Choose a tag to compare
  • Improve error messages related to proc_macro::LexError (#1575)

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