| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -17/+16 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -55/+14 |
| 2022-10-17 | session: use derive more | David Wood | -17/+16 |
| 2022-10-07 | errors: add `emit_note`/`create_note` | David Wood | -1/+10 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -6/+5 |
| 2022-09-27 | session: remove now-unnecessary lint `#[allow]`s | David Wood | -44/+0 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -9/+9 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -10/+1 |
| 2022-09-13 | Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r... | Matthias Krüger | -0/+44 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -4/+2 |
| 2022-09-10 | translations(rustc_session): migrate output.rs | Luis Cardoso | -0/+44 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -10/+8 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -43/+1 |
| 2022-09-08 | translations(rustc_session): migrates session.rs and config.rs | Luis Cardoso | -36/+78 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -3/+3 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+6 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -2/+5 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -2/+12 |
| 2022-08-21 | Hotfix ftl err name, added check for err.code in create_feature_err | nidnogg | -1/+3 |
| 2022-08-21 | Fixed failing tests (missing labels), added automatic error code in create_fe... | nidnogg | -2/+3 |
| 2022-08-22 | Fix incorrect return type of emit_fatal | Park Jaeon [파차] | -1/+1 |
| 2022-08-22 | Support #[fatal(..)] | finalchild | -0/+9 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -2/+12 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -5/+5 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -272/+299 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -0/+8 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -52/+52 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -0/+4 |
| 2022-07-11 | Keep unstable target features for asm feature checking | Amanieu d'Antras | -0/+4 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+6 |
| 2022-07-08 | Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-... | Dylan DPC | -1/+10 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -1/+10 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -4/+4 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -3/+3 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -3/+3 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -23/+23 |
| 2022-06-27 | various: add `rustc_lint_diagnostics` to diag fns | David Wood | -0/+23 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -0/+15 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -0/+15 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -6/+6 |
| 2022-06-14 | Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obk | bors | -1/+2 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -6/+6 |
| 2022-06-13 | Integrate measureme's hardware performance counter support. | Eduard-Mihai Burtescu | -1/+2 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -0/+1 |
| 2022-05-06 | sess: add `create_{err,warning}` | David Wood | -0/+12 |
| 2022-04-25 | fix formatting | Christian Poveda | -5/+1 |
| 2022-04-25 | use `ParseSess` instead of `Session` in `into_diagnostic` | Christian Poveda | -5/+9 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+5 |