| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | migrate rustc_query_system to use SessionDiagnostic | Yuanheng Li | -0/+1 |
| 2022-08-30 | ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i... | Jhonny Bill Mena | -0/+1 |
| 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/+1 |
| 2022-08-26 | Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi... | Michael Goulet | -0/+1 |
| 2022-08-26 | Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david... | Michael Goulet | -0/+1 |
| 2022-08-26 | Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco | Michael Goulet | -0/+1 |
| 2022-08-26 | Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwco | Michael Goulet | -0/+1 |
| 2022-08-26 | Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost... | Michael Goulet | -0/+1 |
| 2022-08-26 | translations(rustc_session): migrate the file cgu_reuse_tracker | Luis Cardoso | -0/+1 |
| 2022-08-26 | Migrate rustc_ty_utils to use SessionDiagnostic | Peter Medus | -0/+1 |
| 2022-08-25 | rebased: convert rustc_monomorphize errors to SessionDiagnostic | Nathan Stocks | -0/+1 |
| 2022-08-25 | Replace spaghetti with a simple errors enum | Adrian Tombu | -1/+0 |
| 2022-08-25 | Start adding enum errors for deserialize_rlink | Adrian Tombu | -0/+1 |
| 2022-08-25 | Start moving rustc_driver to SessionDiagnostic | Adrian Tombu | -0/+1 |
| 2022-08-24 | save_analysis: Migrate diagnostics | Wonchul Lee | -0/+1 |
| 2022-08-23 | Rename rustc_mir_dataflow diagnostic to mir_dataflow | 5225225 | -1/+1 |
| 2022-08-23 | Migrate OpaqueHiddenType, E0282, E0283, E0284, E0698 | Nikita Tomashevich | -0/+1 |
| 2022-08-23 | Migrate rustc_mir_dataflow to diagnostic structs | 5225225 | -0/+1 |
| 2022-08-22 | Refactor diagnostics in `handle_errors` function | Hampus Lidin | -0/+1 |
| 2022-08-22 | Migrate ast_lowering::path to SessionDiagnostic | Jean CASPAR | -0/+1 |
| 2022-08-22 | Migrate rustc_plugin_impl to SessionDiagnostic | Peter Medus | -0/+1 |
| 2022-08-22 | Migrate forbidden_let | finalchild | -0/+1 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-17 | Migrate emoji identifier diagnostics to `SessionDiagnostic` | finalchild | -0/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -0/+1 |
| 2022-07-10 | use subdiagnostic for message | Michael Goulet | -1/+2 |
| 2022-07-08 | Migrate unstable-in-stable diagnostic | Michael Goulet | -0/+1 |
| 2022-06-30 | lint: port array-into-iter diagnostics | David Wood | -2/+3 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -0/+1 |
| 2022-06-27 | privacy: port "field is private" diag | David Wood | -0/+1 |
| 2022-06-24 | errors: remove diagnostic message ctors | David Wood | -17/+0 |
| 2022-06-24 | macros: use typed identifiers in subdiag derive | David Wood | -0/+21 |
| 2022-06-21 | Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic` | beetrees | -0/+1 |
| 2022-06-20 | Rollup merge of #97912 - Kixunil:stabilize_path_try_exists, r=dtolnay | Yuki Okushi | -1/+0 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -1/+1 |
| 2022-06-14 | Stabilize `Path::try_exists()` and improve doc | Martin Habovstiak | -1/+0 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+3 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -6/+66 |
| 2022-05-24 | macros: introduce `fluent_messages` macro | David Wood | -3/+8 |
| 2022-04-19 | Rollup merge of #96029 - IsakNyberg:error-messages-fix, r=Dylan-DPC | Dylan DPC | -8/+2 |
| 2022-04-16 | Update compiler/rustc_error_messages/src/lib.rs | Isak Nyberg | -1/+1 |
| 2022-04-14 | Refactor loop into iterator; simplify negation logic. | Isak Nyberg | -8/+2 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -11/+29 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -30/+39 |
| 2022-04-05 | errors: support fluent + parallel compiler | David Wood | -3/+18 |