| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Rename `MainThreadWorkerState`. | Nicholas Nethercote | -25/+25 |
| 2023-07-31 | Rename things related to the main thread's operations. | Nicholas Nethercote | -30/+46 |
| 2023-07-31 | Add some assertions. | Nicholas Nethercote | -0/+4 |
| 2023-07-31 | Add comments to `WorkItemResult`. | Nicholas Nethercote | -4/+14 |
| 2023-07-31 | Inline and remove `submit_pre_codegened_module_to_llvm`. | Nicholas Nethercote | -13/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -45/+43 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -1/+1 |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -11/+28 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+4 |
| 2023-07-20 | Add note about writing native-static-libs to file | David Tolnay | -1/+6 |
| 2023-07-20 | Implement printing to file for link-args and native-static-libs | David Tolnay | -10/+22 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -3/+3 |
| 2023-07-20 | Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,... | bors | -13/+7 |
| 2023-07-19 | Fix review comments | bjorn3 | -7/+7 |
| 2023-07-19 | Don't compress dylib metadata | bjorn3 | -8/+2 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | merge patterns | chenx97 | -2/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 |
| 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/+4 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -0/+5 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -19/+19 |
| 2023-07-13 | Rollup merge of #113631 - lqd:fix-113597, r=petrochenkov | Matthias Krüger | -2/+17 |
| 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-09 | Support explicit 32-bit MIPS ABI for the synthetic object | Seth Junot | -2/+10 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+16 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+16 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -52/+64 |
| 2023-07-01 | Auto merge of #112550 - loongarch-rs:fix-eflags, r=cjgillot | bors | -2/+13 |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -51/+63 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -1/+1 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -1/+6 |
| 2023-06-26 | Tweak thread names for CGU processing. | Nicholas Nethercote | -21/+42 |
| 2023-06-22 | Remove unused fields from `CodegenContext`. | Nicholas Nethercote | -12/+0 |
| 2023-06-22 | Introduce `CodegenState`. | Nicholas Nethercote | -20/+29 |
| 2023-06-22 | Add comments to `Message` and `WorkItem`. | Nicholas Nethercote | -8/+22 |
| 2023-06-22 | Simplify `Message`. | Nicholas Nethercote | -64/+44 |
| 2023-06-22 | Move `Message::CodegenItem` to a separate type. | Nicholas Nethercote | -10/+11 |
| 2023-06-21 | Inline and remove `WorkItem::start_profiling` and `execute_work_item`. | Nicholas Nethercote | -34/+22 |
| 2023-06-16 | Auto merge of #112597 - danakj:map-linker-paths, r=michaelwoerister | bors | -3/+33 |
| 2023-06-15 | Remap dylib paths into the sysroot to be relative to the sysroot | danakj | -16/+22 |
| 2023-06-14 | Move the comment on fixing paths to where it belongs | danakj | -3/+2 |
| 2023-06-14 | Avoid absolute sysroot paths in the MSVC linker command line | danakj | -2/+27 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -3/+3 |
| 2023-06-12 | loongarch: Fix ELF header flags | WANG Rui | -2/+13 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -7/+40 |
| 2023-06-08 | Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomez | bors | -5/+7 |