| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-09 | update dry_run value in exec_ctx and start forwarding exec_ctx verbose method... | bit-aloo | -13/+5 |
| 2025-06-09 | move all commands to new execution context | bit-aloo | -174/+20 |
| 2025-06-09 | move all config command invocation to new execution context invocation | bit-aloo | -23/+32 |
| 2025-06-09 | moved git command to new exec context | bit-aloo | -8/+3 |
| 2025-06-09 | move all download.rs method to new execution context command invocation | bit-aloo | -34/+13 |
| 2025-06-09 | covert uname to new extext method | bit-aloo | -14/+8 |
| 2025-06-09 | moved curl to use new execution_context | bit-aloo | -8/+10 |
| 2025-06-09 | moved sanity command to exec context | bit-aloo | -2/+5 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -21/+34 |
| 2025-06-09 | Rollup merge of #142232 - onur-ozkan:141986, r=Kobzol | Matthias Krüger | -21/+34 |
| 2025-06-09 | add `Cargo.lock` to CI-rustc allowed list for non-CI env | onur-ozkan | -21/+34 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -8/+13 |
| 2025-06-09 | Rollup merge of #141751 - jieyouxu:remap, r=Kobzol | Matthias Krüger | -10/+70 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -0/+3 |
| 2025-06-08 | moved render_tests in utils to new execution context | bit-aloo | -2/+1 |
| 2025-06-08 | move git command to new execution context | bit-aloo | -19/+39 |
| 2025-06-08 | add execution context to bootstrap workflow | bit-aloo | -8/+46 |
| 2025-06-08 | Add execution context | bit-aloo | -2/+222 |
| 2025-06-07 | Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum | Guillaume Gomez | -4/+0 |
| 2025-06-07 | Only allow `bootstrap` cfg in rustc, related and tool-std | Urgau | -8/+13 |
| 2025-06-07 | Auto merge of #141917 - petrochenkov:nobinroot, r=jieyouxu | bors | -4/+2 |
| 2025-06-06 | Auto merge of #141800 - workingjubilee:build-std-with-less-leaf-pointers, r=s... | bors | -1/+2 |