| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | remove default opts from config | bit-aloo | -53/+0 |
| 2025-08-22 | Add warning to the `Builder::llvm_config` function | Jakub Beránek | -0/+4 |
| 2025-08-22 | Ship LLVM tools for the correct target when cross-compiling | Jakub Beránek | -5/+43 |
| 2025-08-22 | Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol | bors | -563/+527 |
| 2025-08-22 | Rename `llvm_config` to `host_llvm_config` to avoid confusion | Jakub Beránek | -36/+39 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+1 |
| 2025-08-22 | Sort Config fields and remove some `mut`s from bindings | Jakub Beránek | -198/+210 |
| 2025-08-21 | Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol | Jacob Pratt | -4/+0 |
| 2025-08-21 | Promote aarch64-pc-windows-msvc to Tier 1 | Daniel Paoliello | -1/+1 |
| 2025-08-21 | Remove MIPS targets from CI LLVM platforms | Jens Reidel | -4/+0 |
| 2025-08-21 | Rollup merge of #145654 - Kobzol:gcc-ci-root, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -5/+5 |
| 2025-08-21 | Rollup merge of #145256 - GuillaumeGomez:bootstrap-test-codegen-backend, r=Ko... | Jacob Pratt | -7/+58 |
| 2025-08-21 | move few complex initialization from config to parse-inner | bit-aloo | -49/+61 |
| 2025-08-20 | Update test output for change to number of crates | Josh Triplett | -5/+5 |
| 2025-08-20 | make download context lean and remove mutable types | bit-aloo | -79/+89 |
| 2025-08-20 | remove unwanted references, and make more initialization inline | bit-aloo | -22/+14 |
| 2025-08-20 | add explicit defaults | bit-aloo | -4/+4 |
| 2025-08-20 | use local variables coming from toml, directly from toml | bit-aloo | -11/+7 |
| 2025-08-20 | remove now not required _ | bit-aloo | -115/+115 |
| 2025-08-20 | Auto merge of #145645 - Kobzol:uplift-fix, r=jieyouxu | bors | -9/+82 |
| 2025-08-20 | Download CI GCC into the correct directory | Jakub Beránek | -3/+3 |
| 2025-08-20 | Split compiletest `--codegen-backend` into two options `--default-codegen-bac... | Guillaume Gomez | -4/+7 |
| 2025-08-20 | Add new `--test-codegen-backend` bootstrap option | Guillaume Gomez | -6/+54 |
| 2025-08-20 | Disable rustc uplifting during cross-compilation | Jakub Beránek | -9/+6 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -34/+39 |
| 2025-08-19 | Add snapshot tests for stage 3 compiler builds | Jakub Beránek | -0/+76 |
| 2025-08-19 | Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-08-19 | Rollup merge of #145560 - Kobzol:bootstrap-remove-ord, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -34/+34 |
| 2025-08-19 | Rollup merge of #145490 - Kobzol:bootstrap-io-tracing, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -27/+86 |
| 2025-08-19 | Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+12 |
| 2025-08-19 | Rollup merge of #145565 - Kobzol:bootstrap-ci-print-error, r=jieyouxu | Stuart Cook | -0/+4 |
| 2025-08-19 | Rollup merge of #145557 - Kobzol:rustc-link-fix, r=jieyouxu | Stuart Cook | -34/+78 |
| 2025-08-19 | Rollup merge of #144252 - Kobzol:rmeta-sysroot, r=jieyouxu | Stuart Cook | -88/+335 |
| 2025-08-18 | Assume UTF-8 in sysroot paths | Jakub Beránek | -1/+1 |
| 2025-08-18 | Fix uplifting in `Assemble` step | Jakub Beránek | -34/+78 |
| 2025-08-18 | remove downstream new method | bit-aloo | -51/+12 |
| 2025-08-18 | Add change tracker entry for `--timings` | Jieyou Xu | -0/+5 |
| 2025-08-18 | Provide more useful command creation spans | Jakub Beránek | -0/+4 |
| 2025-08-18 | Remove unused `PartialOrd`/`Ord` from bootstrap | Jakub Beránek | -34/+34 |
| 2025-08-18 | Do not overwrite the value of `RUSTC_ADDITIONAL_SYSROOT_PATHS` | Jakub Beránek | -1/+28 |
| 2025-08-18 | Trace some basic I/O operations in bootstrap | Jakub Beránek | -27/+86 |
| 2025-08-18 | clippy'ed | bit-aloo | -1/+1 |
| 2025-08-18 | remove default config | bit-aloo | -582/+563 |
| 2025-08-16 | Only check std in cross-compilation instead of building it | Jakub Beránek | -57/+153 |
| 2025-08-16 | Avoid copying rustc rmeta artifacts into the build compiler sysroot | Jakub Beránek | -65/+189 |
| 2025-08-16 | Optimize `copy_src_dirs` | Jakub Beránek | -39/+42 |
| 2025-08-16 | Do not call `fs::remove_file` in `cp_link_filtered_recurse` | Jakub Beránek | -1/+0 |
| 2025-08-15 | Rollup merge of #145455 - Kobzol:bootstrap-copy-src-dirs-dry-run, r=jieyouxu | Jacob Pratt | -0/+6 |
| 2025-08-15 | Rollup merge of #145454 - Kobzol:bootstrap-fix-step-debug-repr, r=jieyouxu | Jacob Pratt | -3/+8 |