about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/errors.rs
AgeCommit message (Collapse)AuthorLines
2023-02-22Remove a back compat warningOli Scherer-4/+0
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-0/+21
Apply the diagnostic migration lint to more functions on `Session`. Signed-off-by: David Wood <david.wood@huawei.com>
2023-01-13Warn when using panic-strategy abort for proc-macro cratesLukas Wirth-0/+4
2022-10-23Migrate all diagnosticsNilstrieb-14/+14
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-15/+15
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-15/+15
2022-08-22Remove use of DiagnosticArgFromDisplayGiacomo Stevanato-10/+12
2022-08-22Move rustc_interface diagnostics to struct SessionDiagnostic derivesGiacomo Stevanato-0/+68
2022-08-22Move existing diagnostic struct to a new errors moduleGiacomo Stevanato-0/+19