Skip to content

Releases: dtolnay/syn

2.0.114

Choose a tag to compare

@dtolnay dtolnay released this 07 Jan 02:36
2.0.114
211e0df
  • Make std dependencies more easily discoverable in source code (#1956, thanks @tamird)

2.0.113

Choose a tag to compare

@dtolnay dtolnay released this 03 Jan 21:54
2.0.113
8cfa32a
  • Allow parsing TypeParam with colon not followed by any type param bounds (#1953, thanks @wyfo)

2.0.112

Choose a tag to compare

@dtolnay dtolnay released this 30 Dec 16:08
2.0.112
f8f2a42

2.0.111

Choose a tag to compare

@dtolnay dtolnay released this 23 Nov 04:16
2.0.111
4e50867
  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#1946)

2.0.110

Choose a tag to compare

@dtolnay dtolnay released this 10 Nov 02:56
2.0.110
1c8cabe
  • Tweaks to improve build speed (#1939, thanks @dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#1940)
  • Support parsing syn::Meta followed by => (#1944)

2.0.109

Choose a tag to compare

@dtolnay dtolnay released this 05 Nov 21:13
2.0.109
085e597

2.0.108

Choose a tag to compare

@dtolnay dtolnay released this 22 Oct 22:48
2.0.108
7a7e331
  • Parse unrecognized or invalid literals as Lit::Verbatim (#1925)

2.0.107

Choose a tag to compare

@dtolnay dtolnay released this 18 Oct 16:07
2.0.107
e4a8957
  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#1917)
  • Improve panic message on Punctuated index out of bounds (#1922)

2.0.106

Choose a tag to compare

@dtolnay dtolnay released this 16 Aug 00:41
2.0.106
0e4bc64
  • Replace ~const syntax with [const] conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)
  • Support conditionally const impl Trait types (#1897)
  • Reject polarity modifier and lifetime binder used in the same trait bound (#1899, rust-lang/rust#127054)
  • Parse const trait bounds with bound lifetimes (#1902)
  • Parse bound lifetimes with lifetime bounds (#1903)
  • Allow type parameters and const parameters in trait bounds and generic closures (#1904, #1907, #1908, #1909)

2.0.105

Choose a tag to compare

@dtolnay dtolnay released this 13 Aug 16:34
2.0.105
9a8cc49