| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | add created at to command execution | bit-aloo | -4/+8 |
| 2025-06-17 | remove new method from command execution | bit-aloo | -12/+14 |
| 2025-06-17 | remove start_porcess helper method | bit-aloo | -29/+0 |
| 2025-06-17 | move from start process to new start and wait for output api's | bit-aloo | -18/+23 |
| 2025-06-17 | add start methods in exec | bit-aloo | -3/+18 |
| 2025-06-17 | add deferred command in execution context and update run method | bit-aloo | -46/+91 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -2/+2 |
| 2025-06-17 | Add `StepMetadata` to describe steps | Jakub Beránek | -45/+83 |
| 2025-06-17 | Actually take `--build` into account in bootstrap | Jakub Beránek | -1/+3 |
| 2025-06-16 | don't unwrap in enzyme builds in case of missing llvm-config | Manuel Drehwald | -13/+14 |
| 2025-06-16 | bootstrap: address lint failures | David Wood | -2/+2 |
| 2025-06-16 | Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxu | Jakub Beránek | -20/+158 |
| 2025-06-16 | Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxu | Jakub Beránek | -90/+87 |
| 2025-06-14 | remove check_run function from helpers | bit-aloo | -27/+9 |
| 2025-06-14 | remove check_run method from config | bit-aloo | -13/+2 |
| 2025-06-14 | replace all instances of check_run in download with execution context | bit-aloo | -2/+2 |
| 2025-06-14 | replace all instances of check_run in config with execution context | bit-aloo | -17/+15 |
| 2025-06-13 | Rollup merge of #142459 - Shourya742:2025-06-11-remove-output-helper, r=Kobzol | Jubilee | -36/+29 |
| 2025-06-13 | remove output from helpers | bit-aloo | -19/+0 |
| 2025-06-13 | replace output usage in bootstrap/lib.rs with new execution context | bit-aloo | -11/+21 |
| 2025-06-13 | replace output usage in sanity with new execution context | bit-aloo | -6/+8 |
| 2025-06-13 | Rollup merge of #142379 - Stypox:bootstrap-tool-config, r=Kobzol | Matthias Krüger | -2/+36 |
| 2025-06-12 | Add lightweight snapshot testing for bootstrap tests | Jakub Beránek | -10/+107 |
| 2025-06-12 | Simplify `configure_with_args` | Jakub Beránek | -10/+8 |
| 2025-06-12 | Move submodule path cache from `parse_gitmodules` to `Builder` | Jakub Beránek | -11/+20 |
| 2025-06-12 | Remove environment variable modification in `test_default_compiler_wasi` | Jakub Beránek | -8/+10 |
| 2025-06-12 | Remove `RefCell` from `cc/cxx/ar/ranlib` | Jakub Beránek | -49/+44 |
| 2025-06-12 | Stop using Config for `tempdir-as-a-service` in `build_stamp` tests | Jakub Beránek | -14/+10 |
| 2025-06-12 | Move `shared_helpers` test to a dedicated module | Jakub Beránek | -8/+3 |
| 2025-06-12 | Add support for snapshot tests with insta | Jakub Beránek | -0/+43 |
| 2025-06-12 | Rename tool-config to tool and add docs | Stypox | -15/+17 |
| 2025-06-12 | Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxu | Matthias Krüger | -215/+243 |
| 2025-06-11 | Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko | Matthias Krüger | -1/+2 |
| 2025-06-11 | Rollup merge of #142364 - Kobzol:download-ci-incremental-warning-remove, r=Ra... | Matthias Krüger | -2/+1 |
| 2025-06-11 | Rollup merge of #142346 - Shourya742:2025-06-11-add-tracing-import-to-executi... | Matthias Krüger | -0/+2 |
| 2025-06-11 | Add bootstrap option to compile a tool with features | Stypox | -2/+34 |
| 2025-06-11 | Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr | bors | -1/+1 |
| 2025-06-11 | Fix missing newline trim in bootstrap | Jakub Beránek | -1/+2 |
| 2025-06-11 | Do not warn on `rust.incremental` when using download CI rustc | Jakub Beránek | -2/+1 |
| 2025-06-11 | Rollup merge of #142297 - jieyouxu:needs-target-std, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-06-11 | Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env" | Jakub Beránek | -34/+21 |
| 2025-06-11 | add trace_cmd import in tracing feature in execution context | bit-aloo | -0/+2 |
| 2025-06-10 | Improve documentation of the `Rustc` step and rename `compiler` to `build_com... | Jakub Beránek | -41/+57 |
| 2025-06-10 | Rename `build` to `host_target` | Jakub Beránek | -176/+188 |
| 2025-06-10 | Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context, r=Kobzol | León Orell Valerian Liehr | -272/+364 |
| 2025-06-10 | Extract target no-std hack to `build_helpers` | Jieyou Xu | -1/+1 |
| 2025-06-10 | Pass `jemalloc` feature to Clippy in bootstrap | Jakub Beránek | -2/+15 |
| 2025-06-09 | Don't create .msi installer for gnullvm hosts | Mateusz Mikuła | -1/+2 |
| 2025-06-09 | Initialize the execution context in parse_inner, start using dry run from the... | bit-aloo | -28/+29 |
| 2025-06-09 | remove execution context from flag module and correct the command invocation ... | bit-aloo | -25/+19 |