| Age | Commit message (Expand) | Author | Lines |
| 2020-11-18 | fix handling the default config for profiler and sanitizers | 12101111 | -8/+8 |
| 2020-11-17 | bootstrap: use the same version number for rustc and cargo | Pietro Albini | -25/+4 |
| 2020-11-16 | x.py: allow a custom string appended to the version | Josh Stone | -1/+11 |
| 2020-11-16 | Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514 | bors | -1/+4 |
| 2020-11-15 | Install CI llvm into the library directory | Mark Rousskov | -1/+4 |
| 2020-11-15 | Rollup merge of #79059 - jyn514:cranelift, r=Mark-Simulacrum | Jonas Schievink | -0/+5 |
| 2020-11-15 | Rollup merge of #79004 - jyn514:bacon, r=Mark-Simulacrum | Jonas Schievink | -2/+44 |
| 2020-11-15 | Rollup merge of #78986 - Mark-Simulacrum:fix-llvm, r=alexcrichton | Dylan DPC | -0/+16 |
| 2020-11-15 | Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-11-14 | Print 'checking cranelift artifacts' to easily separate it from other artifacts | Joshua Nelson | -0/+5 |
| 2020-11-12 | Add `--color` support to bootstrap | Joshua Nelson | -2/+44 |
| 2020-11-12 | Avoid installing external LLVM dylibs | Mark Rousskov | -0/+16 |
| 2020-11-12 | Bump the minimal supported LLVM version in the bootstrapping code to 9.0 | DevJPM | -2/+2 |
| 2020-11-11 | Merge changes from rust-lang/rust | Zachary Catlin | -30/+103 |
| 2020-11-11 | Include llvm-as in llvm-tools-preview component | Zachary Catlin | -0/+1 |
| 2020-11-11 | Rollup merge of #78947 - dalance:llvm_cov, r=Mark-Simulacrum | Jonas Schievink | -10/+11 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -17/+46 |
| 2020-11-11 | Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum | bors | -2/+45 |
| 2020-11-12 | Ship llvm-cov through llvm-tools | dalance | -10/+11 |
| 2020-11-09 | Rollup merge of #78566 - JRF63:polly, r=Mark-Simulacrum | Dylan DPC | -0/+8 |
| 2020-11-09 | Rollup merge of #78513 - jyn514:rustup-toolchain, r=Mark-Simulacrum | Dylan DPC | -3/+20 |
| 2020-11-09 | Vendor libtest's dependencies in the rust-src component | Alexis Beingessner | -2/+45 |
| 2020-11-09 | Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum | bors | -0/+12 |
| 2020-11-08 | Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-Simulacrum | Mara Bos | -5/+12 |
| 2020-11-08 | Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-Simulacrum | Mara Bos | -11/+15 |
| 2020-11-07 | Honor the rustfmt setting in config.toml | Jake Goulding | -5/+12 |
| 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 |