| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-15 | Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxu | Jacob Pratt | -3/+0 |
| 2025-08-15 | Do not copy files in `copy_src_dirs` in dry run | Jakub Beránek | -0/+6 |
| 2025-08-15 | Fix tracing debug representation of steps without arguments in bootstrap | Jakub Beránek | -3/+8 |
| 2025-08-15 | Remove duplicated tracing span in bootstrap | Jakub Beránek | -3/+0 |
| 2025-08-15 | Do not strip binaries in bootstrap everytime if they are unchanged | Jakub Beránek | -1/+12 |
| 2025-08-15 | Rollup merge of #145413 - joshtriplett:bootstrap-reduce-deps, r=clubby789 | Jakub Beránek | -52/+24 |
| 2025-08-15 | Rollup merge of #145340 - Kobzol:bootstrap-codegen-backend-check-split, r=jie... | Jakub Beránek | -170/+91 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Rustc` step | Jakub Beránek | -51/+43 |
| 2025-08-15 | Remove usage of `compiler_for` from the `compile::Std` step | Jakub Beránek | -28/+27 |
| 2025-08-15 | Rename `compiler` to `build_compiler` in the `compile::Std` step | Jakub Beránek | -11/+13 |
| 2025-08-15 | Split codegen backend check step into two and don't run it with `x check comp... | Jakub Beránek | -170/+91 |
| 2025-08-14 | bootstrap: Remove dependency on xattr | Josh Triplett | -14/+3 |
| 2025-08-14 | bootstrap: Switch from fd-lock to native locking in std | Josh Triplett | -38/+21 |
| 2025-08-14 | Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxu | Jakub Beránek | -8/+31 |
| 2025-08-14 | Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=Kobzol | Jakub Beránek | -0/+9 |
| 2025-08-14 | Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxu | Jakub Beránek | -119/+119 |
| 2025-08-14 | Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxu | Jakub Beránek | -313/+511 |
| 2025-08-14 | Rename and document `ONLY_HOSTS` in bootstrap | Jakub Beránek | -114/+119 |
| 2025-08-14 | Remove `ONLY_HOSTS` value overrides that just set the default value and had n... | Jakub Beránek | -5/+0 |
| 2025-08-13 | bootstrap: Support passing `--timings` to cargo | Josh Triplett | -8/+31 |
| 2025-08-14 | Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu | bors | -143/+430 |
| 2025-08-13 | Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxu | Guillaume Gomez | -67/+98 |