| Age | Commit message (Expand) | Author | Lines |
| 2025-07-29 | Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-method... | Stuart Cook | -479/+657 |
| 2025-07-29 | update lockfile and bless tidy | Ralf Jung | -0/+5 |
| 2025-07-28 | bootstrap: enable tidy auto extra checks on tools profile | binarycat | -0/+2 |
| 2025-07-28 | make sure to populate DownloadState dependencies before its initialization in... | bit-aloo | -5/+5 |
| 2025-07-28 | remove config wrappers of download_toolchain and maybe_download_fmt and durin... | bit-aloo | -17/+13 |
| 2025-07-28 | use dry_run and verbose directly from exec_ctx | bit-aloo | -30/+27 |
| 2025-07-28 | add support for ./x check src/tools/linkchecker | Pietro Albini | -0/+7 |
| 2025-07-27 | move download_rustfmt out of impl as its used during config initialization | bit-aloo | -0/+66 |
| 2025-07-27 | move download_beta_toolchain out of impl as its used during config initializa... | bit-aloo | -0/+25 |
| 2025-07-27 | move utility methods out of config impl | bit-aloo | -461/+518 |
| 2025-07-27 | add download context | bit-aloo | -0/+37 |
| 2025-07-26 | Rollup merge of #144470 - tgross35:clif-remove-no-f16-f128, r=bjorn3 | Jacob Pratt | -5/+0 |
| 2025-07-26 | Rollup merge of #144464 - Kobzol:x-test-default, r=jieyouxu | Jacob Pratt | -1/+5 |
| 2025-07-26 | Rollup merge of #144445 - jieyouxu:revert-shared_helpers_tests, r=Kobzol | Jacob Pratt | -11/+22 |
| 2025-07-26 | Rollup merge of #144463 - ognevny:change-tracker-typo, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-07-26 | Rollup merge of #144316 - Gelbpunkt:musl-libdir-bootstrap, r=Kobzol | Trevor Gross | -14/+18 |
| 2025-07-25 | clif: Don't set the `compiler-builtins-no-f16-f128` feature | Trevor Gross | -5/+0 |
| 2025-07-25 | Only run bootstrap tests in `x test` on CI | Jakub Beránek | -1/+5 |
| 2025-07-25 | change_tracker: fix a typo | Maksim Bondarenkov | -1/+1 |
| 2025-07-25 | Allow approx-constant in `x clippy library` | Philipp Krones | -0/+1 |
| 2025-07-25 | Revert "Move `shared_helpers` test to a dedicated module" | Jieyou Xu | -11/+22 |
| 2025-07-24 | Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=Kobzol | León Orell Valerian Liehr | -0/+6 |
| 2025-07-23 | Clippy fixup | Jens Reidel | -1/+1 |
| 2025-07-23 | Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=Kobzol | Matthias Krüger | -0/+2 |
| 2025-07-23 | Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=Kobzol | Matthias Krüger | -0/+1 |
| 2025-07-23 | Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu | bors | -11/+11 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -8/+18 |
| 2025-07-22 | Bless bootstrap tests | Jakub Beránek | -11/+11 |
| 2025-07-22 | pass build.npm from bootstrap to tidy and use it for npm install | binarycat | -0/+6 |
| 2025-07-22 | bootstrap: Move musl-root fallback out of sanity check | Jens Reidel | -14/+18 |
| 2025-07-22 | bootstrap: add package.json and package-lock.json to dist tarball | binarycat | -0/+2 |
| 2025-07-22 | Add powerpc64le-unknown-linux-musl to CI rustc targets | Jens Reidel | -0/+1 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -5/+10 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -3/+8 |
| 2025-07-22 | Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko... | Matthias Krüger | -4/+45 |
| 2025-07-22 | Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-07-22 | Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -24/+20 |
| 2025-07-22 | Rollup merge of #143816 - Kobzol:compiletest-check-macro, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -140/+63 |
| 2025-07-21 | add test_lld_opt_in test | bit-aloo | -10/+3 |
| 2025-07-21 | add default_lld_opt_in_targets method and modified test accordingly | bit-aloo | -4/+51 |
| 2025-07-20 | clippy: make tests work in stage 1 | Ralf Jung | -24/+20 |
| 2025-07-20 | Implement `check::RustAnalyzer` using the `tool_check_step` macro | Jakub Beránek | -69/+25 |
| 2025-07-20 | Rollup merge of #144125 - GuillaumeGomez:new-annotations, r=Kobzol | Guillaume Gomez | -0/+4 |
| 2025-07-20 | Rollup merge of #144112 - Enselic:no-debuginfo-in-codegen, r=Mark-Simulacrum | Guillaume Gomez | -1/+18 |
| 2025-07-20 | Rollup merge of #144011 - Zalathar:check-compiler-no-llvm, r=Kobzol | Guillaume Gomez | -28/+32 |
| 2025-07-20 | Add new `ignore-backends` tests annotations | Guillaume Gomez | -0/+4 |
| 2025-07-19 | tidy: running of eslint, tsc, and es-check are now an extra check | binarycat | -1/+1 |
| 2025-07-19 | Implement `check::Compiletest` using the `tool_check_step` macro | Jakub Beránek | -57/+15 |
| 2025-07-19 | Allow selecting check tool `Mode` based on `Builder` | Jakub Beránek | -15/+24 |
| 2025-07-19 | Auto merge of #143641 - Kobzol:tool-target, r=jieyouxu | bors | -166/+408 |