Skip to content

Releases: dtolnay/proc-macro2

1.0.64

09 Jul 05:17
1.0.64
075af34
Compare
Choose a tag to compare
  • Fix parsing of bare \r in between tokens (#399)

1.0.63

25 Jun 02:45
1.0.63
10f5dc3
Compare
Choose a tag to compare

1.0.62

24 Jun 23:12
1.0.62
cfa1524
Compare
Choose a tag to compare

yanked

1.0.61

24 Jun 18:48
1.0.61
231a097
Compare
Choose a tag to compare
  • Stricter parsing of whitespace in cooked string literals and between tokens (#392, #393)

1.0.60

24 Jun 18:47
1.0.60
549377b
Compare
Choose a tag to compare
  • Eliminate uses of unstable proc_macro::Span::before/after (#391)

1.0.59

25 May 21:31
1.0.59
42f4f23
Compare
Choose a tag to compare
  • Enable proc_macro support on wasm targets (#388)

1.0.58

25 May 21:30
1.0.58
ff03842
Compare
Choose a tag to compare
  • Make rustc version detection more robust by compiling against modernest stable features (#384)

1.0.57

25 May 21:28
1.0.57
2c1b102
Compare
Choose a tag to compare
  • Disable nightly-only start()/end() implementation on Span while the upstream API is iterated on (#383, rust-lang/rust#111571)

1.0.56

03 Apr 06:38
1.0.56
72ee0b3
Compare
Choose a tag to compare
  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#363, #380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#382)

1.0.55

01 Apr 20:18
1.0.55
c4a3e19
Compare
Choose a tag to compare
  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#379)