Skip to content

Releases: dtolnay/syn

2.0.20

24 Jun 04:49
2.0.20
0d55124
Compare
Choose a tag to compare
  • Documentation improvements

2.0.19

08 Jun 01:18
2.0.19
35e6821
Compare
Choose a tag to compare
  • Improve rendering of compile errors within 2015-edition code calling a 2018+ edition proc macro (#1467, thanks @danielhenrymantilla)

2.0.18

26 May 18:10
2.0.18
4cae0a2
Compare
Choose a tag to compare
  • Permit empty attr in syn::meta::parser (#1460)

2.0.17

25 May 21:45
2.0.17
c59a68d
Compare
Choose a tag to compare
  • Enable proc_macro support on wasm targets (#1459)

2.0.16

14 May 09:39
2.0.16
Compare
Choose a tag to compare

2.0.15

13 Apr 15:55
2.0.15
3da56a7
Compare
Choose a tag to compare
  • Ensure Type::Tuple of length 1 prints as a tuple even if trailing comma is not provided in the Punctuated (#1444, thanks @Fancyflame)

2.0.14

11 Apr 09:27
2.0.14
23686e4
Compare
Choose a tag to compare

2.0.13

01 Apr 20:24
2.0.13
ac5f15d
Compare
Choose a tag to compare
  • Improve spans of Expr::Field parsed from a float Literal (#1433, #1436)

2.0.12

30 Mar 20:27
2.0.12
42e8686
Compare
Choose a tag to compare
  • Refer to compile_error! by absolute path in token stream produced by syn::Error::to_compile_error (#1431, thanks @smoelius)

2.0.11

28 Mar 05:21
2.0.11
c58aceb
Compare
Choose a tag to compare
  • Improve error message on empty parens inside parse_nested_meta (#1428)