| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-06 | bootstrap: fix tracing imports | Jieyou Xu | -4/+0 |
| 2025-06-06 | Auto merge of #141272 - Shourya742:2025-05-18-modularize-config-module, r=Kobzol | bors | -1986/+2228 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+3 |
| 2025-06-05 | Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr | bors | -1/+2 |
| 2025-06-05 | Rollup merge of #142026 - smpdt:master, r=Kobzol | Matthias Krüger | -1/+2 |
| 2025-06-05 | correct the imports in flags, tests and download | bit-aloo | -5/+8 |
| 2025-06-05 | Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=Kobzol | Matthias Krüger | -0/+23 |
| 2025-06-05 | Rollup merge of #141938 - ZuseZ4:offload-updates, r=Kobzol | Matthias Krüger | -6/+9 |
| 2025-06-04 | Auto merge of #142002 - onur-ozkan:follow-ups2, r=jieyouxu | bors | -26/+26 |
| 2025-06-04 | bootstrap: Fix file permissions when dereferencing symlinks | smpdt | -1/+2 |
| 2025-06-04 | update `skip_std_check_if_no_download_rustc` doc-comments | onur-ozkan | -2/+6 |
| 2025-06-04 | remove outdated RUSTC_SYSROOT handling for ci-rustc | onur-ozkan | -10/+0 |
| 2025-06-04 | bootstrap: don't symlink source dir into stage0 sysroot | Aleksey Kliger | -13/+17 |
| 2025-06-04 | make it possible to request stage 0 std with `Builder::ensure` | onur-ozkan | -15/+19 |
| 2025-06-04 | run `check::Std` as the final step | onur-ozkan | -1/+7 |
| 2025-06-03 | update gpu offload build command | Manuel Drehwald | -6/+9 |
| 2025-06-03 | Auto merge of #141961 - matthiaskrgr:rollup-r09j2sp, r=matthiaskrgr | bors | -18/+55 |
| 2025-06-03 | add change-entry | onur-ozkan | -0/+5 |
| 2025-06-03 | bless tidy | onur-ozkan | -2/+2 |
| 2025-06-03 | implement new `x` flag: `--skip-std-check-if-no-download-rustc` | onur-ozkan | -0/+14 |
| 2025-06-03 | Auto merge of #136942 - Kobzol:stage0-sccache, r=jieyouxu | bors | -0/+22 |
| 2025-06-03 | Rollup merge of #141914 - onur-ozkan:follow-ups, r=Kobzol | Matthias Krüger | -18/+55 |
| 2025-06-03 | use better default stage for `check::Std` when stage isn't explicit | onur-ozkan | -9/+29 |
| 2025-06-03 | Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol | Matthias Krüger | -7/+7 |
| 2025-06-03 | handle stage0 on `Std::check` | onur-ozkan | -11/+24 |
| 2025-06-03 | add config.rs with new module structuring | bit-aloo | -1982/+122 |
| 2025-06-03 | Move all common types, macros and utility method to config/mod.rs | bit-aloo | -0/+411 |
| 2025-06-03 | move target selection to its separate module | bit-aloo | -0/+147 |