| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-08 | Install llvm tools to sysroot when assembling local toolchain | Aaron Hill | -0/+11 |
| 2021-12-08 | Remove the match on `ErrorKind::Other` | Chris Denton | -3/+1 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -4/+9 |
| 2021-12-05 | Bump download-ci-llvm-stamp for LLD inclusion | Aaron Hill | -1/+1 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -1/+1 |
| 2021-12-04 | Include `lld` in `rust-dev` package | Aaron Hill | -0/+7 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-12-03 | Explain why libatomic is not needed on FreeBSD riscv64 | Tobias Kortkamp | -2/+7 |
| 2021-11-27 | Add riscv64gc-unknown-freebsd | Tobias Kortkamp | -2/+2 |
| 2021-11-26 | Fix bug where submodules wouldn't be updated when running x.py from a subdire... | Joshua Nelson | -1/+1 |