rust/library/proc_macro/src
dianqk 6967a8561b
Rollup merge of #145722 - Qelxiros:112815-tokenstream-extend, r=dtolnay
implement Extend<{Group, Literal, Punct, Ident}> for TokenStream

Tracking issue: rust-lang/rust#112815
2025-10-11 07:05:54 +08:00
..
bridge remove Decode trait and only impl 2025-10-07 21:21:40 +02: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 Rollup merge of #145722 - Qelxiros:112815-tokenstream-extend, r=dtolnay 2025-10-11 07:05:54 +08: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