| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Auto merge of #146927 - Kobzol:install-clif, r=jieyouxu | bors | -52/+63 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -4/+0 |
| 2025-09-26 | Apply cfg(bootstrap) replacement | Mark Rousskov | -4/+0 |
| 2025-09-26 | Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2025-09-26 | Auto merge of #146595 - Shourya742:make-cargo-test-work-for-self-test, r=Kobzol | bors | -394/+337 |
| 2025-09-26 | Rollup merge of #147038 - Kobzol:bootstrap-verbose-fn, r=jieyouxu | Matthias Krüger | -58/+46 |
| 2025-09-26 | Rollup merge of #146994 - cuviper:clippy-ci-recursion, r=Kobzol | Matthias Krüger | -0/+2 |
| 2025-09-25 | Add `clippy::unconditional_recursion` to `./x clippy ci` | Josh Stone | -0/+2 |
| 2025-09-25 | Rename `verbose` to `do_if_verbose` | Jakub Beránek | -37/+40 |
| 2025-09-25 | Remove `is_verbose_than` function | Jakub Beránek | -6/+1 |
| 2025-09-25 | Remove `verbose_than` function | Jakub Beránek | -15/+5 |
| 2025-09-25 | Make `cargo test` work again | Jakub Beránek | -8/+30 |
| 2025-09-25 | Ensure that `--build-dir` is always specified in tests | Jakub Beránek | -23/+4 |
| 2025-09-25 | bootstrap.py: Respect build.jobs while building bootstrap tool | J. Neuschäfer | -0/+2 |
| 2025-09-24 | Make install test target independent | Jakub Beránek | -55/+61 |
| 2025-09-23 | Make it possible to `x install` Cranelift and LLVM bitcode linker | Jakub Beránek | -0/+5 |
| 2025-09-23 | move config check logic from get_toml to parse_inner | bit-aloo | -24/+23 |
| 2025-09-22 | add comment explaining the test_build_dir | bit-aloo | -0/+7 |
| 2025-09-22 | add check for toml file | bit-aloo | -10/+9 |
| 2025-09-22 | remove explicit target assignment in config during rustc initialization | bit-aloo | -15/+8 |
| 2025-09-21 | Add x86_64-unknown-motor (Motor OS) tier 3 target | U. Lasiotus | -0/+5 |
| 2025-09-21 | remove prepare_test_specific_dir and update tests accordingly | bit-aloo | -89/+65 |
| 2025-09-21 | add explicit config assignment when running the test, as the src is assigned ... | bit-aloo | -0/+9 |
| 2025-09-21 | initialize out with CARGO_TARGET_DIR and then go for manifest and then for cu... | bit-aloo | -8/+19 |
| 2025-09-21 | add dry_run flag in config builder and remove runtime test hacks | bit-aloo | -7/+15 |
| 2025-09-21 | remove create_config_without_ci_llvm_override duplication | bit-aloo | -21/+19 |
| 2025-09-21 | rename config_toml to with_default_toml_config | bit-aloo | -18/+33 |
| 2025-09-21 | this is dicy, whether we have a method to explicitly enable_llvm_override | bit-aloo | -0/+15 |
| 2025-09-21 | move most of the test to new testCtx | bit-aloo | -191/+152 |
| 2025-09-21 | allow symlinking during test | bit-aloo | -1/+1 |
| 2025-09-21 | remove using default toml config for test in get_toml, we handle it via using... | bit-aloo | -4/+0 |
| 2025-09-21 | let verify method run in test settings | bit-aloo | -1/+1 |
| 2025-09-21 | add an API in ConfigBuilder to point to config file for toml parsing | bit-aloo | -0/+8 |
| 2025-09-21 | walk up the ancestors | bit-aloo | -6/+7 |
| 2025-09-21 | make cargo test work for bootstrap self test | bit-aloo | -73/+17 |
| 2025-09-20 | Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxu | Matthias Krüger | -5/+17 |
| 2025-09-20 | Auto merge of #146771 - Kobzol:download-ci-llvm-default-value, r=jieyouxu | bors | -11/+4 |
| 2025-09-19 | Simplify default value of `download-ci-llvm` | Jakub Beránek | -11/+4 |
| 2025-09-19 | Stop linking rs{begin,end} on x86_64-*-windows-gnu | Mateusz Mikuła | -0/+2 |
| 2025-09-19 | Allow running `x <cmd> <path>` from a different directory | Jakub Beránek | -5/+17 |
| 2025-09-18 | Allow windows resource compiler to be overridden | Erick Tryzelaar | -0/+14 |
| 2025-09-17 | Rollup merge of #146654 - samueltardieu:issue142534, r=Kobzol | Jana Dönszelmann | -3/+3 |
| 2025-09-17 | Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwco | Jana Dönszelmann | -7/+3 |
| 2025-09-17 | Rollup merge of #146458 - Hayden602:bootstrap, r=Kobzol | Jana Dönszelmann | -1/+22 |
| 2025-09-17 | Rollup merge of #145071 - cuviper:min-llvm-20, r=nikic | Stuart Cook | -2/+2 |
| 2025-09-16 | Do not use `git -C dir` | Samuel Tardieu | -3/+3 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -2/+2 |
| 2025-09-16 | Rollup merge of #146611 - lolbinarycat:bootstrap-toml-wrong-section-diagnosti... | Matthias Krüger | -11/+98 |
| 2025-09-16 | bootstrap: emit hint if a config key is used in the wrong section | binarycat | -11/+98 |
| 2025-09-16 | Add parallel-frontend-threads to bootstrap.toml and enable multi-threaded par... | Haidong Zhang | -1/+22 |