Skip to content

Releases: dtolnay/proc-macro2

1.0.74

02 Jan 04:48
1.0.74
6cb41f8
Compare
Choose a tag to compare
  • Work around improperly cached build script result by sccache (#432)

1.0.73

01 Jan 00:19
1.0.73
4dce5d7
Compare
Choose a tag to compare
  • Documentation improvements

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