| Age | Commit message (Expand) | Author | Lines |
| 2024-10-19 | Align boolean option descriptions in `configure.py` | clubby789 | -1/+2 |
| 2024-10-19 | bootstrap: allow setting `--jobs` in config.toml | 许杰友 Jieyou Xu (Joe) | -3/+68 |
| 2024-10-15 | Fix `clippy::needless-lifetimes` in bootstrap | Josh Stone | -7/+7 |
| 2024-10-15 | update STAGE0_MISSING_TARGETS | Josh Stone | -4/+0 |
| 2024-10-15 | fix missing rustfmt for apple darwin | Giang Dao | -3/+9 |
| 2024-10-15 | fix missing rustfmt and clippy for msi | Giang Dao | -1/+30 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -0/+3 |
| 2024-10-13 | Auto merge of #131662 - matthiaskrgr:rollup-r1wkfxw, r=matthiaskrgr | bors | -12/+32 |
| 2024-10-13 | Auto merge of #131560 - cuviper:start-1.84, r=cuviper | bors | -6/+11 |
| 2024-10-13 | Rollup merge of #131659 - onur-ozkan:llvm-test, r=albertlarsan68 | Matthias Krüger | -5/+15 |
| 2024-10-13 | Rollup merge of #131067 - ismailarilik:fix-std-detect-links, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2024-10-13 | Rollup merge of #131066 - Binlogo:build-doc/rbe-add-zh-entry, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2024-10-13 | Rollup merge of #130900 - capickett:empty-description-rust-version, r=albertl... | Matthias Krüger | -3/+5 |
| 2024-10-13 | Rollup merge of #130356 - lolbinarycat:ci-no-change-id, r=albertlarsan68 | Matthias Krüger | -3/+7 |
| 2024-10-13 | check `stage0`, `channel` and `version` files for CI rustc | onur-ozkan | -6/+11 |
| 2024-10-13 | enable `download_ci_llvm` test | onur-ozkan | -5/+15 |
| 2024-10-13 | bootstrap: register `src/tools/unicode-table-generator` as a runnable tool | 许杰友 Jieyou Xu (Joe) | -0/+24 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -0/+3 |
| 2024-10-12 | Rollup merge of #130965 - onur-ozkan:bootstrap-step-trait-doc, r=Mark-Simulacrum | Matthias Krüger | -18/+22 |
| 2024-10-12 | Auto merge of #131612 - tgross35:rollup-zy3yg4p, r=tgross35 | bors | -12/+29 |
| 2024-10-12 | Auto merge of #131448 - DianQK:fixes-131164, r=onur-ozkan | bors | -0/+2 |
| 2024-10-12 | Ignore the `download_ci_llvm` test | DianQK | -0/+2 |
| 2024-10-12 | Take a display name for `tool_check_step!` | 许杰友 Jieyou Xu (Joe) | -12/+29 |
| 2024-10-11 | Rollup merge of #131305 - onur-ozkan:131303, r=Kobzol | Stuart Cook | -33/+38 |
| 2024-10-10 | Auto merge of #131444 - onur-ozkan:hotfix-ci, r=Kobzol | bors | -28/+11 |
| 2024-10-10 | Rollup merge of #131442 - jieyouxu:mir-opt-rebuild, r=onur-ozkan | Matthias Krüger | -1/+5 |
| 2024-10-10 | Auto merge of #131453 - onur-ozkan:llvm-ci-check-for-rustc-ci, r=Kobzol | bors | -0/+14 |
| 2024-10-10 | stabilize `ci_rustc_if_unchanged_logic` test | onur-ozkan | -28/+11 |
| 2024-10-10 | stabilize `download_ci_llvm` test | onur-ozkan | -22/+14 |
| 2024-10-10 | make `llvm::is_ci_llvm_modified` logic more precise | onur-ozkan | -11/+24 |
| 2024-10-10 | disable `download-rustc` if LLVM submodule has changes in CI | onur-ozkan | -0/+14 |
| 2024-10-09 | Auto merge of #131461 - onur-ozkan:ignore-ci-rustc-change-test, r=onur-ozkan | bors | -0/+2 |
| 2024-10-09 | ignore `ci_rustc_if_unchanged_logic` test | onur-ozkan | -0/+2 |
| 2024-10-09 | Match std RUSTFLAGS for host and target for `mir-opt` test | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-10-09 | Rename `profiler_support` to `profiler_runtime` throughout compiletest | Zalathar | -1/+1 |
| 2024-10-09 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -1/+1 |
| 2024-10-08 | Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkan | bors | -6/+40 |
| 2024-10-08 | force `download-rustc=if-unchanged` for x86_64-gnu-tools runner | onur-ozkan | -11/+10 |
| 2024-10-08 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -15/+15 |
| 2024-10-08 | fail on {dist, install} subcommand if download-rustc is enabled | onur-ozkan | -0/+9 |
| 2024-10-08 | improve ci-rustc finding logic | onur-ozkan | -4/+25 |
| 2024-10-08 | use if-unchanged only when ci rustc is available | onur-ozkan | -9/+57 |
| 2024-10-08 | add test for ci rustc's if-unchanged logic | onur-ozkan | -1/+50 |
| 2024-10-08 | Add regression test for rustc/rustdoc broken pipe ICEs | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2024-10-07 | Use untracked env var to pass `-Zon-broken-pipe=kill` for tools | 许杰友 Jieyou Xu (Joe) | -6/+42 |
| 2024-10-07 | Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=Kobzol | Jubilee | -8/+0 |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -3/+19 |
| 2024-10-07 | Rollup merge of #130479 - onur-ozkan:llvm-bitcode-linker-multiple-candidates,... | Jubilee | -2/+5 |
| 2024-10-07 | Remove valgrind test suite support from bootstrap | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-10-06 | Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert... | onur-ozkan | -12/+1 |