about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-13Deprecate E0706Michael Goulet-11/+0
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-0/+17
2023-04-27Make async removal span more resilient to macro expansionsMichael Goulet-1/+1
2023-04-12Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholkMatthias Krüger-7/+1
2023-04-10Remove `..` from return type notationMichael Goulet-7/+1
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-03-28Add `(..)` syntax for RTNMichael Goulet-1/+7
2023-03-28Add tests and error messagesMichael Goulet-0/+16
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-7/+0
2023-02-22Move associated type bounds check to ast loweringMichael Goulet-0/+8
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
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