Skip to content

Releases: dtolnay/syn

2.0.53

16 Mar 22:50
2.0.53
32dcf8d
Compare
Choose a tag to compare
  • Implement Copy, Clone, and ToTokens for syn::parse::Nothing (#1597)

2.0.52

28 Feb 20:04
2.0.52
07ede6a
Compare
Choose a tag to compare
  • Add an expression parser that uses match-arm's boundary rules (#1593)

2.0.51

26 Feb 07:42
2.0.51
5e15a9b
Compare
Choose a tag to compare
  • Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly

2.0.50

19 Feb 23:12
2.0.50
0dae015
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

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