| Age | Commit message (Expand) | Author | Lines |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -7/+0 |
| 2023-09-09 | give extra context to ABI mismatch errors | Ralf Jung | -9/+18 |
| 2023-08-30 | move marking-locals-live out of push_stack_frame, so it happens with argument... | Ralf Jung | -1/+2 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -4/+0 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -66/+88 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -3/+5 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -4/+10 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -2/+2 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -1/+4 |
| 2023-07-21 | support non-null pointer niches in CTFE | Moulins | -4/+1 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -0/+12 |
| 2023-06-01 | fix diagnostic message | Deadbeef | -23/+11 |
| 2023-06-01 | improve debug message by eagerly translating | Deadbeef | -1/+28 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -2/+641 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -1/+19 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -9/+9 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -30/+30 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -22/+22 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -22/+22 |
| 2022-08-22 | Addressing last comment on PR review | nidnogg | -1/+1 |
| 2022-08-22 | Switched errors to diags according to latest PRs | nidnogg | -12/+12 |
| 2022-08-21 | Hotfix ftl err name, added check for err.code in create_feature_err | nidnogg | -1/+1 |
| 2022-08-21 | Fixed failing tests (missing labels), added automatic error code in create_fe... | nidnogg | -3/+5 |
| 2022-08-21 | Added several more migrations under ops.rs, failing some tests though | nidnogg | -0/+81 |
| 2022-08-21 | Migration on ops.rs for unstable const functions | nidnogg | -0/+8 |
| 2022-08-21 | Migrated Unallowed function pointer calls in interpreter/ops | nidnogg | -0/+8 |
| 2022-08-21 | Finished const_eval module migration, moving onto sibling folders | nidnogg | -0/+8 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -9/+9 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -0/+24 |
| 2022-07-08 | Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics | Michael Goulet | -0/+24 |
| 2022-07-08 | Migrate StaticAccess diagnostic | Michael Goulet | -0/+13 |
| 2022-07-08 | Migrate NonConstOp diagnostic | Michael Goulet | -0/+7 |
| 2022-07-08 | Migrate unstable-in-stable diagnostic | Michael Goulet | -0/+21 |