| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Miri is not required on beta | Mark Rousskov | -2/+2 |
| 2020-11-15 | Install CI llvm into the library directory | Mark Rousskov | -1/+4 |
| 2020-11-15 | Avoid installing external LLVM dylibs | Mark Rousskov | -0/+16 |
| 2020-10-20 | bootstrap: set correct path for the build-manifest binary | Pietro Albini | -1/+1 |
| 2020-10-20 | build-manifest: bundle the rustc version in the binary | Pietro Albini | -2/+0 |
| 2020-10-20 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+30 |
| 2020-10-20 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+68 |
| 2020-10-20 | build-manifest: accept the Rust version instead of the monorepo path | Pietro Albini | -2/+2 |
| 2020-10-20 | bootstrap: always use the Rust version in package names | Pietro Albini | -52/+1 |
| 2020-10-08 | build-manifest: keep legacy behavior when invoking through ./x.py dist | Pietro Albini | -0/+1 |
| 2020-10-08 | bootstrap: add ./x.py run src/tools/build-manifest | Pietro Albini | -2/+44 |
| 2020-09-30 | Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrum | bors | -5/+7 |
| 2020-09-30 | Auto merge of #77133 - tmandry:bootstrap-host, r=Mark-Simulacrum | bors | -71/+37 |
| 2020-09-29 | Filter out empty items in bootstrap::flags::split | Tyler Mandry | -1/+1 |
| 2020-09-29 | Auto merge of #77145 - pietroalbini:refactor-build-manifest-versions, r=Mark-... | bors | -8/+2 |
| 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 |