Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors: generate typed identifiers in each crate | David Wood | 2023-02-22 | 1 | -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 diagnostics | Nilstrieb | 2022-10-23 | 1 | -30/+30 |
| | |||||
* | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | 2022-09-21 | 1 | -22/+22 |
| | |||||
* | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | 2022-09-21 | 1 | -22/+22 |
| | |||||
* | Addressing last comment on PR review | nidnogg | 2022-08-22 | 1 | -1/+1 |
| | |||||
* | Switched errors to diags according to latest PRs | nidnogg | 2022-08-22 | 1 | -12/+12 |
| | |||||
* | Hotfix ftl err name, added check for err.code in create_feature_err | nidnogg | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed failing tests (missing labels), added automatic error code in ↵ | nidnogg | 2022-08-21 | 1 | -3/+5 |
| | | | | create_feature_err() builder | ||||
* | Added several more migrations under ops.rs, failing some tests though | nidnogg | 2022-08-21 | 1 | -0/+81 |
| | |||||
* | Migration on ops.rs for unstable const functions | nidnogg | 2022-08-21 | 1 | -0/+8 |
| | |||||
* | Migrated Unallowed function pointer calls in interpreter/ops | nidnogg | 2022-08-21 | 1 | -0/+8 |
| | |||||
* | Finished const_eval module migration, moving onto sibling folders | nidnogg | 2022-08-21 | 1 | -0/+8 |
| | |||||
* | Replace #[lint/warning/error] with #[diag] | Xiretza | 2022-08-21 | 1 | -9/+9 |
| | |||||
* | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | 2022-07-08 | 1 | -0/+24 |
| | |||||
* | Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics | Michael Goulet | 2022-07-08 | 1 | -0/+24 |
| | |||||
* | Migrate StaticAccess diagnostic | Michael Goulet | 2022-07-08 | 1 | -0/+13 |
| | |||||
* | Migrate NonConstOp diagnostic | Michael Goulet | 2022-07-08 | 1 | -0/+7 |
| | |||||
* | Migrate unstable-in-stable diagnostic | Michael Goulet | 2022-07-08 | 1 | -0/+21 |