| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-10 | Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-06-09 | Test the linkchecker itself. | Eric Huss | -0/+17 |
| 2021-06-07 | build doctests with lld if use-lld = true | The8472 | -15/+2 |
| 2021-06-07 | ignore ui-fulldeps/session-derive-errors.rs on beta and stable | Pietro Albini | -0/+2 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -1/+0 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+1 |
| 2021-06-03 | fix testing Miri with --stage 0 | Ralf Jung | -2/+2 |
| 2021-05-26 | Enforce rustdoc-gui test-suite run | Guillaume Gomez | -48/+72 |
| 2021-05-14 | Update bootstrap for in-tree rustfmt | Joshua Nelson | -12/+4 |
| 2021-05-11 | Make rustdoc-gui test suite able to run with different sub directories | Guillaume Gomez | -3/+3 |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field f... | Guillaume Gomez | -4/+17 |
| 2021-05-11 | Rollup merge of #84783 - jyn514:fmt-one, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-05-07 | Don't stop running rustdoc-gui tests at first failure | Guillaume Gomez | -22/+8 |
| 2021-05-07 | Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simula... | Yuki Okushi | -1/+6 |
| 2021-05-07 | Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2021-05-07 | Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-Simulacrum | Dylan DPC | -0/+5 |
| 2021-05-06 | Sort rustdoc-gui tests | Guillaume Gomez | -1/+6 |
| 2021-05-05 | Rollup merge of #84865 - petrochenkov:llthread, r=Mark-Simulacrum | Ralf Jung | -8/+15 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -0/+3 |
| 2021-05-03 | rustbuild: Pass a `threads` flag that works to windows-gnu lld | Vadim Petrochenkov | -8/+15 |
| 2021-05-01 | Allow formatting specific subdirectories | Joshua Nelson | -1/+1 |
| 2021-05-01 | Add support for --test-args to cargotest | Joshua Nelson | -0/+1 |
| 2021-04-30 | Add run flag to bootstrap test | Tyler Mandry | -0/+5 |
| 2021-04-27 | Implement `x.py test src/tools/clippy --bless` | Joshua Nelson | -0/+20 |
| 2021-04-26 | Pass unstable options to error index rustdoc invocation | Ryan Levick | -0/+3 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -0/+2 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -0/+2 |
| 2021-04-04 | Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum | bors | -0/+1 |