| Age | Commit message (Expand) | Author | Lines |
| 2022-02-07 | Rollup merge of #93487 - yerke:yerke/fix-link-toolchain-in-setup, r=Mark-Simu... | Mara Bos | -2/+39 |
| 2022-02-07 | Rollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum | Mara Bos | -6/+20 |
| 2022-02-07 | bootstrap: prefer using '--config' over 'RUST_BOOTSTRAP_CONFIG' | Muhammad Falak R Wani | -2/+2 |
| 2022-02-06 | Rerun bootstrap's build script when RUSTC changes | Joshua Nelson | -0/+2 |
| 2022-02-06 | Use shallow clones for submodules managed by rustbuild, not just bootstrap.py | Joshua Nelson | -1/+1 |
| 2022-02-07 | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars... | klensy | -1/+1 |
| 2022-02-05 | fix linking stage1 toolchain in setup | Yerkebulan Tulibergenov | -2/+39 |
| 2022-02-02 | Add a convenient way to inject rustc flags somewhere late in the bootstrap pi... | Oli Scherer | -0/+6 |
| 2022-01-31 | Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehuss | Eric Huss | -2/+2 |
| 2022-01-30 | Hide failed command unless in verbose mode | Mark Rousskov | -2/+2 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -13/+4 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -13/+4 |
| 2022-01-27 | rustbuild: Fix compiletest warning when building outside of root. | Eric Huss | -2/+3 |
| 2022-01-23 | Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Si... | bors | -1/+5 |
| 2022-01-21 | Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr | bors | -45/+146 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -41/+128 |
| 2022-01-21 | replace paths in PathSet with a dedicated TaskPath struct | Pietro Albini | -14/+28 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -0/+3 |
| 2022-01-19 | Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2022-01-19 | build: dist: defer PlainSourceTarball | Matthias Krüger | -1/+5 |
| 2022-01-17 | Disable docs on aarch64-apple-darwin. | Eric Huss | -2/+1 |
| 2022-01-18 | Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-01-15 | Exclude llvm-libunwind from the self-contained set on s390x-musl targets. | Ariadne Conill | -2/+4 |
| 2022-01-14 | Typos fix | Maxwase | -3/+3 |
| 2022-01-06 | Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -12/+1 |
| 2022-01-05 | Break the loop | Chris Denton | -1/+3 |
| 2022-01-05 | Rollup merge of #92182 - nnethercote:label-more-build-steps, r=Mark-Simulacrum | Matthias Krüger | -24/+13 |
| 2022-01-04 | Do not use deprecated -Zsymbol-mangling-version in bootstrap | Jakub Beránek | -3/+13 |
| 2022-01-04 | Tweak the usage messages for `x.py build` and `x.py check`. | Nicholas Nethercote | -23/+11 |
| 2022-01-04 | Label more build steps. | Nicholas Nethercote | -1/+2 |
| 2022-01-01 | Remove some dead code | bjorn3 | -31/+1 |
| 2022-01-01 | Remove the merge dependency | bjorn3 | -3/+9 |
| 2022-01-01 | Make the rustc and rustdoc wrapper not depend on libbootstrap | bjorn3 | -29/+39 |
| 2022-01-01 | Avoid the merge derive macro in rustbuild | bjorn3 | -166/+197 |
| 2022-01-01 | Remove the lazy_static dependency from rustbuild | bjorn3 | -5/+3 |
| 2022-01-01 | Rollup merge of #88310 - worldeva:bootstrap-locking, r=Mark-Simulacrum | Matthias Krüger | -0/+42 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -2/+11 |
| 2021-12-31 | Lock x.py build state | worldeva | -0/+42 |
| 2021-12-17 | pass -Wl,-z,origin to set DF_ORIGIN when using rpath | Sébastien Marie | -0/+1 |
| 2021-12-12 | bootstrap: Change `unwrap()` to `expect()` for `WIX` path | Abhishek Sudhakaran | -1/+3 |
| 2021-12-11 | Auto merge of #91720 - Aaron1011:skip-llvm-ci-tools, r=Mark-Simulacrum | bors | -1/+6 |
| 2021-12-10 | Rollup merge of #91716 - jyn514:x.py-defaults, r=Mark-Simulacrum | Matthias Krüger | -8/+15 |
| 2021-12-10 | Rollup merge of #91668 - ChrisDenton:bootstrap-clean-error, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2021-12-09 | Don't copy llvm tools to sysroot when using download-ci-llvm | Aaron Hill | -1/+6 |
| 2021-12-09 | Default to `doc-stage = 2` for the tools profile | Joshua Nelson | -0/+4 |
| 2021-12-09 | Don't print bootstrap caching/ensure info unless `-vv` is passed | Joshua Nelson | -3/+3 |
| 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-09 | Add reminder to match the error kind once ` DirectoryNotEmpty` is stabilized | Chris Denton | -0/+2 |