| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Migrate DropCheckOverflow | 111 | -0/+4 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+3 |
| 2022-08-31 | Rollup merge of #100844 - evopen:migrate-diag, r=davidtwco | Matthias Krüger | -0/+26 |
| 2022-08-31 | Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-08-31 | port 5 new diagnostics that appeared in master | Nathan Stocks | -0/+15 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -0/+30 |
| 2022-08-31 | port of locator.rs to SessionDiagnostics, fix some of the errors | Nathan Stocks | -0/+55 |
| 2022-08-31 | port fs.rs to SessionDiagnostics | Nathan Stocks | -0/+12 |
| 2022-08-31 | port creader.rs to SessionDiagnostics | Nathan Stocks | -0/+28 |
| 2022-08-31 | port encoder.rs to SessionDiagnostics | Nathan Stocks | -0/+9 |
| 2022-08-31 | port native_libs.rs to SessionDiagnostics | Nathan Stocks | -0/+102 |
| 2022-08-31 | set up rustc_metadata for SessionDiagnostics, port dependency_format.rs | Nathan Stocks | -0/+22 |
| 2022-08-31 | Rollup merge of #100831 - JhonnyBillM:migrate-symbol-mangling-to-diagnostics-... | Ralf Jung | -0/+8 |
| 2022-08-31 | Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=... | Ralf Jung | -0/+17 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -0/+27 |
| 2022-08-31 | SessionDiagnostic for QueryOverflow error | Li Yuanheng | -1/+3 |
| 2022-08-31 | use derive proc macro to impl SessionDiagnostic | Yuanheng Li | -0/+2 |
| 2022-08-31 | migrate rustc_query_system to use SessionDiagnostic | Yuanheng Li | -0/+22 |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+2 |
| 2022-08-31 | Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d... | Matthias Krüger | -0/+2 |
| 2022-08-30 | ADD - migrate InvalidDefPath to new diagnostics infra | Jhonny Bill Mena | -0/+2 |
| 2022-08-30 | ADD - migrate InvalidTraitItem and AltInvalidTraitItem errors | Jhonny Bill Mena | -0/+4 |
| 2022-08-30 | ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i... | Jhonny Bill Mena | -0/+2 |
| 2022-08-30 | add UI test for unpretty | yukang | -0/+2 |
| 2022-08-29 | Migrate stable let_chains error to session diagnostics | Nilstrieb | -0/+4 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -0/+113 |
| 2022-08-27 | remove span_fatal from ast_lowering | Jean CASPAR | -0/+2 |
| 2022-08-26 | Rollup merge of #100900 - AndyJado:diag-migrate, r=davidtwco | Michael Goulet | -0/+42 |
| 2022-08-26 | Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi... | Michael Goulet | -0/+12 |
| 2022-08-26 | Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david... | Michael Goulet | -0/+108 |
| 2022-08-26 | Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco | Michael Goulet | -0/+34 |
| 2022-08-26 | Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco | Michael Goulet | -0/+30 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -0/+52 |
| 2022-08-26 | Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwco | Michael Goulet | -0/+48 |
| 2022-08-26 | Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost... | Michael Goulet | -0/+132 |
| 2022-08-26 | translations(rustc_session): migrate check_expected_reuse | Luis Cardoso | -1/+4 |
| 2022-08-26 | translations(rustc_session): migrate 80% of the file parse.rs | Luis Cardoso | -3/+11 |
| 2022-08-26 | translations(rustc_session): migrate the file cgu_reuse_tracker | Luis Cardoso | -0/+6 |
| 2022-08-26 | Migrate rustc_ty_utils to use SessionDiagnostic | Peter Medus | -0/+48 |
| 2022-08-26 | diag-mig | AndyJado | -0/+42 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -0/+3 |
| 2022-08-25 | replace some usages of [Span]FatalError with error-specific types | Nathan Stocks | -0/+4 |
| 2022-08-25 | rebased: convert rustc_monomorphize errors to SessionDiagnostic | Nathan Stocks | -0/+20 |
| 2022-08-25 | Replace spaghetti with a simple errors enum | Adrian Tombu | -11/+7 |
| 2022-08-25 | Start adding enum errors for deserialize_rlink | Adrian Tombu | -0/+10 |
| 2022-08-25 | Use std::io::Error and remove useless to_string | Adrian Tombu | -1/+1 |
| 2022-08-25 | Start moving rustc_driver to SessionDiagnostic | Adrian Tombu | -0/+6 |
| 2022-08-25 | Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da... | Yuki Okushi | -0/+37 |
| 2022-08-25 | Rollup merge of #100780 - wonchulee:translation_save_analysis, r=davidtwco | Yuki Okushi | -0/+2 |