| Age | Commit message (Expand) | Author | Lines |
| 2025-10-03 | Auto merge of #145898 - lolbinarycat:rustdoc-search-trait-parent, r=Guillaume... | bors | -1/+1 |
| 2025-10-02 | rustdoc: use same stage for all pr check docs | Michael Howell | -1/+1 |
| 2025-09-30 | Remove usage of `compiletest-use-stage0-libtest` from CI | Jakub Beránek | -2/+0 |
| 2025-09-26 | Rename `rust.use-lld` to `rust.bootstrap-override-lld` | Jakub Beránek | -2/+2 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -3/+3 |
| 2025-09-23 | Changes some aarch64 CIs g++ install & ubuntu ver. | Reuben Cruise | -3/+3 |
| 2025-09-21 | Rollup merge of #146606 - Enselic:test-test-args, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -74/+8 |
| 2025-09-16 | ci: x86_64-gnu-tools: Add `--test-args` regression test | Martin Nordholts | -0/+7 |
| 2025-09-13 | Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxu | bors | -1/+1 |
| 2025-09-12 | ci: Increase `rust.debuginfo-level-tests` to `2` in `x86_64-gnu-debug` job | Martin Nordholts | -1/+1 |
| 2025-09-09 | CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits | Miguel Ojeda | -3/+1 |
| 2025-09-06 | Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol | bors | -7/+9 |
| 2025-09-06 | ci: check `src/tools/bump-stage0` in `pr-check-2` | Jieyou Xu | -0/+1 |
| 2025-09-05 | ci: update jobs to also run `tests/run-make-cargo` | Jieyou Xu | -7/+9 |
| 2025-09-03 | CI: rfl: move job forward to Linux v6.17-rc3 plus 2 commits | Miguel Ojeda | -1/+2 |
| 2025-09-01 | Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxu | bors | -1/+1 |
| 2025-08-30 | Do not run tests on CI in stage 0 | Jakub Beránek | -1/+1 |
| 2025-08-27 | CI: rfl: support Rust >= 1.91.0 target spec | Miguel Ojeda | -1/+2 |
| 2025-08-26 | Rollup merge of #145790 - mati865:gnullvm-improve-dist, r=Kobzol | Samuel Tardieu | -30/+4 |
| 2025-08-26 | Rollup merge of #144499 - Enselic:ci-debuginfo-level-tests, r=davidtwco | Samuel Tardieu | -0/+5 |
| 2025-08-25 | Do not forward CI configure arguments to `distcheck` builds | Jakub Beránek | -0/+3 |
| 2025-08-25 | Make `x test distcheck` more self-contained | Jakub Beránek | -6/+1 |
| 2025-08-23 | Enable LLVM download from CI for gnullvm dist | Mateusz Mikuła | -20/+2 |
| 2025-08-23 | Enable LLVM tools for gnullvm dist | Mateusz Mikuła | -12/+4 |
| 2025-08-22 | Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol | Jacob Pratt | -3/+26 |
| 2025-08-22 | ci: Begin running ui tests with `rust.debuginfo-level-tests=1` | Martin Nordholts | -0/+5 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -1/+1 |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -1/+1 |
| 2025-08-14 | Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu | bors | -1/+1 |
| 2025-08-13 | Auto merge of #145298 - nikic:llvm21-rc3, r=cuviper | bors | -1/+3 |
| 2025-08-13 | Use ci-mirrors for binutils in freebsd-toolchain.sh | Nikita Popov | -1/+3 |
| 2025-08-13 | Lint code in CI using in-tree Clippy | Jakub Beránek | -1/+1 |
| 2025-08-12 | Auto merge of #145295 - Kobzol:unify-stages, r=jieyouxu | bors | -2/+2 |
| 2025-08-12 | Replace `stage0-tools-bin` with `stage1-tools-bin` | Jakub Beránek | -2/+2 |
| 2025-08-11 | Document compiler and stdlib in stage1 in `pr-check-2` CI job | Jakub Beránek | -3/+3 |
| 2025-08-10 | Update `doc` CI steps stage 2 | Jakub Beránek | -3/+3 |
| 2025-08-10 | Fix staging for `doc compiler` | Jakub Beránek | -4/+4 |
| 2025-08-05 | Use runtimes build for host compiler-rt build | Nikita Popov | -1/+3 |
| 2025-08-01 | Update host toolchain | Nikita Popov | -1/+1 |
| 2025-07-30 | Run `compiletest` self-tests against stage 1 rustc | Jieyou Xu | -2/+2 |
| 2025-07-29 | Update wasi-sdk to 27.0 in CI | Alex Crichton | -4/+4 |
| 2025-07-27 | Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxu | Matthias Krüger | -214/+3 |
| 2025-07-26 | move uefi test to run-make | Folkert de Vries | -214/+3 |
| 2025-07-25 | Check `./x check bootstrap` in `pr-check-1` | Jieyou Xu | -0/+1 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -3/+3 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -1/+1 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-19 | tidy: use a lockfile for js tools instead of npx | binarycat | -4/+0 |