| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | Suggest disabling download-ci-llvm option if url fails to download | Badel2 | -8/+20 |
| 2022-02-07 | bootstrap: prefer using '--config' over 'RUST_BOOTSTRAP_CONFIG' | Muhammad Falak R Wani | -2/+2 |
| 2022-01-14 | Typos fix | Maxwase | -1/+1 |
| 2022-01-05 | Break the loop | Chris Denton | -1/+3 |
| 2022-01-04 | Label more build steps. | Nicholas Nethercote | -1/+2 |
| 2022-01-01 | Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-Simulacrum | Matthias Krüger | -0/+42 |
| 2021-12-31 | Lock x.py build state | worldeva | -0/+42 |
| 2021-12-09 | If --verbose is passed, print a warning in `bootstrap.py` when download-rustc... | Joshua Nelson | -0/+3 |
| 2021-12-09 | Use more accurate wording in `bootstrap.py` logging | Joshua Nelson | -5/+5 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -1/+1 |
| 2021-11-27 | Add riscv64gc-unknown-freebsd | Tobias Kortkamp | -1/+1 |
| 2021-11-14 | bootstap: create .cargo/config only if not present | Alberto Planas | -9/+14 |
| 2021-11-01 | Rollup merge of #89929 - yuvaldolev:handle-submodule-checkout-more-gracefully... | Matthias Krüger | -1/+9 |
| 2021-10-18 | Rollup merge of #89950 - infinity0:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-16 | bootstrap: tweak verbosity settings | Ximin Luo | -1/+1 |
| 2021-10-16 | Handling submodule update failures more gracefully from x.py | Yuval Dolev | -1/+9 |
| 2021-10-15 | Make `rust.download-ci-llvm="if-available"` work for tier 2 platforms. | Hans Kratz | -2/+23 |
| 2021-10-13 | Rollup merge of #89757 - jyn514:submodule, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-11 | Rollup merge of #89756 - jyn514:bootstrap-times, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2021-10-10 | Use shallow clones for submodules | Joshua Nelson | -1/+1 |
| 2021-10-10 | Greatly reduce amount of debuginfo compiled for bootstrap itself | Joshua Nelson | -2/+1 |
| 2021-10-07 | bootstrap: add error messages re shallow history | Taylor Yu | -0/+12 |
| 2021-10-07 | bootstrap: don't use `--merges` to find commits | Taylor Yu | -3/+3 |
| 2021-10-02 | bootstrap: add config option for nix patching | David Wood | -12/+16 |
| 2021-09-17 | bootstrap: Add cputype matching for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-06 | Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum | bors | -69/+70 |
| 2021-08-26 | pin the stage0 hashes in src/stage0.json | Pietro Albini | -27/+36 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -42/+34 |
| 2021-08-19 | bootstrap.py: recognize riscv64 when auto-detect | Icenowy Zheng | -0/+1 |
| 2021-07-27 | boostrap.py: only look for merges by bors | Taylor Yu | -3/+6 |
| 2021-07-27 | bootstrap.py: use `git rev-list` for robustness | Taylor Yu | -4/+5 |
| 2021-07-27 | bootstrap.py: remove unused `git log` option | Hudson Ayers | -1/+1 |
| 2021-07-21 | Rollup merge of #87187 - oxalica:fix-nixos-detect, r=nagisa | Guillaume Gomez | -1/+7 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -9/+18 |
| 2021-07-21 | Fix NixOS detection | oxalica | -1/+7 |
| 2021-07-03 | Make x.py less verbose on failures | Joshua Nelson | -3/+10 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrum | bors | -12/+4 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-04 | Revert "Revert "Move llvm submodule updates to rustbuild"" | Joshua Nelson | -12/+4 |
| 2021-06-04 | rustbuild: take changes to the standard library into account for `download-ru... | Joshua Nelson | -3/+5 |
| 2021-05-24 | Revert "Move llvm submodule updates to rustbuild" | Mark Rousskov | -4/+12 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -12/+4 |
| 2021-05-08 | Enable `-W semicolon_in_expressions_from_macros` in bootstrap | Aaron Hill | -1/+1 |
| 2021-04-30 | Don't download cargo twice when download-rustc is set | Joshua Nelson | -5/+7 |
| 2021-04-10 | Fix NixOS patching | Simonas Kazlauskas | -48/+41 |
| 2021-04-05 | Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2021-04-05 | Add `download-rustc = "if-unchanged"` | Joshua Nelson | -1/+7 |
| 2021-04-05 | Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-Simulacrum | Dylan DPC | -68/+83 |
| 2021-04-04 | Use the beta compiler for building bootstrap tools when `download-rustc` is set | Joshua Nelson | -68/+83 |