| Age | Commit message (Expand) | Author | Lines |
| 2022-09-16 | do not suggest a placeholder to const and static without a type | Takayuki Maeda | -0/+4 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -1/+1 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -10/+9 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -3/+2 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+1 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -2/+2 |
| 2022-09-06 | Report number of delayed bugs properly with -Ztreat-err-as-bug | Michael Goulet | -17/+22 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -4/+15 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -4/+15 |
| 2022-08-21 | Add Handler::struct_diagnostic() | Xiretza | -0/+9 |
| 2022-08-20 | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkov | Matthias Krüger | -12/+63 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -0/+1 |
| 2022-08-17 | Don't treat stashed warnings as errors | Christopher Durham | -12/+62 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-08-16 | Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -0/+1 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -0/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-10 | errors: don't fail on broken primary translations | David Wood | -1/+2 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -1/+0 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -2/+2 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -1/+0 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -0/+1 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -1/+1 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -1/+1 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -1/+1 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -22/+22 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -22/+22 |
| 2022-06-30 | use "or pattern" | Tshepang Mbambo | -1/+1 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -1/+1 |
| 2022-06-16 | Fix a typo | Maybe Waffle | -1/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -32/+64 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -32/+64 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -0/+23 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+23 |
| 2022-06-10 | Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w... | Yuki Okushi | -12/+17 |
| 2022-06-04 | Fix `delayed_good_path_bug` ice for expected diagnostics (RFC 2383) | xFrednet | -12/+17 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -1/+2 |
| 2022-05-24 | macros: introduce `fluent_messages` macro | David Wood | -2/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+0 |
| 2022-05-08 | Fixed typo in docs and correct doc links | Fridtjof Stoldt | -2/+2 |
| 2022-05-08 | Only assert for unstable expectation ids after conversion (RFC 2383) | xFrednet | -6/+17 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -2/+2 |
| 2022-04-29 | macros: subdiagnostic derive | David Wood | -2/+2 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -2/+7 |