about summary refs log tree commit diff
path: root/compiler/rustc_driver/src/session_diagnostics.rs
AgeCommit message (Expand)AuthorLines
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-67/+0
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-0/+27
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
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-30add UI test for unprettyyukang-0/+7
2022-08-25Code cleaningAdrian Tombu-3/+3
2022-08-25Replace spaghetti with a simple errors enumAdrian Tombu-4/+19
2022-08-25Start adding enum errors for deserialize_rlinkAdrian Tombu-1/+2
2022-08-25Use std::io::Error and remove useless to_stringAdrian Tombu-2/+2
2022-08-25Fixes fmt & SessionDiagnostic structsAdrian Tombu-12/+4
2022-08-25Start moving rustc_driver to SessionDiagnosticAdrian Tombu-0/+25