| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111936 - ferrocene:pa-test-suite-metadata, r=jyn514 | Guillaume Gomez | -0/+49 |
| 2023-05-27 | Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar... | bors | -88/+28 |
| 2023-05-26 | address review feedback | Pietro Albini | -2/+2 |
| 2023-05-25 | include test suite metadata in build metrics | Pietro Albini | -0/+49 |
| 2023-05-20 | unset MIRI_BLESS for mir-opt-level 4 miri tests | DrMeepster | -0/+2 |
| 2023-05-20 | implement and use tools/rustdoc-gui-test in bootstrap | ozkanonur | -88/+28 |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -1/+20 |
| 2023-05-12 | run miri tests with MIR opts in rustc CI | Ralf Jung | -2/+19 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -1/+20 |
| 2023-05-07 | Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -1/+1 |
| 2023-05-04 | Use `free-args` consistently in bootstrap | jyn | -7/+6 |
| 2023-05-04 | Rollup merge of #108865 - Zoxc:library-dummy-crate, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-29 | Fix `x test --no-deps` | jyn | -18/+31 |
| 2023-04-29 | Combine several `Step`s into a single step with multiple paths | jyn | -110/+20 |
| 2023-04-29 | Convert the rest of the `test` Steps to run_cargo_test | jyn | -85/+79 |
| 2023-04-29 | switch Crate to run_cargo_test | jyn | -61/+43 |
| 2023-04-29 | [wip] separate out a test_crate_args fn | jyn | -16/+20 |
| 2023-04-29 | Remove unnecessary `test_kind` field and `TestKind` struct | jyn | -65/+13 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -1/+1 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -24/+25 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -6/+19 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -6/+19 |
| 2023-04-16 | Fix error due to renaming of ignore_git | Erik Hofmayer | -1/+1 |
| 2023-04-16 | Add needs-git-hash header to compiletest | Erik Hofmayer | -0/+4 |
| 2023-04-14 | Auto merge of #110324 - JohnTitor:rollup-jq31pd1, r=JohnTitor | bors | -0/+36 |
| 2023-04-14 | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 | Yuki Okushi | -0/+36 |
| 2023-04-14 | Auto merge of #110177 - RalfJung:miri-tests, r=oli-obk | bors | -1/+4 |
| 2023-04-12 | Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-04-12 | Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-04-12 | Add/update tests for `--extend-css` option | Guillaume Gomez | -0/+2 |
| 2023-04-11 | Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiser | Michael Goulet | -1/+4 |
| 2023-04-11 | fix running Miri tests | Ralf Jung | -1/+4 |
| 2023-04-10 | Fix `x check --stage 1` when `download-ci-llvm=false` | Joshua Nelson | -1/+1 |
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -0/+36 |
| 2023-04-07 | Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si... | bors | -1/+1 |
| 2023-04-08 | download beta compiler toolchain in bootstrap if it doesn't yet exist | ozkanonur | -1/+1 |
| 2023-04-06 | Pass host linker to compiletest. | James Farrell | -1/+4 |
| 2023-04-03 | fix remaining tests | Pietro Albini | -1/+1 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -7/+72 |
| 2023-03-21 | Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrum | bors | -27/+20 |
| 2023-03-18 | Let tidy use more threads | Joshua Nelson | -1/+5 |
| 2023-03-07 | Add bootstrap support for rust-installer | Mark Rousskov | -0/+55 |
| 2023-03-02 | do not use render_tests for clippy | Pietro Albini | -1/+1 |
| 2023-03-02 | switch all tests to use render_tests | Pietro Albini | -23/+18 |
| 2023-03-02 | render compiletest output with render_tests | Pietro Albini | -5/+3 |
| 2023-02-22 | Add no-fail-fast support to miri, rustfmt and clippy testsuites | Jesus Checa Hidalgo | -0/+12 |
| 2023-02-17 | Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68 | Matthias Krüger | -0/+1 |
| 2023-02-11 | Rollup merge of #107657 - chenyukang:yukang/add-only-modified, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-02-10 | Pass arguments to `x` subcommands with `--` | clubby789 | -0/+1 |