| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -0/+4 |
| 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 | 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 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -1/+3 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | Auto merge of #101846 - chenyukang:fix-101793, r=davidtwco | bors | -2/+4 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -0/+1 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -1/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -0/+3 |
| 2022-09-16 | Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio... | Michael Howell | -7/+1 |
| 2022-09-16 | Add AscribeUserTypeProvePredicate | Jack Huey | -0/+1 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -1/+0 |
| 2022-09-16 | use subdiagnostic for logical negation, bitwise not | yukang | -1/+3 |
| 2022-09-15 | more tweak on diagnostic messages | yukang | -2/+2 |
| 2022-09-15 | fix 101793, fix the wording of help msg for bitwise not | yukang | -1/+1 |
| 2022-09-15 | correct span, add help message and add UI test when query depth overflows | SparrowLii | -1/+2 |
| 2022-09-15 | add note for `layout_of` when query depth overflows | SparrowLii | -0/+2 |
| 2022-09-14 | Migrated the rustc_passes lint for annotations without effect to the new diag... | Diego de Oliveira | -0/+3 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -1/+1 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -0/+1 |