| Age | Commit message (Expand) | Author | Lines |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -2/+6 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -5/+6 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+13 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+13 |
| 2021-09-24 | Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebank | bors | -10/+15 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -7/+30 |
| 2021-09-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -15/+11 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -10/+15 |
| 2021-09-19 | Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa | bors | -22/+27 |
| 2021-09-19 | Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa | Yuki Okushi | -2/+6 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -14/+11 |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -13/+21 |
| 2021-09-18 | Remove support for reentrant start blocks from codegen | Tomasz Miąsko | -19/+5 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-17 | Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk | Yuki Okushi | -7/+4 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -2/+6 |
| 2021-09-13 | Update compiler/rustc_codegen_ssa/src/mir/mod.rs | Oli Scherer | -1/+1 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -15/+10 |
| 2021-09-13 | Add tracing level for codegen_mir | Wesley Wiser | -0/+1 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -15/+21 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -15/+21 |
| 2021-09-09 | rename `is_valid_for` to `is_valid` | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -19/+19 |
| 2021-09-09 | derive Copy for WrappingRange and Scalar | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Add methods for checking for full ranges to `Scalar` and `WrappingRange` | Andreas Liljeqvist | -8/+5 |
| 2021-09-08 | Move get_tools_search_paths from FileSearch to Session | bjorn3 | -7/+4 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -10/+50 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -24/+16 |
| 2021-09-05 | Auto merge of #88559 - bjorn3:archive_logic_dedup, r=cjgillot | bors | -19/+47 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -24/+16 |
| 2021-09-01 | Move add_rlib and add_native_library to cg_ssa | bjorn3 | -19/+47 |
| 2021-08-31 | Include debug info for the allocator shim | Daniel Paoliello | -4/+11 |
| 2021-08-30 | Don't allow both the `+bundle` and `+whole-archive` modifiers for rlibs | Wesley Wiser | -0/+14 |
| 2021-08-30 | Fix handling of +whole-archive native link modifier. | Michael Woerister | -10/+36 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -6/+9 |
| 2021-08-30 | rustc_target: `TyAndLayout::field` should never error. | Eduard-Mihai Burtescu | -4/+2 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -14/+33 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -2/+7 |
| 2021-08-27 | Auto merge of #88227 - 12101111:nobundle-link-order, r=petrochenkov | bors | -36/+33 |
| 2021-08-26 | Adjust linking order of static nobundle libraries | 12101111 | -36/+33 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+2 |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -8/+8 |
| 2021-08-23 | Pass -fuse-ld=/path/to/ld64 if -Z gcc-ld and the lld_flavor for the target is... | Hans Kratz | -14/+33 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -8/+8 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -13/+2 |
| 2021-08-21 | Always use llvm.used for coverage symbols | Nikita Popov | -10/+10 |
| 2021-08-18 | On macOS, make strip="symbols" not pass any options to strip | Josh Triplett | -12/+10 |
| 2021-08-18 | Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr... | Charles Lew | -13/+2 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -4/+0 |