about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/error.rs
AgeCommit message (Expand)AuthorLines
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-3/+3
2024-02-03Use `DiagnosticArgName` in a few more places.Nicholas Nethercote-4/+3
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-5/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-2/+2
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-0/+7
2023-07-27Don't attempt to compute layout of type referencing errorMichael Goulet-0/+3
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-0/+55
2023-05-16Remove `LangItems::require`Nilstrieb-1/+9
2023-04-03fix(middle): emit error rather than delay bug when reaching limitbohan-0/+8
2022-11-21Match crate and slug namesmejrs-0/+8
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-0/+9
2022-10-23Migrate all diagnosticsNilstrieb-6/+6
2022-10-03Add diagnostic struct for const eval error in `rustc_middle`pierwill-0/+7
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-4/+4
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-4/+4
2022-09-05fix comment111-1/+1
2022-09-01Migrate limit error111-0/+10
2022-09-01Migrate OpaqueHiddenType mismatch111-0/+26
2022-09-01Migrate DropCheckOverflow111-0/+14