| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -4/+4 |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -18/+7 |
| 2023-07-26 | Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built... | Oli Scherer | -0/+4 |
| 2023-07-20 | Avoid another gha group nesting | Oli Scherer | -1/+2 |
| 2023-07-15 | Rollup merge of #113643 - jyn514:try-run, r=ozkanonur | jyn | -42/+17 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -4/+4 |
| 2023-07-15 | Replace `builder::try_run_quiet` with `run_quiet_delaying_failure` | jyn | -14/+1 |
| 2023-07-15 | Rename `Builder::try_run` to `run_delaying_failure` | jyn | -14/+14 |
| 2023-07-15 | Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated | jyn | -28/+16 |
| 2023-07-14 | add a couple more groups | jyn | -7/+12 |
| 2023-07-14 | Add must_use to `msg_` functions | jyn | -41/+57 |
| 2023-07-14 | Add GHA log groups for tool tests | jyn | -0/+20 |
| 2023-07-14 | fix nested GHA groups (redux) | jyn | -10/+6 |
| 2023-07-14 | Add even more GHA log groups | jyn | -15/+36 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -0/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -4/+4 |
| 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 |