Skip to content

Releases: dtolnay/syn

2.0.56

30 Mar 03:02
2.0.56
3c07b78
Compare
Choose a tag to compare
  • Apply RUSTC_WORKSPACE_WRAPPER when deciding whether to run nightly-only tests (#1605)

2.0.55

24 Mar 03:51
2.0.55
d4c4811
Compare
Choose a tag to compare
  • Restore compatibility with rustc 1.56 through 1.59 (#1603)

2.0.54

24 Mar 03:21
2.0.54
a5d02b1
Compare
Choose a tag to compare
  • Fix dead code warning in generated code when using custom_keyword! with syn's "printing" feature disabled (#1602)

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)