| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini | bors | -0/+1 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+1 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+13 |
| 2020-12-12 | Fix building compiler docs with stage 0 | Joshua Nelson | -1/+4 |
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -0/+1 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -0/+1 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+1 |
| 2020-11-28 | lint-docs: Add --validate flag to validate lint docs separately. | Eric Huss | -0/+1 |
| 2020-11-12 | Add `--color` support to bootstrap | Joshua Nelson | -1/+11 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-09 | Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum | bors | -0/+8 |
| 2020-11-06 | Compile tools and internal libraries with the initial-exec TLS model | Josh Triplett | -0/+8 |
| 2020-11-06 | Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum | bors | -4/+42 |
| 2020-11-05 | Get `--fix` working for everything except rustdoc | Joshua Nelson | -4/+3 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -1/+0 |
| 2020-10-26 | Allow using clippy with either beta or nightly | Joshua Nelson | -5/+7 |
| 2020-10-26 | Add --fix support to `x.py clippy` | Joshua Nelson | -2/+2 |
| 2020-10-26 | Set the proper sysroot for clippy | Joshua Nelson | -2/+39 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -5/+32 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -2/+2 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+21 |
| 2020-10-12 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+1 |
| 2020-10-05 | Remove the rust stuff and just make it a simple shell script | Cassandra Fridkin | -1/+1 |
| 2020-10-05 | Merge branch 'master' into hooks | Cassandra Fridkin | -72/+46 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-10-03 | Place all-targets checking behind a flag | Mark Rousskov | -1/+1 |
| 2020-09-30 | bootstrap: add ./x.py run src/tools/build-manifest | Pietro Albini | -1/+1 |
| 2020-09-28 | Remove skip_only_host_steps | Tyler Mandry | -9/+1 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -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 | -1/+1 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -1/+1 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -2/+6 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -29/+2 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -29/+2 |
| 2020-09-15 | Avoid printing dry run timings | Mark Rousskov | -1/+1 |
| 2020-09-14 | Fix generating rustc docs with non-default lib directory. | Eric Huss | -2/+6 |
| 2020-09-12 | Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbini | bors | -1/+1 |
| 2020-09-12 | Print all step timings | Mark Rousskov | -1/+1 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -12/+9 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -6/+11 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -3/+3 |
| 2020-09-09 | Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-09-07 | Dedicated rust development tarball | Mark Rousskov | -0/+1 |
| 2020-09-07 | rustbuild: Deduplicate LLD checks slightly | Vadim Petrochenkov | -4/+3 |
| 2020-09-07 | rustbuild: Propagate LLD to more places when `use-lld` is enabled | Vadim Petrochenkov | -1/+7 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -3/+3 |
| 2020-09-05 | rustbuild: Remove `Mode::Codegen` | Vadim Petrochenkov | -5/+5 |
| 2020-09-04 | There isn't a way to pass --remove yet, but you can rm if u like | Cassandra Fridkin | -1/+1 |
| 2020-09-03 | Check test/example/benchmark on x.py check | Mark Rousskov | -1/+1 |