| Age | Commit message (Expand) | Author | Lines |
| 2022-05-08 | Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-05-07 | Move check-bootstrap from a makefile rule to test::Bootstrap | gimbles | -0/+4 |
| 2022-05-05 | Don't constantly rebuild clippy on `x test src/tools/clippy`. | Joshua Nelson | -2/+0 |
| 2022-05-02 | Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2022-04-27 | Make it possible to write doctests for bootstrap | Joshua Nelson | -0/+11 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -7/+4 |
| 2022-04-24 | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | -7/+4 |
| 2022-04-19 | compiletest: combine `--*-python` args | Alec Goncharow | -3/+1 |
| 2022-04-18 | Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-18 | Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -1/+1 |
| 2022-04-12 | Make `x test --stage 2 compiler/rustc_XXX` faster to run | Joshua Nelson | -2/+4 |
| 2022-04-13 | Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-Simulacrum | Dylan DPC | -8/+1 |
| 2022-04-10 | Auto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum | bors | -4/+0 |
| 2022-04-10 | Auto merge of #95502 - jyn514:doc-rustc, r=Mark-Simulacrum | bors | -30/+6 |
| 2022-04-09 | Make it possible to run `cargo test` for bootstrap | Joshua Nelson | -4/+0 |
| 2022-04-09 | Rollup merge of #95369 - jyn514:test-rustdoc, r=Mark-Simulacrum | Dylan DPC | -6/+29 |
| 2022-03-30 | Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of... | Joshua Nelson | -30/+6 |
| 2022-03-29 | Don't build the full compiler before running unit tests | Joshua Nelson | -1/+0 |
| 2022-03-29 | bootstrap: force system python3 on MacOS | Alec Goncharow | -8/+1 |
| 2022-03-27 | Fix `x test src/librustdoc --no-doc` | Joshua Nelson | -0/+9 |
| 2022-03-27 | Fix `x test src/librustdoc` with download-rustc enabled | Joshua Nelson | -6/+20 |
| 2022-03-18 | Compare installed browser-ui-test version to the one used in CI | Guillaume Gomez | -17/+41 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -1/+1 |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -0/+2 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -5/+2 |
| 2022-03-05 | Remove build_helper | bjorn3 | -2/+1 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -3/+12 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -0/+3 |
| 2021-11-10 | Update more rustc/libtest things for wasm64 | Alex Crichton | -1/+1 |
| 2021-11-09 | Allow to run a specific rustdoc-js* test | Guillaume Gomez | -33/+20 |
| 2021-10-10 | Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simula... | Matthias Krüger | -1/+1 |
| 2021-10-07 | Remove unused clippy bootstrap env vars | Cameron Steffen | -8/+1 |
| 2021-10-04 | Don't rebuild GUI test crates every time you run test src/test/rustdoc-gui | Guillaume Gomez | -1/+1 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -1/+1 |
| 2021-09-13 | * Enable generate-link-to-def feature on a rustdoc GUI test | Guillaume Gomez | -0/+5 |
| 2021-08-16 | Take into account jobs number for rustdoc gui tests | Guillaume Gomez | -0/+2 |
| 2021-08-03 | Add x.py option to --force-rerun compiletest tests | Smitty | -0/+4 |
| 2021-07-21 | Remove cargo workspace to build rustdoc-gui test crates because of cargo conf... | Guillaume Gomez | -11/+20 |
| 2021-07-21 | Auto merge of #82653 - jyn514:submodules-on-demand, r=Mark-Simulacrum | bors | -1/+4 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -1/+4 |
| 2021-07-12 | Simplify build system for rustdoc-gui test crates | Guillaume Gomez | -14/+12 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -1/+1 |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -1/+44 |
| 2021-06-22 | Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-Simulacrum | Yuki Okushi | -0/+3 |
| 2021-06-21 | Rollup merge of #86156 - ehuss:linkchecker-fixes, r=Mark-Simulacrum | Yuki Okushi | -0/+17 |
| 2021-06-17 | Lazify is_really_default condition in the RustdocGUI bootstrap step | The8472 | -3/+3 |
| 2021-06-16 | Allow to pass arguments to rustdoc-gui tool | Guillaume Gomez | -0/+3 |
| 2021-06-14 | Allow to run only a few GUI tests | Guillaume Gomez | -1/+8 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -0/+2 |