Skip to content

Releases: dtolnay/proc-macro2

1.0.72

31 Dec 01:48
1.0.72
643cb89
Compare
Choose a tag to compare
  • Improve build script to be robust to proc_macro::Span unstable API changes

1.0.71

21 Dec 19:02
1.0.71
593681b
Compare
Choose a tag to compare
  • Turn on deny(unsafe_op_in_unsafe_fn) lint

1.0.70

26 Nov 01:46
1.0.70
cd31a69
Compare
Choose a tag to compare
  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)

1.0.69

09 Oct 01:08
1.0.69
937bbcd
Compare
Choose a tag to compare
  • Fix Span::source_text() bug causing panics or incorrect source text (#410)

1.0.68

06 Oct 04:17
1.0.68
a3e94df
Compare
Choose a tag to compare
  • Fix panic in Span::source_text() when source contains multibyte characters (#408)

1.0.67

13 Sep 17:22
1.0.67
a803dd1
Compare
Choose a tag to compare
  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)

1.0.66

13 Sep 17:21
1.0.66
64b4608
Compare
Choose a tag to compare
  • Raise required compiler from Rust 1.31 to 1.56

1.0.65

15 Jul 19:26
1.0.65
ee27bdc
Compare
Choose a tag to compare
  • Documentation improvements

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