summaryrefslogtreecommitdiff
path: root/compiler/rustc_const_eval/src/errors.rs
Commit message (Collapse)AuthorAgeFilesLines
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-9/+9
| | | | | | | | | Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com>
* Migrate all diagnosticsNilstrieb2022-10-231-30/+30
|
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-22/+22
|
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-22/+22
|
* Addressing last comment on PR reviewnidnogg2022-08-221-1/+1
|
* Switched errors to diags according to latest PRsnidnogg2022-08-221-12/+12
|
* Hotfix ftl err name, added check for err.code in create_feature_errnidnogg2022-08-211-1/+1
|
* Fixed failing tests (missing labels), added automatic error code in ↵nidnogg2022-08-211-3/+5
| | | | create_feature_err() builder
* Added several more migrations under ops.rs, failing some tests thoughnidnogg2022-08-211-0/+81
|
* Migration on ops.rs for unstable const functionsnidnogg2022-08-211-0/+8
|
* Migrated Unallowed function pointer calls in interpreter/opsnidnogg2022-08-211-0/+8
|
* Finished const_eval module migration, moving onto sibling foldersnidnogg2022-08-211-0/+8
|
* Replace #[lint/warning/error] with #[diag]Xiretza2022-08-211-9/+9
|
* Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet2022-07-081-0/+24
|
* Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnosticsMichael Goulet2022-07-081-0/+24
|
* Migrate StaticAccess diagnosticMichael Goulet2022-07-081-0/+13
|
* Migrate NonConstOp diagnosticMichael Goulet2022-07-081-0/+7
|
* Migrate unstable-in-stable diagnosticMichael Goulet2022-07-081-0/+21