| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -0/+1 |
| 2023-07-13 | Make `nodejs` control the default for RustdocJs tests instead of a hard-off s... | jyn | -43/+39 |
| 2023-07-12 | Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514 | bors | -20/+16 |
| 2023-07-11 | Rollup merge of #113373 - jyn514:download-rustc-fixes, r=albertlarsan68 | Jubilee | -1/+1 |
| 2023-07-11 | Don't fail early if `try_run` returns an error | Guillaume Gomez | -20/+16 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -4/+4 |
| 2023-07-08 | Fail the build if clippy tests don't pass | Nilstrieb | -0/+4 |
| 2023-07-05 | fix `x test --stage 0 core` | jyn | -1/+1 |
| 2023-07-05 | Auto merge of #112697 - tgross35:explain-markdown, r=oli-obk | bors | -0/+5 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+5 |
| 2023-07-02 | Auto merge of #113260 - flip1995:clippyup, r=Manishearth | bors | -17/+5 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -17/+5 |
| 2023-07-02 | Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514 | Matthias Krüger | -1/+3 |
| 2023-07-02 | Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789 | Matthias Krüger | -2/+3 |
| 2023-07-01 | Make Rust Analyzer tests faster by compiling less code | Jakub Beránek | -1/+3 |
| 2023-07-01 | Don't pass --test-args to `python -m unitest` | jyn | -2/+3 |
| 2023-07-01 | Use RustOptimize to set optimize | hi-rustin | -1/+1 |
| 2023-06-28 | Declare a `run-coverage-rustdoc` suite for coverage tests that need `rustdoc` | Zalathar | -0/+6 |
| 2023-06-28 | Declare a `run-coverage` test mode/suite in bootstrap | Zalathar | -4/+10 |
| 2023-06-26 | Rollup merge of #113034 - jyn514:ci-progress, r=oli-obk | Matthias Krüger | -5/+7 |
| 2023-06-25 | fix some bugs | jyn | -0/+1 |
| 2023-06-25 | Switch some more Steps to `builder.msg` | jyn | -5/+7 |
| 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 |