Skip to content

Releases: dtolnay/syn

2.0.60

17 Apr 19:10
2.0.60
7029b22
Compare
Choose a tag to compare
  • Improve how None-delimited groups are counted by peek (#1625)

2.0.59

15 Apr 00:59
2.0.59
922ea2d
Compare
Choose a tag to compare
  • Parse c"…" and cr"…" C-string literal syntax as Lit::CStr (#1502)

2.0.58

03 Apr 01:58
2.0.58
81adad6
Compare
Choose a tag to compare
  • Support $ in custom_punctuation! macro (#1611)

2.0.57

30 Mar 03:04
2.0.57
9cea040
Compare
Choose a tag to compare
  • Eliminate dependency on quote when built with default-features disabled and the "proc-macro" feature enabled (#1608, thanks @BD103)

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