proc-macro2

Test `extern crate proc_macro2 as proc_macro;`

APACHE-2.0 License

Downloads
444.4M
Stars
678
Committers
30
proc-macro2 -

Published by dtolnay over 1 year ago

yanked

proc-macro2 -

Published by dtolnay over 1 year ago

  • Stricter parsing of whitespace in cooked string literals and between tokens (#392, #393)
proc-macro2 -

Published by dtolnay over 1 year ago

  • Eliminate uses of unstable proc_macro::Span::before/after (#391)
proc-macro2 -

Published by dtolnay over 1 year ago

  • Enable proc_macro support on wasm targets (#388)
proc-macro2 -

Published by dtolnay over 1 year ago

  • Make rustc version detection more robust by compiling against modernest stable features (#384)
proc-macro2 -

Published by dtolnay over 1 year ago

proc-macro2 -

Published by dtolnay over 1 year ago

  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#363, #380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#382)
proc-macro2 - 1.0.55

Published by dtolnay over 1 year ago

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#379)
proc-macro2 -

Published by dtolnay over 1 year ago

  • Performance improvement to "span-locations" feature (#373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#374)
proc-macro2 -

Published by dtolnay over 1 year ago

  • Add support for Rust 1.66's source_text() method (#350)
proc-macro2 -

Published by dtolnay over 1 year ago

proc-macro2 -

Published by dtolnay over 1 year ago

  • Implement rustc's limit on the number of # used for delimiting a raw string literal: 255 (#364)
proc-macro2 -

Published by dtolnay almost 2 years ago

  • Implement Hash for proc_macro2::LineColumn (#362)
proc-macro2 -

Published by dtolnay almost 2 years ago

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now
proc-macro2 -

Published by dtolnay almost 2 years ago

  • Documentation improvements
proc-macro2 -

Published by dtolnay about 2 years ago

  • Fix integer overflow when nesting depth of nested comments exceeds 4 billion (#357)
proc-macro2 -

Published by dtolnay about 2 years ago

  • 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)
proc-macro2 -

Published by dtolnay about 2 years ago

  • Fix panic on parsing disallowed raw identifiers such as r#self (#351)
proc-macro2 -

Published by dtolnay about 2 years ago

proc-macro2 -

Published by dtolnay about 2 years ago

  • Add keywords to crates.io metadata