| Age | Commit message (Expand) | Author | Lines |
| 2020-11-06 | Compile tools and internal libraries with the initial-exec TLS model | Josh Triplett | -0/+12 |
| 2020-11-07 | Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514 | Yuki Okushi | -0/+1 |
| 2020-11-07 | Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum | Yuki Okushi | -6/+9 |
| 2020-11-06 | Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum | bors | -19/+76 |
| 2020-11-05 | Get `--fix` working for everything except rustdoc | Joshua Nelson | -7/+17 |
| 2020-11-05 | Infer the default host target from the host toolchain if possible | Joshua Nelson | -3/+20 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -2/+2 |
| 2020-11-04 | Auto merge of #78740 - pietroalbini:no-more-legacy, r=Mark-Simulacrum | bors | -58/+1 |
| 2020-11-03 | Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-Simulacrum | Mara Bos | -0/+4 |
| 2020-11-03 | Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-Simulacrum | Mara Bos | -1/+2 |
| 2020-11-03 | Fix panic in bootstrap for non-workspace path dependencies. | Eric Huss | -0/+4 |
| 2020-11-03 | Print a summary of which test suite failed | Mark Rousskov | -0/+1 |
| 2020-11-03 | Fix run-make tests running when LLVM is disabled | bjorn3 | -11/+15 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -58/+1 |
| 2020-11-02 | Suggest library/std when running all stage 0 tests | Joshua Nelson | -1/+2 |
| 2020-10-30 | Enable LLVM Polly via llvm-args. | Joseph Rafael Ferrer | -0/+8 |
| 2020-10-29 | Create config.toml in the current directory, not the top-level directory | Joshua Nelson | -1/+1 |
| 2020-10-28 | Allow using 1/2/3/4 for `x.py setup` options | Joshua Nelson | -6/+9 |
| 2020-10-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -7/+38 |
| 2020-10-26 | Allow using clippy with either beta or nightly | Joshua Nelson | -5/+7 |
| 2020-10-26 | x.py fmt | Joshua Nelson | -3/+1 |
| 2020-10-26 | Add --fix support to `x.py clippy` | Joshua Nelson | -14/+24 |
| 2020-10-26 | Set the proper sysroot for clippy | Joshua Nelson | -2/+39 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -8/+288 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -8/+288 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -17/+46 |
| 2020-10-25 | Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-10-23 | x.py test --test-args flag description enhancement | Nelson J Morais | -1/+7 |
| 2020-10-23 | Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2020-10-22 | Auto merge of #78131 - SimonSapin:ar, r=Mark-Simulacrum | bors | -3/+16 |
| 2020-10-22 | Rollup merge of #78009 - nielx:fix/CMAKE_SYSTEM_NAME, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -7/+38 |
| 2020-10-20 | Sync LLVM submodule if it has been initialized | est31 | -1/+6 |
| 2020-10-20 | Make users of `download-ci-llvm` download a new version | Simon Sapin | -1/+7 |
| 2020-10-20 | Package more llvm-* tools in the rust-dev component, for run-make-fulldeps tests | Simon Sapin | -2/+9 |
| 2020-10-20 | Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrum | Yuki Okushi | -3/+11 |
| 2020-10-19 | bootstrap: configure native toolchain for run-make | Jonas Schievink | -1/+1 |
| 2020-10-19 | bootstrap: fall back to auto-detected CXX | Jonas Schievink | -1/+2 |
| 2020-10-18 | bootstrap: Print units for "finished in xxx" message | Camelid | -1/+1 |
| 2020-10-18 | Rollup merge of #76607 - Mark-Simulacrum:tidy-bins, r=pnkfelix | Yuki Okushi | -0/+1 |
| 2020-10-16 | Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling | Niels Sascha Reedijk | -0/+2 |
| 2020-10-15 | Auto merge of #77756 - alarsyo:setup-llvm-detect, r=jyn514 | bors | -4/+32 |
| 2020-10-14 | x.py setup: Avoid infinite loop if stdin is /dev/null | Ian Jackson | -0/+4 |
| 2020-10-14 | x.py setup: Fix handling of wrong interactive input | Ian Jackson | -1/+1 |
| 2020-10-14 | x.py: setup: Offer keywords in interactive prompt | Ian Jackson | -2/+2 |
| 2020-10-14 | x.py: setup: Provide a description of what it does | Ian Jackson | -3/+10 |
| 2020-10-14 | x.py: setup: Refactor to centralise list of profiles | Ian Jackson | -17/+51 |
| 2020-10-14 | Rollup merge of #77829 - gburgessiv:unused-features-var, r=alexcrichton | Dylan DPC | -5/+5 |
| 2020-10-14 | Rollup merge of #77909 - pietroalbini:fix-build-manifest-path, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-10-14 | Rollup merge of #77868 - Aaron1011:llvm-tools-opt-llc, r=Mark-Simulacrum | Yuki Okushi | -0/+3 |