about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-7/+0
2023-09-09give extra context to ABI mismatch errorsRalf Jung-9/+18
2023-08-30move marking-locals-live out of push_stack_frame, so it happens with argument...Ralf Jung-1/+2
2023-08-08interpret: remove incomplete protection against invalid where clausesRalf Jung-4/+0
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-66/+88
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-3/+5
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-4/+10
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-2/+2
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-1/+4
2023-07-21support non-null pointer niches in CTFEMoulins-4/+1
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-0/+12
2023-06-01fix diagnostic messageDeadbeef-23/+11
2023-06-01improve debug message by eagerly translatingDeadbeef-1/+28
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-2/+641
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-1/+19
2023-02-22errors: generate typed identifiers in each crateDavid Wood-9/+9
2022-10-23Migrate all diagnosticsNilstrieb-30/+30
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-22/+22
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-22/+22
2022-08-22Addressing last comment on PR reviewnidnogg-1/+1
2022-08-22Switched errors to diags according to latest PRsnidnogg-12/+12
2022-08-21Hotfix ftl err name, added check for err.code in create_feature_errnidnogg-1/+1
2022-08-21Fixed failing tests (missing labels), added automatic error code in create_fe...nidnogg-3/+5
2022-08-21Added several more migrations under ops.rs, failing some tests thoughnidnogg-0/+81
2022-08-21Migration on ops.rs for unstable const functionsnidnogg-0/+8
2022-08-21Migrated Unallowed function pointer calls in interpreter/opsnidnogg-0/+8
2022-08-21Finished const_eval module migration, moving onto sibling foldersnidnogg-0/+8
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-9/+9
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-0/+24
2022-07-08Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnosticsMichael Goulet-0/+24
2022-07-08Migrate StaticAccess diagnosticMichael Goulet-0/+13
2022-07-08Migrate NonConstOp diagnosticMichael Goulet-0/+7
2022-07-08Migrate unstable-in-stable diagnosticMichael Goulet-0/+21