Skip to content

Releases: dtolnay/syn

2.0.100

09 Mar 21:24
2.0.100
5357c8f
Compare
Choose a tag to compare
  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#1852)

2.0.99

03 Mar 07:50
2.0.99
4552057
Compare
Choose a tag to compare
  • Documentation improvements

2.0.98

02 Feb 01:06
2.0.98
71f3808
Compare
Choose a tag to compare
  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#1847)

2.0.97

01 Feb 19:52
2.0.97
d15bdea
Compare
Choose a tag to compare
  • Documentation improvements

2.0.96

10 Jan 01:44
2.0.96
d1cbce8
Compare
Choose a tag to compare

2.0.95

05 Jan 06:03
2.0.95
c7b7638
Compare
Choose a tag to compare
  • Fix parenthesization of struct literals in let-chains (#1832)

2.0.94

01 Jan 20:40
2.0.94
417ff92
Compare
Choose a tag to compare

2.0.93

28 Dec 20:12
2.0.93
3f2acdc
Compare
Choose a tag to compare
  • Fix expression parsing edge cases: x as T <<= y (#1804), break as T (#1805), match x { _ if .. => {} } (#1807)
  • Fix expression printing edge cases: || -> T 'a: {} (#1806), if break x {} (#1808, #1810)

2.0.92

26 Dec 23:00
2.0.92
c494b9a
Compare
Choose a tag to compare
  • Fix parenthesization of jumps inside ranges (#1798)

2.0.91

22 Dec 01:54
2.0.91
53de985
Compare
Choose a tag to compare
  • Support parsing Vec<Arm> using parse_quote! (#1796, #1797)