| Age | Commit message (Expand) | Author | Lines |
| 2025-08-09 | Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-09 | invoke functions from methods | bit-aloo | -204/+28 |
| 2025-08-09 | add read_file_by_commit function and invoke from parse_inner | bit-aloo | -2/+27 |
| 2025-08-09 | add ci_llvm_root function and invoke from parse_inner | bit-aloo | -1/+11 |
| 2025-08-09 | add git_info function and invoke from parse_inner | bit-aloo | -10/+14 |
| 2025-08-09 | add is_system_llvm function and invoke from parse_inner | bit-aloo | -1/+33 |
| 2025-08-08 | [win][arm64ec] Add '/machine:arm64ec' when linking LLVM as Arm64EC | Daniel Paoliello | -0/+7 |
| 2025-08-08 | bootstrap: `x.py dist rustc-src` should keep LLVM's siphash | Aleksey Kliger | -0/+14 |
| 2025-08-08 | add parse_download_ci_llvm function and invoke from parse_inner | bit-aloo | -7/+248 |
| 2025-08-08 | add download_ci_rustc_commit function and invoke from parse_inner | bit-aloo | -1/+128 |
| 2025-08-08 | Improve error output when a command fails in bootstrap | Jakub Beránek | -82/+83 |
| 2025-08-08 | Bless snapshot tests | Jakub Beránek | -0/+2 |
| 2025-08-08 | Review remarks | Jakub Beránek | -25/+22 |
| 2025-08-08 | Clarify the behavior of `rust.codegen-backends` | Jakub Beránek | -11/+20 |
| 2025-08-08 | Refactor `dist::CraneliftCodegenBackend` | Jakub Beránek | -51/+84 |
| 2025-08-08 | Split CodegenBackend step into two and handle stamp sysroot copy explicitly | Jakub Beránek | -148/+181 |
| 2025-08-08 | Build host library when cross-compiling `ToolTarget` tools | Jakub Beránek | -2/+7 |
| 2025-08-08 | Add snapshot test for cross-compilation cargo build | Jakub Beránek | -0/+15 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -951/+936 |
| 2025-08-08 | Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiser | Stuart Cook | -0/+1 |
| 2025-08-08 | Rollup merge of #144807 - Shourya742:2025-07-30-streamline-config, r=Kobzol | Stuart Cook | -951/+935 |
| 2025-08-07 | Rollup merge of #145007 - Kobzol:error-index, r=jieyouxu | Trevor Gross | -87/+124 |
| 2025-08-07 | update enzyme submodule to handle llvm 21 | Manuel Drehwald | -0/+1 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -0/+1 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -65/+95 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -46/+14 |
| 2025-08-07 | Rollup merge of #144659 - mati865:gnullvm-vendor-libunwind, r=Kobzol | Stuart Cook | -60/+82 |
| 2025-08-07 | Rollup merge of #144473 - zeroomega:rustc_inconsistency, r=Mark-Simulacrum | Stuart Cook | -5/+13 |
| 2025-08-06 | tidy | Boxy | -12/+2 |
| 2025-08-06 | Fix build/doc/test of error index generator | Jakub Beránek | -87/+124 |
| 2025-08-06 | Remove unneeded `stage` parameter when setting up stdlib Cargo | Jakub Beránek | -13/+9 |
| 2025-08-06 | handle bootstrap cfgs | Boxy | -34/+12 |
| 2025-08-06 | remove redundant _toml suffix and other misc changes | bit-aloo | -389/+371 |
| 2025-08-05 | Auto merge of #144303 - Kobzol:bootstrap-tool-cleanup, r=jieyouxu | bors | -453/+744 |
| 2025-08-04 | windows-gnullvm: include `libunwind.dll` in dist | Mateusz Mikuła | -7/+24 |
| 2025-08-04 | Fix splitting dylib paths | Jakub Beránek | -10/+8 |
| 2025-08-04 | Do not render both cached and uncached edge between two steps | Jakub Beránek | -1/+7 |
| 2025-08-04 | Implement debugging output of the bootstrap Step graph into a DOT file | Jakub Beránek | -2/+217 |
| 2025-08-03 | For "stage 1" ui-fulldeps, use the stage 1 compiler to query target info | Zalathar | -0/+8 |
| 2025-08-02 | Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol | Samuel Tardieu | -0/+6 |
| 2025-08-01 | move dist and gcc config to the top of parse method | bit-aloo | -12/+12 |
| 2025-08-01 | move llvm config to the top of parse method | bit-aloo | -31/+36 |
| 2025-08-01 | move rust config to the top of parse method | bit-aloo | -59/+58 |
| 2025-08-01 | move install config to the top of parse method | bit-aloo | -12/+15 |
| 2025-08-01 | move build config to the top of parse method | bit-aloo | -12/+13 |
| 2025-08-01 | make build toml fields follow a specific naming convention | bit-aloo | -125/+120 |
| 2025-08-01 | make install toml fields follow a specific naming convention | bit-aloo | -14/+14 |
| 2025-08-01 | make dist toml fields follow a specific naming convention | bit-aloo | -14/+14 |
| 2025-08-01 | make gcc toml fields follow a specific naming convention | bit-aloo | -2/+2 |
| 2025-08-01 | make llvm toml fields follow a specific naming convention | bit-aloo | -59/+59 |