Skip to content

Releases: dtolnay/syn

2.0.119

Choose a tag to compare

@dtolnay dtolnay released this 15 Jul 00:24
2.0.119
3295f9e
  • Preserve attributes on tail-call expressions in statement position (#1994)
  • Parse field-representing types builtin in type position (#1996)

2.0.118

Choose a tag to compare

@dtolnay dtolnay released this 16 Jun 17:11
2.0.118
f033ef1
  • Documentation improvements

2.0.117

Choose a tag to compare

@dtolnay dtolnay released this 20 Feb 02:40
2.0.117
7bcb37c
  • Fix parsing of self:: pattern in first function argument (#1970)

2.0.116

Choose a tag to compare

@dtolnay dtolnay released this 15 Feb 17:39
2.0.116
a62e54a
  • Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#1968)

2.0.115

Choose a tag to compare

@dtolnay dtolnay released this 12 Feb 04:00
2.0.115
3610c34
  • Enable GenericArgument::Constraint parsing in non-full mode (#1966)

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)