about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/errors.rs
AgeCommit message (Expand)AuthorLines
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+2
2022-10-23Migrate all diagnosticsNilstrieb-51/+51
2022-10-17ast_lowering: use derive moreDavid Wood-41/+18
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-3/+12
2022-09-22Improve the help message for an invalid calling conventionkhyperia-2/+16
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-33/+33
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-33/+33
2022-09-09Make async fn in traits workMichael Goulet-0/+11
2022-08-27remove span_fatal from ast_loweringJean CASPAR-0/+7
2022-08-22Resolve conflictsJean CASPAR-18/+18
2022-08-22Changes made in response to feedbackJean CASPAR-7/+7
2022-08-22Migrate all span_err(...) in ast_lowering to SessionDiagnosticJean CASPAR-0/+21
2022-08-22Migrate ast_lowering::pat to SessionDiagnosticJean CASPAR-1/+37
2022-08-22Migrate ast_lowering::ast to SessionDiagnosticJean CASPAR-1/+123
2022-08-22Migrate ast_lowering::expr to SessionDiagnosticJean CASPAR-4/+74
2022-08-22Migrate ast_lowering::lib and ast_lowering::item to SessionDiagnosticJean CASPAR-1/+52
2022-08-22Migrate ast_lowering::path to SessionDiagnosticJean CASPAR-0/+29