Skip to content

Releases: dtolnay/proc-macro2

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)

1.0.44

24 Sep 22:11
1.0.44
8f4fd2c
Compare
Choose a tag to compare
  • Expose span.before() and span.after() to access an empty Span located immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)

1.0.43

03 Aug 03:53
1.0.43
774a265
Compare
Choose a tag to compare
  • Add keywords to crates.io metadata