| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-19 | Fix compiler for dist LLVM bitcode linker | Jakub Beránek | -12/+29 |
| 2025-07-19 | Rollup merge of #144092 - Gelbpunkt:musl-stage0, r=Kobzol | Matthias Krüger | -1/+6 |
| 2025-07-18 | populate the target_config now before its usage and update the test accordingly | bit-aloo | -2/+3 |
| 2025-07-18 | bootstrap: Detect musl hosts | Jens Reidel | -1/+6 |
| 2025-07-18 | bootstrap: Ignore `rust.debuginfo-level-tests` for codegen tests | Martin Nordholts | -1/+18 |
| 2025-07-18 | Clean up an unused compiler-stage parameter | Zalathar | -11/+6 |
| 2025-07-18 | Don't trigger an LLVM build from check builds using the stage 0 compiler | Zalathar | -18/+19 |
| 2025-07-18 | Split some multi-snapshot tests to make blessing easier | Zalathar | -0/+8 |
| 2025-07-18 | Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikic | Matthias Krüger | -14/+11 |
| 2025-07-18 | Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789 | Matthias Krüger | -0/+8 |
| 2025-07-17 | Copy GCC sources into the build directory even outside CI | Jakub Beránek | -14/+11 |
| 2025-07-16 | Boostrap: add warning on `optimize = false` | Edoardo Marangoni | -0/+8 |
| 2025-07-15 | Clarify comments | Jakub Beránek | -2/+3 |
| 2025-07-15 | update change tracking with warning on removal of fields. | bit-aloo | -0/+5 |
| 2025-07-15 | remove ccache from llvm | bit-aloo | -17/+3 |
| 2025-07-15 | remove description from rust toml struct | bit-aloo | -21/+3 |
| 2025-07-15 | Rollup merge of #143752 - pmur:murp/no-panic-detect-wasi-cc, r=Kobzol | Samuel Tardieu | -4/+9 |
| 2025-07-15 | Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum | Samuel Tardieu | -102/+15 |
| 2025-07-14 | Don't always panic if WASI_SDK_PATH is not set when detecting compilers | Paul Murphy | -4/+9 |
| 2025-07-15 | Remove current implementation of `./x suggest` | Jieyou Xu | -102/+10 |
| 2025-07-15 | Register change tracker warning for removal of `./x suggest` | Jieyou Xu | -0/+5 |
| 2025-07-14 | Rollup merge of #143848 - makai410:smir-rename, r=oli-obk | Samuel Tardieu | -3/+3 |