proc-macro2

Test `extern crate proc_macro2 as proc_macro;`

APACHE-2.0 License

Downloads
444.4M
Stars
678
Committers
30
proc-macro2 - Latest Release

Published by dtolnay 6 months ago

  • Resolve unexpected_cfgs warning (#456)
proc-macro2 -

Published by dtolnay 6 months ago

  • Documentation improvements
proc-macro2 -

Published by dtolnay 6 months ago

  • Add Literal::byte_character constructor (#449)
  • Add Literal::c_string constructor #450)
proc-macro2 -

Published by dtolnay 8 months ago

  • Clean up dead code
proc-macro2 -

Published by dtolnay 9 months ago

proc-macro2 -

Published by dtolnay 9 months ago

  • Add a function to reset thread-local span data (#438, thanks @buchgr)
proc-macro2 -

Published by dtolnay 10 months ago

  • Work around dead_code warning false positive (#435)
proc-macro2 -

Published by dtolnay 10 months ago

  • Improve error messages related to proc_macro::LexError (#434)
proc-macro2 - 1.0.74

Published by dtolnay 10 months ago

  • Work around improperly cached build script result by sccache (#432)
proc-macro2 -

Published by dtolnay 10 months ago

  • Documentation improvements
proc-macro2 -

Published by dtolnay 10 months ago

  • Improve build script to be robust to proc_macro::Span unstable API changes
proc-macro2 -

Published by dtolnay 10 months ago

  • Turn on deny(unsafe_op_in_unsafe_fn) lint
proc-macro2 -

Published by dtolnay 11 months ago

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)
proc-macro2 -

Published by dtolnay about 1 year ago

  • Fix Span::source_text() bug causing panics or incorrect source text (#410)
proc-macro2 -

Published by dtolnay about 1 year ago

  • Fix panic in Span::source_text() when source contains multibyte characters (#408)
proc-macro2 -

Published by dtolnay about 1 year ago

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#405)
proc-macro2 -

Published by dtolnay about 1 year ago

  • Raise required compiler from Rust 1.31 to 1.56
proc-macro2 -

Published by dtolnay over 1 year ago

  • Documentation improvements
proc-macro2 -

Published by dtolnay over 1 year ago

  • Fix parsing of bare \r in between tokens (#399)
proc-macro2 -

Published by dtolnay over 1 year ago