| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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/+25 |
| 2022-08-21 | Add Handler::struct_diagnostic() | Xiretza | -1/+9 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -9/+12 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -3/+52 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -43/+42 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+2 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -4/+7 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -14/+0 |
| 2022-07-30 | Auto merge of #99123 - mystor:crossbeam_bridge, r=eddyb | bors | -0/+27 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+27 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -3/+19 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -4/+7 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+2 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -296/+354 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -0/+8 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -3/+19 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+2 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -1/+2 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -1/+1 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -14/+0 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -1/+2 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+2 |
| 2022-07-18 | Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-dead | Yuki Okushi | -0/+8 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -0/+8 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |