Skip to content

Releases: dtolnay/proc-macro2

1.0.54

26 Mar 17:11
1.0.54
9f9328b
Compare
Choose a tag to compare
  • Performance improvement to "span-locations" feature (#373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#374)

1.0.53

22 Mar 05:55
1.0.53
98645fd
Compare
Choose a tag to compare
  • Add support for Rust 1.66's source_text() method (#350)

1.0.52

12 Mar 21:10
1.0.52
ab25487
Compare
Choose a tag to compare

1.0.51

04 Feb 23:34
1.0.51
bc369f0
Compare
Choose a tag to compare
  • Implement rustc's limit on the number of # used for delimiting a raw string literal: 255 (#364)

1.0.50

16 Jan 19:35
1.0.50
94c7519
Compare
Choose a tag to compare
  • Implement Hash for proc_macro2::LineColumn (#362)

1.0.49

19 Dec 17:16
1.0.49
293705d
Compare
Choose a tag to compare
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.48

17 Dec 19:29
1.0.48
a83ad60
Compare
Choose a tag to compare
  • Documentation improvements

1.0.47

15 Oct 08:25
1.0.47
47c91c8
Compare
Choose a tag to compare
  • Fix integer overflow when nesting depth of nested comments exceeds 4 billion (#357)

1.0.46

29 Sep 02:00
1.0.46
69150f4
Compare
Choose a tag to compare
  • Make proc_macro2::TokenStream's FromStr impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark \u{feff} (#353)

1.0.45

28 Sep 20:40
1.0.45
f26128d
Compare
Choose a tag to compare
  • Fix panic on parsing disallowed raw identifiers such as r#self (#351)