about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/session_diagnostics.rs
AgeCommit message (Expand)AuthorLines
2025-04-03move `check_opaque_type_parameter_valid`lcnr-11/+0
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-3/+3
2025-01-31Rework "long type names" printing logicEsteban Küber-7/+0
2025-01-24Use short ty string for move errorsEsteban Küber-3/+10
2025-01-08run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-0/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-18Begin experimental support for pin reborrowingEric Holk-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-18Prevent opaque types being instantiated twice with different regions within t...Oli Scherer-0/+13
2024-03-13Account for UnOps in borrowck messageEsteban Küber-0/+5
2024-02-20require simd_insert, simd_extract indices to be constantsRalf Jung-2/+4
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-4/+4
2023-10-20s/generator/coroutine/Oli Scherer-10/+10
2023-10-20s/Generator/Coroutine/Oli Scherer-10/+10
2023-09-06Don't report any errors in `lower_intrinsics`. They should have been typecked...Oli Scherer-0/+7
2023-07-10Fix another strange suggestion spanMichael Goulet-1/+1
2023-04-27Don't call await a methodMichael Goulet-0/+8
2023-04-13rm var_span_label to var_subdiag & eager subdiagAndyJado-1/+206
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+2
2023-01-30errors: implement `IntoDiagnosticArg` for `&T`David Wood-13/+1
2023-01-16Improve a TAIT error and add an error code plus documentationOli Scherer-1/+12
2022-11-09struct error E0505AndyJado-0/+13
2022-11-09var_subdiag refinementAndyJado-30/+35
2022-11-09remove old var_span_path_onlyAndyJado-0/+44
2022-11-05first move on a nested span_labelAndyJado-0/+30
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-23Migrate all diagnosticsNilstrieb-19/+19
2022-10-07Move ReverseMapper logic onto OpaqueHiddenTypeOli Scherer-9/+0
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-6/+6
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-8/+8
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-8/+8
2022-08-26diag-migAndyJado-1/+116
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-4/+4
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-0/+44