| Age | Commit message (Expand) | Author | Lines |
| 2023-10-17 | move bootstrap core implementation to bootstrap/src/core module | onur-ozkan | -3090/+0 |
| 2023-10-15 | add x.py.zsh to tidy check | onur-ozkan | -1/+2 |
| 2023-10-12 | remove outdated bootstrap FIXME | onur-ozkan | -4/+0 |
| 2023-09-17 | Auto merge of #115514 - onur-ozkan:bootstrap-codebase-improvements, r=albertl... | bors | -11/+9 |
| 2023-09-17 | micro-level optimizations for bootstrap | onur-ozkan | -11/+9 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -1/+1 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+126 |
| 2023-09-05 | Add test suite `coverage-map` to test coverage mappings emitted by LLVM | Zalathar | -0/+14 |
| 2023-08-22 | Skip ExpandYamlAnchors when the config is missing | Josh Stone | -0/+5 |
| 2023-08-22 | bootstrap/miri: respect config_locked_deps | Ralf Jung | -0/+7 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -0/+9 |
| 2023-08-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -3/+3 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -0/+9 |
| 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 |