| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | fix #102806, suggest use .. to fill in the rest of the fields of Struct | yukang | -0/+3 |
| 2022-11-04 | Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`. | Charles Lew | -2/+1 |
| 2022-11-03 | Stabilize default_alloc_error_handler | Amanieu d'Antras | -6/+0 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -6/+16 |
| 2022-11-01 | Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi... | Yuki Okushi | -0/+4 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -6/+16 |
| 2022-10-30 | better error for rustc_strict_coherence misuse | Michael Goulet | -0/+4 |
| 2022-10-29 | Use tcx.require_lang_item | Cameron Steffen | -3/+0 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -2/+2 |
| 2022-10-27 | use proper spans | Boxy | -1/+3 |
| 2022-10-27 | DoIt | Boxy | -0/+2 |
| 2022-10-25 | Split diagnostic details out into a separate function and fluent files | Oli Scherer | -0/+9 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -0/+34 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+2 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -1/+1 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -1/+7 |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -0/+4 |
| 2022-10-17 | infer: use derive more | David Wood | -1/+3 |
| 2022-10-17 | session: use derive more | David Wood | -0/+4 |
| 2022-10-17 | trivial fix for comments feedback | yukang | -1/+1 |
| 2022-10-14 | Add missing checks for `doc(cfg_hide(...))` attribute | Guillaume Gomez | -0/+3 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -14/+14 |
| 2022-10-13 | Add suggestion to the "missing native library" error | Wesley Wiser | -0/+2 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -14/+14 |
| 2022-10-12 | Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 | Dylan DPC | -0/+2 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -1/+30 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -0/+2 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -81/+487 |
| 2022-10-11 | Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco | Matthias Krüger | -13/+0 |
| 2022-10-11 | fix #102878 | Takayuki Maeda | -13/+0 |
| 2022-10-10 | query_system: finish migration | David Wood | -0/+2 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -1/+28 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -17/+19 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -5/+21 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -1/+10 |
| 2022-10-07 | migrate stability.rs to translateable diagnostics | Nathan Stocks | -0/+50 |
| 2022-10-07 | migrate the rest of check_attr.rs to translateable diagnostics | Nathan Stocks | -0/+36 |
| 2022-10-07 | migrate dead.rs to translateable diagnostics | Nathan Stocks | -0/+6 |
| 2022-10-07 | migrate lang_items.rs to translateable diagnostics | Nathan Stocks | -3/+27 |
| 2022-10-07 | migrate entry.rs to translateable diagnostics | Nathan Stocks | -0/+39 |
| 2022-10-07 | migrate naked_functions.rs to translateable diagnostics | Nathan Stocks | -0/+28 |
| 2022-10-07 | migrate loops.rs to translateable diagnostics | Nathan Stocks | -0/+34 |
| 2022-10-07 | migrate check_const.rs to translateable diagnostics | Nathan Stocks | -0/+7 |
| 2022-10-07 | migrate lib_features.rs to translateable diagnostics | Nathan Stocks | -0/+6 |
| 2022-10-07 | migrate layout_test.rs to translateable diagnostics | Nathan Stocks | -0/+21 |
| 2022-10-07 | migrate diagnostic_items.rs to translateable diagnostics | Nathan Stocks | -1/+11 |
| 2022-10-07 | use cherry-picked commit from #100754 to emit note without error | Nathan Stocks | -2/+4 |
| 2022-10-07 | migrate the rest of weak_lang_items.rs to translateable diagnostics | Nathan Stocks | -3/+3 |
| 2022-10-07 | resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6... | Diego de Oliveira | -0/+3 |