about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-4/+4
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-5/+5
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+7
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-2/+2
2024-02-29Remove unused diagnostic structr0cky-21/+0
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-14/+10
2024-02-24Forbid asm unwind to work with labelsGary Guo-0/+7
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+7
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-9/+3
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-4/+4
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-3/+3
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-9/+8
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-3/+3
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-8/+12
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-7/+6
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-3/+3
2023-12-14Avoid `struct_diagnostic` where possible.Nicholas Nethercote-2/+2
2023-12-04De-genericize some `IntoDiagnostic` impls.Nicholas Nethercote-5/+5
2023-10-05Only give autofix suggestion when no named args are presentfrancorbacho-1/+1
2023-10-05Highlight redundant arguments instead of the whole format stringfrancorbacho-1/+1
2023-10-05Use diagnostic impls and add suggestions in redundant format!() argsfrancorbacho-0/+21
2023-09-06add diagnostic for raw identifiers in format stringLukas Markeffsky-12/+23
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