| Age | Commit message (Expand) | Author | Lines |
| 2022-10-07 | always put ftl message on next line, resolve all but 1 output comparison error | Nathan Stocks | -89/+180 |
| 2022-10-07 | Migrate InvalidAttrAtCrateLevel | rdvdev2 | -0/+3 |
| 2022-10-07 | Migrate derivable diagnostics in check_attr.rs | rdvdev2 | -0/+2 |
| 2022-10-07 | Migrate derivable diagnostics in lang_items.rs | rdvdev2 | -0/+8 |
| 2022-10-07 | Migrate weak_lang_items.rs | rdvdev2 | -0/+9 |
| 2022-10-07 | ADD - implement IntoDiagnostic for thorin::Error wrapper | Jhonny Bill Mena | -3/+76 |
| 2022-10-07 | Address PR comments | Jhonny Bill Mena | -8/+2 |
| 2022-10-07 | ADD - initial port of link.rs | Jhonny Bill Mena | -0/+25 |
| 2022-10-07 | DELETE - unused error after PR# 100101 was merged | Jhonny Bill Mena | -2/+0 |
| 2022-10-07 | UPDATE - migrate write.rs to new diagnostics infra | Jhonny Bill Mena | -0/+8 |
| 2022-10-07 | UPDATE - migrate linker.rs to new diagnostics infra | Jhonny Bill Mena | -0/+18 |
| 2022-10-07 | UPDATE - LibDefWriteFailure to accept type instead of formatted string | Jhonny Bill Mena | -1/+1 |
| 2022-10-07 | ADD - migrate lib.def write fatal error | Jhonny Bill Mena | -0/+2 |
| 2022-10-07 | ADD - codegen_ssa initial diags translations machinery | Jhonny Bill Mena | -0/+2 |
| 2022-10-06 | Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-dead | Matthias Krüger | -1/+2 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-10-05 | Fix opaque_hidden_inferred_bound lint ICE | Michael Goulet | -1/+2 |
| 2022-10-04 | find the correct lang item for ranges | yukang | -2/+1 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -0/+4 |
| 2022-10-04 | fix #102396, suggest parentheses for possible range methods | yukang | -0/+5 |
| 2022-10-04 | Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errors | bors | -39/+45 |
| 2022-10-03 | Add diagnostic struct for const eval error in `rustc_middle` | pierwill | -0/+3 |
| 2022-10-03 | errors: rename `typeck.ftl` to `hir_analysis.ftl` | David Wood | -39/+45 |
| 2022-10-02 | Make it a lint for all opaque types | Michael Goulet | -1/+1 |
| 2022-10-02 | Lint for unsatisfied nested opaques | Michael Goulet | -0/+4 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -0/+11 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -0/+11 |
| 2022-09-30 | Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwco | Matthias Krüger | -0/+69 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-29 | improve E0585 help | Rageking8 | -1/+1 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -10/+10 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -4/+4 |
| 2022-09-27 | Migrate even more diagnostics in rustc_parse to diagnostic structs | Xiretza | -0/+53 |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -0/+10 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -0/+16 |
| 2022-09-27 | Rework "inner attribute not permitted" errors | Xiretza | -0/+28 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -1/+32 |
| 2022-09-27 | Migrate "invalid literal suffix" diagnostic to diagnostic structs | Xiretza | -0/+9 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -0/+61 |
| 2022-09-27 | Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct | Xiretza | -0/+2 |
| 2022-09-26 | lint and remove unused diagnostic | Ellis Hoag | -3/+0 |
| 2022-09-25 | Recover some items that expect braces and don't take semicolons | Michael Goulet | -0/+3 |
| 2022-09-24 | Add monomorphization errors | Ellis Hoag | -0/+57 |
| 2022-09-24 | Add LayoutSizeOverflow | Ellis Hoag | -0/+3 |
| 2022-09-24 | Add LTONotSupported | Ellis Hoag | -0/+3 |
| 2022-09-24 | Add UnwindingInlineAsm | Ellis Hoag | -1/+4 |
| 2022-09-24 | Add LinkageConstOrMutType | Ellis Hoag | -0/+3 |
| 2022-09-24 | Add RanlibFailure | Ellis Hoag | -0/+3 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -0/+3 |
| 2022-09-23 | Rollup merge of #101815 - diegooliveira:master, r=davidtwco | Matthias Krüger | -0/+3 |