| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -0/+7 | |
| also share the code that emits the actual error | ||||
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -0/+3 | |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -0/+55 | |
| 2023-05-16 | Remove `LangItems::require` | Nilstrieb | -1/+9 | |
| It's just a short wrapper used by `tcx.require_lang_item`. Deleting it gives us a negative diff. | ||||
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -0/+8 | |
| 2022-11-21 | Match crate and slug names | mejrs | -0/+8 | |
| 2022-10-30 | better error for rustc_strict_coherence misuse | Michael Goulet | -0/+9 | |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -6/+6 | |
| 2022-10-03 | Add diagnostic struct for const eval error in `rustc_middle` | pierwill | -0/+7 | |
| Co-authored-by: Michael Goulet <michael@errs.io> | ||||
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -1/+1 | |
| Also renames: - sym::AddSubdiagnostic to sym:: Subdiagnostic - rustc_diagnostic_item = "AddSubdiagnostic" to rustc_diagnostic_item = "Subdiagnostic" | ||||
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -4/+4 | |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -4/+4 | |
| 2022-09-05 | fix comment | 111 | -1/+1 | |
| 2022-09-01 | Migrate limit error | 111 | -0/+10 | |
| 2022-09-01 | Migrate OpaqueHiddenType mismatch | 111 | -0/+26 | |
| 2022-09-01 | Migrate DropCheckOverflow | 111 | -0/+14 | |
