Skip to content

Releases: dtolnay/syn

0.12.14

09 Mar 09:03
0.12.14
8af5399
Compare
Choose a tag to compare
  • Avoid printing where keyword in empty where-clause

0.12.13

09 Mar 09:02
0.12.13
807b535
Compare
Choose a tag to compare

0.12.12

09 Mar 09:01
0.12.12
6f03cfc
Compare
Choose a tag to compare
  • Fix compile error when building with "parsing" but not "printing" feature
  • Small documentation fix (#355, thanks @CryZe)

0.12.11

09 Mar 08:59
0.12.11
49962c3
Compare
Choose a tag to compare
  • LitStr::parse method to parse LitStr into syntax tree node
  • Fix panic when encountering doc comments in unusual places
  • Disallow generic arguments in path of a macro invocation
  • Support Expr::Paren whether or not "full" is enabled

0.12.10

23 Jan 17:13
0.12.10
7e00059
Compare
Choose a tag to compare
  • Handle boolean literals in Attribute::interpret_meta (#347, thanks @Eijebong)

0.12.9

23 Jan 08:58
0.12.9
6044da3
Compare
Choose a tag to compare
  • Expose parse_quote! macro whether or not the "printing" feature is enabled

0.12.8

23 Jan 08:58
0.12.8
fe859fe
Compare
Choose a tag to compare

(yanked)

0.12.7

19 Jan 07:27
0.12.7
24a58fd
Compare
Choose a tag to compare
  • Support attributes on fields in a struct initializer expression (#334)

0.12.6

17 Jan 19:03
0.12.6
bcf16a5
Compare
Choose a tag to compare
  • Add method to iterate over the fields in a Fields regardless of whether they are named or unnamed (#324, thanks @sgrif)
  • Expose iterator methods on Generics to iterate over just the type parameters, just the lifetime parameters, or just the const parameters (#327, thanks @sgrif)

0.12.5

12 Jan 04:14
0.12.5
c610211
Compare
Choose a tag to compare
  • Add From<Span> for all tokens (#279, thanks @kdy1)