Skip to content

Releases: dtolnay/proc-macro2

1.0.103

23 Oct 22:31
1.0.103
d1bf13a

Choose a tag to compare

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#525)

1.0.102

22 Oct 22:00
1.0.102
39b016a

Choose a tag to compare

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#523, #524)

1.0.101

16 Aug 20:11
1.0.101
d3188ea

Choose a tag to compare

  • Optimize Span location accessors (#519)

1.0.100

16 Aug 19:27
1.0.100
fdc853a

Choose a tag to compare

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#517, #518)

1.0.99

16 Aug 17:39
1.0.99
8768125

Choose a tag to compare

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#515)

1.0.98

16 Aug 16:06
1.0.98
658045d

Choose a tag to compare

1.0.97

11 Aug 22:56
1.0.97
b61379b

Choose a tag to compare

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#505, #512, thanks @davvid)

1.0.96

10 Aug 23:42
1.0.96
21f89e7

Choose a tag to compare

  • Simplify how rustdoc flags are decided during docs.rs builds (#511)

1.0.95

16 Apr 02:40
1.0.95
24bbf16

Choose a tag to compare

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#497)

1.0.94

03 Mar 05:15
1.0.94
7cb0f3c

Choose a tag to compare

  • Documentation improvements