Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.101
- Optimize Span location accessors (#519)
1.0.100
- Stabilize
Span
methods on Rust 1.88+: start
, end
, line
, column
, file
, local_file
(#517, #518)
1.0.99
- Prevent Span's unstable API becoming unavailable from a future new compiler lint (#515)
1.0.97
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#505, #512, thanks @davvid)
1.0.96
- Simplify how rustdoc flags are decided during docs.rs builds (#511)
1.0.95
- Update semver-exempt API under
RUSTFLAGS=--cfg=procmacro2_semver_exempt
to that of nightly-2025-04-16 (#497)
1.0.94
- Documentation improvements
1.0.92
- Improve compiler/fallback mismatch panic message (#487)