about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-1/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+1
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-1/+1
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-4/+4
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-4/+4
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-2/+2
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-6/+5
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+7
2024-02-15make better async fn kind errorsMichael Goulet-0/+10
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-5/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-12/+8
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-10/+7
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-5/+7
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2
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