about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/errors.rs
AgeCommit message (Expand)AuthorLines
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