| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-30 | Fix staging of `TestFloatParse` | Jakub Beránek | -74/+61 |
| 2025-08-30 | Add snapshot test for `x test` | Jakub Beránek | -1/+71 |
| 2025-08-30 | Forbid running tests on stage 0 unless `build.compiletest-allow-stage0` is en... | Jakub Beránek | -1/+7 |
| 2025-08-30 | Fixup `x test tier-check` | Jakub Beránek | -21/+40 |
| 2025-08-30 | Add snapshot test for `tier-check` | Jakub Beránek | -0/+13 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -3/+3 |
| 2025-08-29 | Auto merge of #145902 - Kobzol:dist-docs-build-compiler, r=jieyouxu | bors | -80/+127 |
| 2025-08-28 | Add a sanity check to bootstrap for wasm-component-ld | Alex Crichton | -0/+10 |
| 2025-08-28 | bootstrap: bump cc-rs to 1.2.28 | no92 | -3/+3 |
| 2025-08-28 | Rollup merge of #145920 - Zalathar:failure-stdout, r=jieyouxu | Guillaume Gomez | -1/+7 |
| 2025-08-27 | Remove several remnants of the old libtest-based executor | Zalathar | -2/+0 |
| 2025-08-27 | Explicitly mark the end of a failed test's captured output | Zalathar | -1/+7 |
| 2025-08-27 | Use std uplifting more often | Jakub Beránek | -40/+20 |
| 2025-08-27 | Use `compiler_for_std` in `dist::Std` | Jakub Beránek | -59/+59 |
| 2025-08-27 | Add `compiler_for_std` | Jakub Beránek | -3/+13 |
| 2025-08-27 | Add metadata to `dist::JsonDocs` | Jakub Beránek | -1/+17 |
| 2025-08-27 | Add snapshot test for rustc docs | Jakub Beránek | -0/+41 |
| 2025-08-26 | Rollup merge of #145887 - GuillaumeGomez:bootstrap-codegen-backends, r=Kobzol | Samuel Tardieu | -12/+10 |
| 2025-08-26 | Enable building/disting standard library in stage 0 | Jakub Beránek | -26/+79 |
| 2025-08-26 | bootstrap: Make `default_codegen_backend` return `&CodegenBackendKind` instea... | Guillaume Gomez | -12/+6 |
| 2025-08-26 | bootstrap: error early if any `codegen-backends` is set to `[]` | Guillaume Gomez | -0/+4 |
| 2025-08-26 | Auto merge of #145886 - GuillaumeGomez:rollup-9qv7jhv, r=GuillaumeGomez | bors | -34/+88 |
| 2025-08-26 | Rollup merge of #145875 - Kobzol:bootstrap-caching, r=jieyouxu | Guillaume Gomez | -17/+30 |
| 2025-08-26 | Rollup merge of #145861 - cuviper:vendor-clippy, r=Kobzol | Guillaume Gomez | -0/+1 |
| 2025-08-26 | Rollup merge of #145841 - Kobzol:fix-miri-run, r=jieyouxu | Guillaume Gomez | -17/+56 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+1 |
| 2025-08-26 | Auto merge of #145874 - Kobzol:fix-dist-builds, r=jieyouxu | bors | -31/+112 |
| 2025-08-26 | Cache LLVM config invocations | Jakub Beránek | -6/+21 |