Skip to content

Releases: dtolnay/syn

2.0.76

24 Aug 06:49
2.0.76
ef3e9c6
Compare
Choose a tag to compare
  • Enforce that tail call become keyword is followed by an expression (#1725)

2.0.75

17 Aug 20:50
2.0.75
d1746fe
Compare
Choose a tag to compare
  • Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722)

2.0.74

11 Aug 16:22
2.0.74
b15ae28
Compare
Choose a tag to compare
  • Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics iterator methods (#1719)

2.0.73

11 Aug 05:29
2.0.73
b5a5a8c
Compare
Choose a tag to compare

2.0.72

21 Jul 23:40
2.0.72
c59828f
Compare
Choose a tag to compare

2.0.71

12 Jul 13:05
2.0.71
f34dc7b
Compare
Choose a tag to compare
  • Do not require mutable borrow in Punctuated::get() (#1706, thanks @lemunozm)

2.0.70

08 Jul 18:54
2.0.70
5c67e26
Compare
Choose a tag to compare

2.0.69

06 Jul 22:39
2.0.69
d4a0ff5
Compare
Choose a tag to compare
  • Correctly parenthesize labeled loops inside a break value (#1692)
  • Add Punctuated::get and get_mut (#1693)

2.0.68

23 Jun 21:03
2.0.68
ecb0429
Compare
Choose a tag to compare
  • Improve panic location when parse_quote! parses invalid syntax (#1690, thanks @stepancheg)
  • More efficient peek implementation for Group and Lifetime (#1687)

2.0.67

20 Jun 23:46
2.0.67
25f6299
Compare
Choose a tag to compare
  • Produce more accurate error message locations for errors located at the end of a nested group (#1679, #1680)
  • Support peeking LitCStr in ParseStream::peek (#1682)