| Age | Commit message (Expand) | Author | Lines |
| 2023-06-23 | Test cargo arguments passed by bootstrap.py | jyn | -3/+2 |
| 2023-06-23 | Allow passing arguments to `bootstrap_test.py` | jyn | -1/+6 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -17/+21 |
| 2023-06-18 | Rollup merge of #112753 - Zalathar:no-bless, r=clubby789 | Michael Goulet | -1/+2 |
| 2023-06-18 | Don't try to auto-bless 32-bit `mir-opt` tests on ARM Mac hosts | Zalathar | -1/+2 |
| 2023-06-16 | add dry_run check | DrMeepster | -1/+1 |
| 2023-06-14 | Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlin | bors | -4/+104 |
| 2023-06-13 | add another check for empty `cc`s | Pietro Albini | -1/+1 |
| 2023-06-12 | implement stdout streaming in `render_tests::Renderer` | ozkanonur | -3/+3 |
| 2023-06-12 | add support for blessing panic=abort mir-opt tests | Pietro Albini | -2/+9 |
| 2023-06-12 | bless both 32bit and 64bit variants of mir-opt when available | Pietro Albini | -8/+70 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -1/+1 |
| 2023-06-12 | stop using a macro for the mir-opt test suite | Pietro Albini | -2/+33 |
| 2023-06-10 | Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-06-10 | Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-07 | Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrum | bors | -1/+9 |
| 2023-06-05 | Test the PGO/BOLT/LTO optimized x64 Linux compiler on CI | Jakub Beránek | -1/+9 |
| 2023-06-04 | cleanup now that Kind is no longer used for excludes | jyn | -1/+1 |
| 2023-06-04 | Rollup merge of #110701 - jyn514:test-core, r=Mark-Simulacrum | Matthias Krüger | -2/+24 |
| 2023-06-03 | Don't compile rustc to self-test compiletest | jyn | -1/+1 |
| 2023-06-01 | Rollup merge of #111802 - jyn514:less-verbose, r=ozkanonur | Matthias Krüger | -1/+9 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+3 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -4/+0 |
| 2023-05-31 | Rollup merge of #112084 - ozkanonur:improvements, r=clubby789 | Matthias Krüger | -4/+4 |
| 2023-05-30 | Fix `x test --stage 2 core` when download-rustc is enabled | jyn | -3/+31 |
| 2023-05-30 | Make `x test --dry-run` less verbose | jyn | -1/+3 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -4/+4 |
| 2023-05-29 | Switch doc::{Std, Rustc} to `crate_or_deps` | jyn | -6/+6 |
| 2023-05-29 | Extend `msg` and `description` to work with any subcommand | jyn | -1/+1 |
| 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 | Stop normalizing so many different prefixes | jyn | -4/+0 |
| 2023-05-26 | address review feedback | Pietro Albini | -2/+2 |
| 2023-05-25 | bootstrap: use RUSTC_BOOTSTRAP in distcheck | Michael Howell | -0/+3 |
| 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 | Make `x test --dry-run` less verbose | jyn | -1/+9 |
| 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 |