about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/concat_idents.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-04-26Adjust some `pub`s.Nicholas Nethercote-1/+1
2024-03-13delay expand macro bang when there has indeterminate pathbohan-6/+6
2024-02-25Remove `ast::` & `base::` prefixes from some builtin macrosLieselotte-13/+13
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-6/+6
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
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