| Age | Commit message (Expand) | Author | Lines |
| 2023-02-05 | rustc_session: remove huge error imports | est31 | -29/+23 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -2/+2 |
| 2023-02-01 | Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-... | Matthias Krüger | -1/+1 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -4/+5 |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ... | Felix S. Klock II | -1/+1 |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -4/+4 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -4/+23 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -10/+17 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -1/+1 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -10/+17 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -1/+13 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -24/+0 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -4/+8 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+12 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+12 |
| 2022-12-06 | Check AArch64 branch-protection earlier in the pipeline. | Jacob Bramley | -4/+8 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -0/+11 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -1/+4 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -1/+4 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -2/+2 |
| 2022-11-18 | `track_errors` use a delay_span_bug | Boxy | -1/+4 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -2/+2 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -1/+1 |
| 2022-11-02 | Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoerister | Matthias Krüger | -6/+3 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -3/+42 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+15 |
| 2022-10-26 | Allow use of `-Clto=thin` with `-Ccodegen-units=1` in general | Wesley Wiser | -6/+3 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -17/+16 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -3/+27 |
| 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 |