about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/session_diagnostics.rs
AgeCommit message (Expand)AuthorLines
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