about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/trace_macros.rs
AgeCommit message (Expand)AuthorLines
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-3/+3
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-26Adjust some `pub`s.Nicholas Nethercote-1/+1
2024-03-13delay expand macro bang when there has indeterminate pathbohan-3/+3
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-06-25Migrate some rustc_builtin_macros to SessionDiagnosticHe1pa-1/+2
2023-05-11refactor: use by-ref TokenTree iterator to avoid a few clonesCaleb Cartwright-1/+1
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-2/+2
2020-08-30mv compiler to compiler/mark-0/+29