| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -3/+4 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -12/+2 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -7/+7 |
| 2022-08-31 | unix_sigpipe: Inline compiler sigpipe constants in std | Martin Nordholts | -0/+2 |
| 2022-08-31 | Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=... | Ralf Jung | -18/+92 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+31 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -1/+32 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -2/+5 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -1/+32 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -9/+12 |
| 2022-08-26 | translations(rustc_session): migrate check_expected_reuse | Luis Cardoso | -20/+12 |
| 2022-08-26 | translations(rustc_session): migrate 80% of the file parse.rs | Luis Cardoso | -11/+44 |
| 2022-08-26 | translations(rustc_session): migrate the file cgu_reuse_tracker | Luis Cardoso | -5/+54 |
| 2022-08-21 | Hotfix ftl err name, added check for err.code in create_feature_err | nidnogg | -1/+3 |