about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/concat_idents.rs
AgeCommit message (Expand)AuthorLines
2023-05-11refactor: use by-ref TokenTree iterator to avoid a few clonesCaleb Cartwright-1/+1
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-3/+5
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-2/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-3/+3
2020-09-28expand: Stop un-interpolating `NtIdent`s before passing them to built-in macrosVadim Petrochenkov-7/+7
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+69