Skip to content

Releases: dtolnay/syn

2.0.80

19 Oct 18:51
2.0.80
9ddac65
Compare
Choose a tag to compare
  • Add Expr::RawAddr (#1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#1747)
  • Reject trait bound containing only precise capture (#1748)

2.0.79

27 Sep 18:45
2.0.79
732e6e3
Compare
Choose a tag to compare
  • Fix infinite loop on parsing chained ranges (#1741)
  • Fix panic in parsing use items containing absolute paths (#1742)

2.0.78

27 Sep 17:35
2.0.78
09d020f
Compare
Choose a tag to compare
  • Fix infinite loop on chained comparison (#1739)

2.0.77

31 Aug 00:18
2.0.77
6232266
Compare
Choose a tag to compare
  • Support parsing Expr::Tuple in non-"full" mode (#1727)

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)