summary refs log tree commit diff
path: root/src/test/ui-fulldeps/internal-lints/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Update translation testsNilstrieb-5/+5
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-3/+9
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-5/+5
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-5/+5
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-7/+7
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-7/+8
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+1
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-1/+3
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-11/+11
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-0/+8
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-1/+1
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-1/+1
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-1/+1
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+73