rust/library/proc_macro/src
Matthias Krüger 465ae94328
Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors
update to literal-escaper-0.0.5

Quoting from the changelog, this version brings:
- Use `NonZero<char/u8>` in `unescape_c_str` and `check_raw_c_str` to statically exclude nuls
- Add `#[inline]` to small functions for improved performance
2025-07-17 10:41:45 +02:00
..
bridge Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov 2025-07-10 03:23:52 -04:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
escape.rs Remove superfluous escaping from byte, byte str, and c str literals 2024-06-13 09:49:15 -07:00
lib.rs update to literal-escaper-0.0.5 2025-07-08 10:16:44 +00:00
quote.rs Add support for repetition to proc_macro::quote 2025-06-17 01:36:54 +09:00
to_tokens.rs Add a new trait proc_macro::ToTokens 2024-10-27 03:17:05 +01:00