| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -2/+3 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -1/+4 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -0/+2 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -0/+7 |
| 2022-08-31 | Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -0/+7 |
| 2022-08-30 | Code deduplication in tool_only_multipart_suggestion | Xiretza | -12/+5 |
| 2022-08-30 | Use more `into_iter` rather than `drain(..)` | Donough Liu | -2/+2 |
| 2022-08-24 | errors: `IntoDiagnosticArg` for `io::Error`/paths | David Wood | -0/+14 |
| 2022-08-17 | Moved structs to rustc_expand::errors, added several more migrations, fixed s... | nidnogg | -1/+2 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -0/+20 |
| 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-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: impl `IntoDiagnosticArg` for `char` | David Wood | -77/+33 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -0/+8 |
| 2022-07-08 | Implement IntoDiagnosticArg for hir::ConstContext | Michael Goulet | -0/+11 |
| 2022-07-05 | errors: introduce `DecorateLint` | David Wood | -2/+10 |
| 2022-07-05 | Rollup merge of #98624 - davidtwco:translation-on-lints, r=compiler-errors | Dylan DPC | -1/+83 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -7/+7 |
| 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-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -4/+6 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -4/+6 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+8 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -3/+3 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -34/+52 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-05-12 | errors: `set_arg` takes `IntoDiagnosticArg` | David Wood | -2/+2 |
| 2022-04-29 | macros: subdiagnostic derive | David Wood | -0/+14 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -7/+7 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -24/+1 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -24/+1 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-05 | macros: support translatable labels | David Wood | -1/+1 |
| 2022-04-05 | macros: add args for non-subdiagnostic fields | David Wood | -0/+48 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -51/+90 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -36/+6 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -19/+48 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+6 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -1/+20 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -1/+24 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -0/+13 |
| 2022-03-07 | Update unstable `ExpectationId`s in stored diagnostics | xFrednet | -1/+24 |