summaryrefslogtreecommitdiff
path: root/compiler/rustc_middle/src/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove `LangItems::require`Nilstrieb2023-05-161-1/+9
* fix(middle): emit error rather than delay bug when reaching limitbohan2023-04-031-0/+8
* Match crate and slug namesmejrs2022-11-211-0/+8
* better error for rustc_strict_coherence misuseMichael Goulet2022-10-301-0/+9
* Migrate all diagnosticsNilstrieb2022-10-231-6/+6
* Add diagnostic struct for const eval error in `rustc_middle`pierwill2022-10-031-0/+7
* UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena2022-09-211-1/+1
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-4/+4
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-4/+4
* fix comment1112022-09-051-1/+1
* Migrate limit error1112022-09-011-0/+10
* Migrate OpaqueHiddenType mismatch1112022-09-011-0/+26
* Migrate DropCheckOverflow1112022-09-011-0/+14