| Age | Commit message (Expand) | Author | Lines |
| 2023-04-29 | download-rustc: Give a better error message if artifacts can't be downloaded | Joshua Nelson | -1/+12 |
| 2023-04-29 | switch Crate to run_cargo_test | jyn | -61/+43 |
| 2023-04-29 | [wip] separate out a test_crate_args fn | jyn | -16/+20 |
| 2023-04-29 | Remove unnecessary `test_kind` field and `TestKind` struct | jyn | -66/+21 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -4/+1 |
| 2023-04-28 | Rollup merge of #110909 - john-h-k:build/no-rustc-version-darwin, r=jyn514 | Yuki Okushi | -11/+17 |
| 2023-04-27 | Comment round #1 | John Kelly | -2/+3 |
| 2023-04-27 | Skip rustc version detection on macOS | John Kelly | -13/+18 |
| 2023-04-27 | fix bug in set args | yukang | -1/+3 |
| 2023-04-27 | Fix help message of option for checking List | yukang | -4/+3 |
| 2023-04-27 | add test | yukang | -0/+6 |
| 2023-04-27 | configure --set support list as arguments | yukang | -0/+7 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -6/+6 |
| 2023-04-25 | Rollup merge of #110779 - jchzhou:patch, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-04-25 | Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehuss | Yuki Okushi | -3/+3 |
| 2023-04-25 | configure.py: add flag for riscv{64,32}gc musl-root | jchzhou | -0/+4 |
| 2023-04-24 | Rollup merge of #110637 - oli-obk:gha, r=jyn514 | Matthias Krüger | -177/+166 |
| 2023-04-23 | bootstrap: update paths cargo-credential crate | Weihang Lo | -3/+3 |
| 2023-04-23 | Rollup merge of #110664 - Ezrashaw:fix-bootstrap-build-format, r=jyn514 | Matthias Krüger | -4/+2 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -177/+166 |
| 2023-04-22 | stop `x fmt` formatting alt build dirs | Ezra Shaw | -4/+2 |
| 2023-04-21 | Rollup merge of #110365 - ozkanonur:ship-tools-with-sysroot, r=jyn514 | Matthias Krüger | -7/+27 |
| 2023-04-21 | remove the early return in `Sysroot::run` which causes bypassing symlinking | ozkanonur | -1/+0 |
| 2023-04-21 | ship clippy, miri and rustfmt with sysroot | ozkanonur | -6/+27 |
| 2023-04-20 | Rollup merge of #110574 - wangkirin:fix-out-of-date-comments, r=albertlarsan68 | Matthias Krüger | -2/+2 |
| 2023-04-20 | Rollup merge of #110516 - loongarch-rs:update-bootstrap-linux-raw-sys, r=Mark... | Yuki Okushi | -2/+2 |
| 2023-04-20 | fix out of date comment about rpath in bootstrap | Wang Qilin | -2/+2 |
| 2023-04-19 | Rollup merge of #110541 - jyn514:fix-configure, r=ozkanonur | Matthias Krüger | -5/+7 |
| 2023-04-19 | Rollup merge of #110515 - jyn514:download-rustc-llvm, r=albertlarsan68 | Matthias Krüger | -14/+0 |
| 2023-04-19 | Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68 | Matthias Krüger | -6/+6 |
| 2023-04-19 | Rollup merge of #110123 - madsravn:master, r=jyn514 | Matthias Krüger | -0/+6 |
| 2023-04-19 | configure: Set `profile = user` by default | jyn | -0/+3 |
| 2023-04-19 | configure: Fix bug in `configure_top_level_key` | jyn | -5/+4 |
| 2023-04-19 | Changing position of early exit and using standard error method with correct ... | Mads Ravn | -4/+4 |
| 2023-04-19 | Rollup merge of #110507 - weihanglo:print-try-run-output, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-19 | bootstrap: Update linux-raw-sys to 0.3.2 | WANG Rui | -2/+2 |
| 2023-04-18 | Don't special-case download-rustc in `maybe_install_llvm` | jyn | -14/+0 |
| 2023-04-19 | Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68 | bors | -17/+77 |
| 2023-04-18 | boostrap: print output during building tools | Weihang Lo | -1/+1 |
| 2023-04-18 | Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomez | bors | -3/+5 |
| 2023-04-18 | Rollup merge of #110490 - jyn514:bump-llvm, r=nikic | Guillaume Gomez | -1/+1 |
| 2023-04-18 | Rollup merge of #110485 - albertlarsan68:fix-bootstrap-lock, r=ozkanonur | Guillaume Gomez | -2/+4 |
| 2023-04-18 | Bump `download-ci-llvm-stamp` for loong support | jyn | -1/+1 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -17/+77 |
| 2023-04-18 | Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68 | bors | -7/+36 |
| 2023-04-18 | Fix bootstrap locking | Albert Larsan | -2/+4 |
| 2023-04-18 | Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonur | Matthias Krüger | -6/+22 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+10 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -7/+36 |
| 2023-04-18 | Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzol | bors | -1/+1 |