| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Fix typo in src/bootstrap/bootstrap.py | Chris Denton | -1/+1 |
| 2022-07-04 | bootstrap.py: Always use `.exe` for Windows | Chris Denton | -0/+4 |
| 2022-07-03 | Auto merge of #98373 - joshtriplett:bootstrap-locking, r=jyn514 | bors | -41/+0 |
| 2022-06-30 | Add a `--build-dir` flag to rustbuild | Thom Chiovoloni | -1/+2 |
| 2022-06-27 | Move locking from bootstrap.py to rust bootstrap, using fd-lock | Josh Triplett | -41/+0 |
| 2022-06-26 | Respect --color when building rustbuild itself | Joshua Nelson | -2/+8 |
| 2022-06-21 | Remove vendoring support when building from git sources | Joshua Nelson | -41/+17 |
| 2022-06-21 | Fully remove submodule handling from bootstrap.py | Joshua Nelson | -105/+1 |
| 2022-06-09 | keep the same config values in stage0 between invocations | Pietro Albini | -1/+1 |
| 2022-06-07 | Move beta rustfmt downloads to rustbuild | Joshua Nelson | -63/+21 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+3 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -10/+8 |
| 2022-05-25 | Remove download-rustc handling from bootstrap.py | Joshua Nelson | -53/+2 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -65/+38 |
| 2022-05-24 | Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-Simulacrum | Yuki Okushi | -19/+11 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -19/+11 |
| 2022-05-22 | Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum | Jack Huey | -1/+0 |
| 2022-05-22 | Avoid accidentally enabling unstable features in compilers (take 2) | Joshua Nelson | -1/+0 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -18/+35 |
| 2022-05-08 | Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-05-02 | add build metrics, to gather ci stats from x.py | Pietro Albini | -0/+3 |
| 2022-05-01 | Use curl by default | Thomas Applencourt | -18/+35 |
| 2022-05-01 | Initialize rust-analyzer submodule on bootstrap | yungkneez | -0/+4 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -149/+0 |
| 2022-04-19 | Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-04-13 | Rollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-04-13 | Improve error message when there's no checksum | gimbles | -1/+5 |
| 2022-04-12 | Rollup merge of #95671 - gimbles:master, r=Mark-Simulacrum | fee1-dead | -2/+2 |
| 2022-04-11 | Auto merge of #95796 - bzEq:bzEq/curl-redirect, r=Dylan-DPC | bors | -0/+1 |
| 2022-04-10 | Allow usage of sudo while not accessing root | gimbles | -2/+2 |
| 2022-04-09 | Check for git submodules in non-git source tree. | Eric Huss | -2/+13 |
| 2022-04-08 | Fix typo in bootstrap.py | Yacin Tmimi | -1/+1 |
| 2022-04-08 | [bootstrap.py] Instruct curl to follow redirect | Kai Luo | -0/+1 |
| 2022-03-23 | bootstrap.py: nixos check in /etc/os-release with quotes | Benjamin Herr | -1/+1 |
| 2022-03-09 | Fallback to top-level config.toml if not present in current directory | Joshua Nelson | -5/+7 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -2/+0 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -2/+1 |
| 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 |