| Age | Commit message (Expand) | Author | Lines |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+2 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -28/+28 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -0/+11 |
| 2022-10-21 | Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowers | bors | -5/+8 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -32/+42 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -5/+8 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -0/+11 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -55/+14 |
| 2022-10-17 | session: use derive more | David Wood | -32/+42 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -56/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -55/+51 |
| 2022-10-07 | errors: add `emit_note`/`create_note` | David Wood | -2/+22 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -17/+5 |
| 2022-09-30 | Remove expr_parentheses_needed from ParseSess | Michael Goulet | -11/+3 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -7/+20 |
| 2022-09-27 | Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct | Xiretza | -7/+20 |
| 2022-09-27 | session: remove now-unnecessary lint `#[allow]`s | David Wood | -52/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -2/+0 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -2/+4 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -33/+34 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -4/+4 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -29/+29 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -12/+2 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -2/+0 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -0/+4 |
| 2022-09-13 | Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r... | Matthias Krüger | -25/+107 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -4/+2 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+4 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+4 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+2 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -4/+2 |
| 2022-09-10 | translations(rustc_session): migrate output.rs | Luis Cardoso | -27/+108 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+2 |
| 2022-09-09 | translations(rustc_session): migrates session.rs and config.rs | Luis Cardoso | -1/+2 |
| 2022-09-08 | translations(rustc_session): migrates two diagnostics in session.rs | Luis Cardoso | -10/+22 |
| 2022-09-08 | translations(rustc_session): remove lint allow rule to the methods marked wit... | Luis Cardoso | -55/+7 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -5/+56 |
| 2022-09-08 | translations(rustc_session): migrates session.rs and config.rs | Luis Cardoso | -38/+148 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -6/+6 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -4/+4 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -1/+33 |
| 2022-09-02 | Rollup merge of #100814 - gabrielBusta:port_trait_selection_diagnostics, r=da... | Matthias Krüger | -0/+6 |
| 2022-09-02 | Make CrateConfig make order depended for linting purpose | Urgau | -4/+4 |
| 2022-09-02 | Rollup merge of #100552 - petrochenkov:flavorcompat, r=lqd | Guillaume Gomez | -17/+7 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -0/+6 |