about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-07-25builtin_macros: raw str in diagnostic outputDavid Wood-26/+26
2023-06-28fix typoHe1pa-2/+2
2023-06-25Migrate some rustc_builtin_macros to SessionDiagnosticHe1pa-0/+88
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-30Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby789-5/+118
2023-04-25Fix static string lintsclubby789-0/+68
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+7
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-7/+0
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-0/+553