| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-23 | remove redundant clones | Matthias Krüger | -1/+1 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -1/+16 |
| 2023-07-21 | Auto merge of #113892 - RalfJung:uninit-undef-poison, r=wesleywiser | bors | -0/+6 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -13/+58 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+5 |
| 2023-07-20 | Add note about writing native-static-libs to file | David Tolnay | -1/+14 |
| 2023-07-20 | Implement printing to file for link-args and native-static-libs | David Tolnay | -10/+22 |
| 2023-07-20 | Implement printing to file in llvm_util | David Tolnay | -1/+3 |
| 2023-07-20 | Implement printing to file in codegen_backend.print | David Tolnay | -2/+20 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -4/+4 |
| 2023-07-20 | clarify MIR uninit vs LLVM undef/poison | Ralf Jung | -0/+6 |
| 2023-07-20 | Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiser | Matthias Krüger | -1/+15 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -14/+7 |
| 2023-07-20 | Monomorphize constants before inspecting them | Oli Scherer | -1/+1 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -1/+1 |
| 2023-07-20 | Tweak CGU sorting in a couple of places. | Nicholas Nethercote | -2/+3 |
| 2023-07-19 | Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelix | Dylan DPC | -1/+9 |
| 2023-07-19 | Fix review comments | bjorn3 | -7/+7 |
| 2023-07-19 | Don't compress dylib metadata | bjorn3 | -9/+2 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -1/+9 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -2/+2 |
| 2023-07-18 | merge patterns | chenx97 | -2/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+2 |
| 2023-07-18 | Permit pre-evaluated constants in simd_shuffle | Oli Scherer | -0/+14 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -3/+3 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+5 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -0/+5 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -24/+56 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -69/+73 |
| 2023-07-13 | Rollup merge of #113631 - lqd:fix-113597, r=petrochenkov | Matthias Krüger | -2/+17 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -7/+7 |
| 2023-07-12 | make MCP510 behavior explicitly opt-in | Rémy Rakic | -2/+17 |
| 2023-07-12 | De-duplicate consecutive libs when printing native-static-libs | Urgau | -0/+5 |
| 2023-07-11 | Use constants from object crate | Charisee | -4/+3 |
| 2023-07-11 | Rollup merge of #113497 - xSetech:mips_32_abi, r=davidtwco | Matthias Krüger | -2/+10 |
| 2023-07-10 | ensure byval allocas are sufficiently aligned | Erik Desjardins | -24/+56 |
| 2023-07-09 | Support explicit 32-bit MIPS ABI for the synthetic object | Seth Junot | -2/+10 |
| 2023-07-09 | Rollup merge of #111618 - cjgillot:name-return-place, r=tmiasko | Matthias Krüger | -2/+1 |
| 2023-07-08 | Always name the return place. | Camille GILLOT | -2/+1 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -9/+13 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -14/+20 |
| 2023-07-05 | Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA | Zalathar | -439/+0 |
| 2023-07-05 | Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it | Zalathar | -21/+1 |
| 2023-07-05 | Narrow trait `CoverageInfoBuilderMethods` down to just one method | Zalathar | -73/+10 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+24 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+24 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -24/+34 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -52/+64 |