Skip to content

Releases: dtolnay/syn

0.8.3

01 Oct 15:36
0.8.3
83d3629
Compare
Choose a tag to compare

(yanked)

0.8.2

01 Oct 08:21
0.8.2
87649ac
Compare
Choose a tag to compare

0.8.1

01 Oct 04:08
0.8.1
eae163f
Compare
Choose a tag to compare
  • Workaround for a compiler bug when building in release mode with rustc 1.12.0. Versions before and after 1.12.0 were not affected. rust-lang/rust#36875

0.8.0

27 Sep 17:44
0.8.0
a3faf25
Compare
Choose a tag to compare

This release bumps the quote dependency to 0.2 which changes the handling of primitive integer and floating point types to match the behavior of quasi.

let int: u64 = 100;
quote!(#int)

In 0.1 this would quote as "100". In 0.2 it quotes as "100u64". Similar for i8, i16, i32, i64, isize, u8, u16, u32, usize, f32, f64.

0.7.1

27 Sep 17:42
0.7.1
adf1d50
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
Release 0.7.1

0.7.0

24 Sep 16:35
0.7.0
5a06475
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
Release 0.7.0

0.6.0

24 Sep 16:35
0.6.0
ab09d46
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
Release 0.6.0

0.5.2

14 Sep 07:02
0.5.2
c32996a
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
Release 0.5.2

0.5.1

13 Sep 18:00
0.5.1
6f92720
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
Release 0.5.1

0.5.0

12 Sep 08:23
0.5.0
7b3973e
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
Release 0.5.0