| Age | Commit message (Expand) | Author | Lines |
| 2025-09-05 | Optimize Cargo with LTO | Jakub Beránek | -2/+4 |
| 2025-09-05 | Fix condition | Jakub Beránek | -1/+1 |
| 2025-09-05 | Add a comment about the "specialization" feature required because of `im-rc` | Jakub Beránek | -0/+2 |
| 2025-09-05 | Add snapshot test for disting compiler docs | Jakub Beránek | -1/+53 |
| 2025-09-05 | Respect top stage when documenting Cargo | Jakub Beránek | -2/+15 |
| 2025-09-05 | Allow `specialization` feature when documenting Cargo | Jakub Beránek | -4/+16 |
| 2025-09-05 | bootstrap: split `run-make` into {`run-make`,`run-make-cargo`} test suites | Jieyou Xu | -21/+80 |
| 2025-09-04 | Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789 | Matthias Krüger | -2/+15 |
| 2025-09-04 | Document Cargo with in-tree rustdoc | Jakub Beránek | -24/+63 |
| 2025-09-04 | Rollup merge of #146168 - dpaoliello:bootstrapdeps, r=jieyouxu | Jacob Pratt | -34/+108 |
| 2025-09-04 | Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-09-04 | Rollup merge of #146155 - Shourya742:2025-09-03-make-test-run-parallel, r=Kobzol | Stuart Cook | -45/+25 |
| 2025-09-04 | Rollup merge of #146127 - Kobzol:rename-tool-rustc, r=jieyouxu | Stuart Cook | -58/+69 |
| 2025-09-04 | Rollup merge of #146124 - Kobzol:distcheck-ext, r=jieyouxu | Stuart Cook | -62/+99 |
| 2025-09-04 | fix: offline rustdoc html missing favicon | Kumar Ujjawal | -0/+25 |
| 2025-09-03 | Reduce bootstrap's dependencies | Daniel Paoliello | -34/+108 |
| 2025-09-03 | Check `rustc-dev` in `distcheck` | Jakub Beránek | -18/+50 |
| 2025-09-03 | Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35 | Stuart Cook | -0/+10 |
| 2025-09-03 | remove thread option from self-test invocation | bit-aloo | -2/+1 |
| 2025-09-03 | Make test parallel | bit-aloo | -3/+2 |
| 2025-09-03 | refactor tests to use TestCtx | bit-aloo | -42/+24 |
| 2025-09-03 | Split distcheck logic into functions | Jakub Beránek | -55/+60 |
| 2025-09-03 | Rename `ToolRustc` to `ToolRustcPrivate` | Jakub Beránek | -58/+69 |
| 2025-09-01 | add rust.break-on-ice to bootstrap.toml | beepster4096 | -2/+15 |
| 2025-09-01 | Fix ui-fulldeps | Jakub Beránek | -1/+3 |
| 2025-09-01 | Consolidate staging of test steps in message groups | Jakub Beránek | -133/+88 |
| 2025-09-01 | Do not run `lint-docs` tests in stage 1 `x test` by default | Jakub Beránek | -8/+11 |
| 2025-09-01 | Remove `Compiler::with_stage` | Jakub Beránek | -6/+1 |
| 2025-09-01 | Rename `compiler` to `test_compiler` | Jakub Beránek | -47/+54 |
| 2025-09-01 | Add some compiletest suites snapshot tests | Jakub Beránek | -35/+133 |
| 2025-09-01 | Remove outdated comment | Jakub Beránek | -3/+0 |
| 2025-09-01 | Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxu | bors | -371/+705 |
| 2025-08-30 | Use move_file for rename in tracing | Mark Rousskov | -1/+5 |
| 2025-08-30 | Do not run `lint-docs` tests in stage 1 `x test` by default | Jakub Beránek | -14/+10 |
| 2025-08-30 | Fix stage 1 compiler tests | Jakub Beránek | -7/+43 |
| 2025-08-30 | Add test stage 2 snapshot tests | Jakub Beránek | -10/+97 |
| 2025-08-30 | Fix tests and doclink | Jakub Beránek | -10/+10 |
| 2025-08-30 | Fake nodejs in snapshot test | Jakub Beránek | -0/+2 |
| 2025-08-30 | Fix doclink | Jakub Beránek | -1/+1 |
| 2025-08-30 | Skip bootstrap tests on CI | Jakub Beránek | -1/+5 |
| 2025-08-30 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-30 | Fix spacing when testing individual crates | Jakub Beránek | -6/+11 |
| 2025-08-30 | Fix staging for compiler/std crate tests | Jakub Beránek | -56/+106 |
| 2025-08-30 | Move the `test!` macro closer to its usages | Jakub Beránek | -70/+70 |
| 2025-08-30 | Add metadata to a bunch of steps, rename variables and add comments | Jakub Beránek | -28/+102 |
| 2025-08-30 | Small refactoring around `RemoteCopyLibs` | Jakub Beránek | -10/+14 |
| 2025-08-30 | Remove stage0 checking | Jakub Beránek | -16/+2 |
| 2025-08-30 | Refactor `test::LintDocs` | Jakub Beránek | -7/+31 |
| 2025-08-30 | Remove `compiler_for` from `test::CodegenCranelift` | Jakub Beránek | -49/+35 |
| 2025-08-30 | Remove `compiler_for` from `test::CodegenGCC` | Jakub Beránek | -51/+31 |