Skip to content

Releases: dtolnay/proc-macro2

1.0.67

Choose a tag to compare

@dtolnay dtolnay released this 13 Sep 17:22
1.0.67
a803dd1
  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)

1.0.66

Choose a tag to compare

@dtolnay dtolnay released this 13 Sep 17:21
1.0.66
64b4608
  • Raise required compiler from Rust 1.31 to 1.56

1.0.65

Choose a tag to compare

@dtolnay dtolnay released this 15 Jul 19:26
1.0.65
ee27bdc
  • Documentation improvements

1.0.64

Choose a tag to compare

@dtolnay dtolnay released this 09 Jul 05:17
1.0.64
075af34
  • Fix parsing of bare \r in between tokens (#399)

1.0.63

Choose a tag to compare

@dtolnay dtolnay released this 25 Jun 02:45
1.0.63
10f5dc3

1.0.62

Choose a tag to compare

@dtolnay dtolnay released this 24 Jun 23:12
1.0.62
cfa1524

yanked

1.0.61

Choose a tag to compare

@dtolnay dtolnay released this 24 Jun 18:48
1.0.61
231a097
  • Stricter parsing of whitespace in cooked string literals and between tokens (#392, #393)

1.0.60

Choose a tag to compare

@dtolnay dtolnay released this 24 Jun 18:47
1.0.60
549377b
  • Eliminate uses of unstable proc_macro::Span::before/after (#391)

1.0.59

Choose a tag to compare

@dtolnay dtolnay released this 25 May 21:31
1.0.59
42f4f23
  • Enable proc_macro support on wasm targets (#388)

1.0.58

Choose a tag to compare

@dtolnay dtolnay released this 25 May 21:30
1.0.58
ff03842
  • Make rustc version detection more robust by compiling against modernest stable features (#384)