Releases: dtolnay/proc-macro2
Releases · dtolnay/proc-macro2
1.0.89
- Ensure OUT_DIR is left with deterministic contents after build script execution (#474)
1.0.88
- Return accurate line and column from
Span::start
and Span::end
inside proc macros on nightly (#472)
1.0.87
- Check valid punctuation character in
Punct::new
(#470)
1.0.86
- Documentation improvements
1.0.85
- Mark some tests as only for 64-bit targets (#463)
1.0.83
- Optimize the representation of
Ident
(#462)
1.0.82
- Resolve unexpected_cfgs warning (#456)
1.0.81
- Documentation improvements
1.0.80
- Add
Literal::byte_character
constructor (#449)
- Add
Literal::c_string
constructor #450)