| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -2/+22 |
| 2022-08-02 | dedupe 'annotate-snippets' crate versions | klensy | -1/+5 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 |
| 2022-07-20 | avoid `&str` to String conversions | Takayuki Maeda | -8/+7 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+19 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -1/+1 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -0/+1 |
| 2022-07-15 | errors: lint on `LintDiagnosticBuilder::build` | David Wood | -0/+1 |
| 2022-07-15 | errors: impl `IntoDiagnosticArg` for `char` | David Wood | -77/+33 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -0/+9 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -1/+1 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -0/+9 |
| 2022-07-08 | Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-... | Dylan DPC | -0/+11 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -16/+16 |
| 2022-07-08 | Implement IntoDiagnosticArg for hir::ConstContext | Michael Goulet | -0/+11 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -16/+16 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -16/+16 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -3/+11 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -1/+24 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -2/+84 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -29/+29 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -29/+29 |
| 2022-06-30 | Rollup merge of #98695 - tshepang:or-pattern, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-06-30 | lint: port incomplete features diagnostics | David Wood | -0/+6 |
| 2022-06-30 | lint: port keyword idents diagnostics | David Wood | -1/+7 |
| 2022-06-30 | lint: port variant size difference diagnostics | David Wood | -0/+48 |
| 2022-06-30 | lint: port overflowing literals diagnostics | David Wood | -0/+12 |
| 2022-06-30 | lint: port non-fmt-panic diagnostics | David Wood | -0/+10 |
| 2022-06-30 | middle: translation in `LintDiagnosticBuilder` | David Wood | -1/+1 |
| 2022-06-30 | use "or pattern" | Tshepang Mbambo | -1/+1 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -2/+12 |
| 2022-06-20 | remove MAX_SUGGESTION_HIGHLIGHT_LINES | Maybe Waffle | -5/+0 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -4/+8 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -77/+170 |
| 2022-06-16 | Add back MAX_SUGGESTION_HIGHLIGHT_LINES so clippy is happy & buildable | Maybe Waffle | -0/+5 |
| 2022-06-16 | Try to clean up code... | Maybe Waffle | -93/+150 |
| 2022-06-16 | Improve suggestions when its parts are far from each other | Maybe Waffle | -68/+99 |
| 2022-06-16 | Fix a typo | Maybe Waffle | -1/+1 |
| 2022-06-16 | drive by fix needless allocation of const string number | klensy | -2/+6 |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -38/+72 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -38/+72 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -0/+31 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+31 |
| 2022-06-10 | Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w... | Yuki Okushi | -12/+17 |