| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -23/+0 | |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -1/+1 | |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -0/+29 | |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -2/+2 | |
| 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> | ||||
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -12/+12 | |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 | |
| Also renames: - sym::AddSubdiagnostic to sym:: Subdiagnostic - rustc_diagnostic_item = "AddSubdiagnostic" to rustc_diagnostic_item = "Subdiagnostic" | ||||
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -6/+6 | |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -7/+7 | |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -2/+2 | |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+8 | |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -7/+7 | |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -16/+6 | |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -5/+16 | |
| 2022-07-15 | errors: lint on `LintDiagnosticBuilder::build` | David Wood | -1/+17 | |
| Apply the `#[rustc_lint_diagnostics]` attribute to `LintDiagnosticBuilder::build` so that diagnostic migration lints will trigger for it. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-27 | privacy: port "in public interface" diag | David Wood | -0/+28 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-27 | privacy: port unnamed "item is private" diag | David Wood | -0/+8 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-27 | privacy: port "item is private" diag | David Wood | -0/+10 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-06-27 | privacy: port "field is private" diag | David Wood | -0/+29 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
