about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-08-07Migrate a trait selection error to use diagnostic translationDeadbeef-1/+35
2023-06-28convert to fluent, make plurals workMichael Goulet-1/+35
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-0/+8
2023-02-22errors: generate typed identifiers in each crateDavid Wood-5/+6
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-13/+0
2022-11-10Don't print full paths in overlap errorsMichael Goulet-5/+5
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-31Add more track_callermejrs-0/+1
2022-10-23Migrate all diagnosticsNilstrieb-11/+11
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-7/+7
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+2
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-4/+4
2022-09-01Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1Gabriel Bustamante-0/+102