| Age | Commit message (Expand) | Author | Lines |
| 2020-09-28 | Bump bootstrap version and update changelog | Tyler Mandry | -2/+11 |
| 2020-09-28 | Remove skip_only_host_steps | Tyler Mandry | -58/+23 |
| 2020-09-28 | bootstrap: Always build for host, even when target is given | Tyler Mandry | -17/+9 |
| 2020-09-28 | Don't warn if the config file is somewhere other than `config.toml` | Joshua Nelson | -5/+7 |
| 2020-09-28 | Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum | bors | -2/+8 |
| 2020-09-27 | reduce overlong line | Tshepang Lekhonkhobe | -1/+2 |
| 2020-09-26 | Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum | Ralf Jung | -8/+152 |
| 2020-09-25 | Rollup merge of #77146 - Mark-Simulacrum:xpyinstall, r=alexcrichton | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77126 - Mark-Simulacrum:llvm-less-often, r=alexcrichton | Jonas Schievink | -2/+13 |
| 2020-09-25 | Rollup merge of #77120 - ecstatic-morse:keep-stage-std, r=Mark-Simulacrum | Jonas Schievink | -2/+26 |
| 2020-09-25 | Rollup merge of #77106 - matthiaskrgr:changelog_seen, r=Mark-Simulacrum | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77086 - ehuss:src-libunwind, r=Mark-Simulacrum | Jonas Schievink | -1/+1 |
| 2020-09-25 | Patch compilation test helpers for sgx platform | Raoul Strackx | -2/+8 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -8/+152 |
| 2020-09-24 | Install std for non-host targets | Mark Rousskov | -1/+1 |
| 2020-09-23 | Add entry to CHANGELOG for `--keep-stage-std` | Dylan MacKenzie | -0/+4 |
| 2020-09-23 | Remove warning about possible future deprecation | Dylan MacKenzie | -4/+0 |
| 2020-09-23 | Re-download LLVM on submodule updates only | Mark Rousskov | -2/+13 |
| 2020-09-23 | Add `keep-stage-std` to `x.py` | Dylan MacKenzie | -2/+26 |
| 2020-09-23 | clarify that `changelog-seen = 1` goes to the beginning of config.toml | Matthias Krüger | -1/+1 |
| 2020-09-23 | Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-09-22 | Include libunwind in the rust-src component. | Eric Huss | -1/+1 |
| 2020-09-22 | Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton | bors | -11/+13 |
| 2020-09-22 | Auto merge of #76626 - jyn514:x.py-changelog, r=Mark-Simulacrum | bors | -1/+90 |
| 2020-09-22 | Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton | bors | -2/+56 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -1/+90 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+103 |
| 2020-09-20 | Specify output directory for bootstrap tests | Mark Rousskov | -0/+5 |
| 2020-09-20 | Provide bootstrap tools with RUSTC in environment | Mark Rousskov | -0/+6 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -25/+103 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -12/+36 |
| 2020-09-20 | Remove support for different src directory | Mark Rousskov | -4/+4 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -2/+5 |
| 2020-09-20 | Rollup merge of #76878 - pietroalbini:version, r=Mark-Simulacrum | Ralf Jung | -21/+22 |
| 2020-09-20 | Rollup merge of #76800 - jyn514:usage, r=Mark-Simulacrum | Ralf Jung | -30/+32 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -11/+13 |
| 2020-09-19 | Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster | Ralf Jung | -1/+7 |
| 2020-09-18 | build-manifest: stop receiving release numbers from bootstrap | Pietro Albini | -8/+2 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -21/+22 |
| 2020-09-18 | Don't download/sync llvm-project submodule if download-ci-llvm is set | est31 | -2/+3 |
| 2020-09-18 | Distribute rustc sources as part of `rustc-dev` | Jonas Schievink | -0/+12 |
| 2020-09-17 | Add test for x.py build cross-compilation | Mark Rousskov | -0/+48 |
| 2020-09-16 | Build rustdoc for cross-compiled targets | Mark Rousskov | -1/+5 |
| 2020-09-16 | Pass --target to lint docs | Mark Rousskov | -1/+3 |
| 2020-09-16 | Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76735 - jyn514:no-clone, r=Mark-Simulacrum | Tyler Mandry | -40/+39 |
| 2020-09-16 | Don't generate bootstrap usage unless it's needed | Joshua Nelson | -30/+32 |
| 2020-09-16 | Give a better error message when x.py uses the wrong stage for CI | Joshua Nelson | -1/+7 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -40/+39 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -6/+14 |