about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/compile_error.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-26Adjust some `pub`s.Nicholas Nethercote-1/+1
2024-04-26Move some functions from `rustc_expand` to `rustc_builtin_macros`.Nicholas Nethercote-1/+1
2024-03-13delay expand macro bang when there has indeterminate pathbohan-5/+9
2024-02-25Remove `ast::` & `base::` prefixes from some builtin macrosLieselotte-2/+2
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-8/+6
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-0/+5
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-1/+1
2022-02-19Adopt let else in more placesest31-3/+2
2020-08-30mv compiler to compiler/mark-0/+20