| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-12-31 | bootstrap: use the correct paths during ./x.py install | Pietro Albini | -81/+45 |
| 2020-12-31 | bootstrap: change the dist outputs to GeneratedTarball | Pietro Albini | -48/+64 |
| 2020-12-31 | bootstrap: never delete the tarball temporary directory | Pietro Albini | -9/+3 |
| 2020-12-31 | Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum | bors | -6/+24 |
| 2020-12-31 | bootstrap: clippy fixes | Matthias Krüger | -14/+18 |
| 2020-12-30 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -2/+4 |
| 2020-12-30 | Rollup merge of #80424 - jyn514:bootstrap-cleanup, r=Mark-Simulacrum | Mara Bos | -2/+4 |
| 2020-12-30 | bootstrap: extract from any compression algorithm during distcheck | Pietro Albini | -5/+2 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -8/+2 |
| 2020-12-30 | Rollup merge of #80461 - rust-lang:tmandry-patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+6 |
| 2020-12-30 | remove unnecessary trailing semicolon from bootstrap | Tomasz Miąsko | -1/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -11/+1 |
| 2020-12-29 | bootstrap: add the dist.compression-formats option | Pietro Albini | -1/+22 |
| 2020-12-28 | Add llvm-libunwind change to bootstrap CHANGELOG | Tyler Mandry | -1/+6 |
| 2020-12-28 | Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-12-28 | Rollup merge of #80362 - jyn514:rustc-macros, r=ehuss | Dylan DPC | -6/+9 |
| 2020-12-28 | bootstrap: put the component name in the tarball temp dir path | Pietro Albini | -1/+1 |
| 2020-12-28 | Auto merge of #80397 - Mark-Simulacrum:fix-bare-tarball, r=pietroalbini | bors | -1/+7 |
| 2020-12-27 | Don't use `self.date` unconditionally for `program_out_of_date()` | Joshua Nelson | -10/+11 |
| 2020-12-27 | Don't give an error when creating a file for the first time | Joshua Nelson | -2/+4 |
| 2020-12-27 | Auto merge of #80315 - tmiasko:ignore-proc-macros, r=Mark-Simulacrum | bors | -1/+15 |
| 2020-12-26 | Use package name for top-level directory in bare tarballs | Mark Rousskov | -1/+7 |
| 2020-12-26 | Auto merge of #80316 - ehuss:rustdoc-index, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-12-24 | Document rustc_macros on nightly-rustc | Joshua Nelson | -6/+9 |
| 2020-12-23 | bootstrap: convert reproducible-artifacts to use Tarball | Pietro Albini | -41/+4 |
| 2020-12-23 | bootstrap: use the normal compiler to build std | Pietro Albini | -2/+1 |
| 2020-12-23 | bootstrap: avoid producing the rust tarball during dry runs | Pietro Albini | -0/+5 |
| 2020-12-23 | bootstrap: convert rustc-src to use Tarball | Pietro Albini | -62/+45 |
| 2020-12-23 | bootstrap: convert rust to use Tarball | Pietro Albini | -63/+65 |
| 2020-12-23 | bootstrap: convert rust-src to use Tarball | Pietro Albini | -33/+28 |
| 2020-12-23 | bootstrap: convert rust-analyzer to use Tarball | Pietro Albini | -50/+15 |
| 2020-12-23 | bootstrap: convert rls to use Tarball | Pietro Albini | -50/+13 |
| 2020-12-23 | bootstrap: convert rustfmt to use Tarball | Pietro Albini | -49/+16 |
| 2020-12-23 | bootstrap: convert miri to use Tarball | Pietro Albini | -51/+14 |
| 2020-12-23 | bootstrap: simplify including licenses and readmes to tarballs | Pietro Albini | -10/+10 |
| 2020-12-23 | bootstrap: convert clippy to use Tarball | Pietro Albini | -48/+19 |
| 2020-12-23 | bootstrap: convert cargo to use Tarball | Pietro Albini | -57/+44 |
| 2020-12-23 | bootstrap: convert rust-analysis to use Tarball | Pietro Albini | -36/+12 |
| 2020-12-23 | bootstrap: convert rustc-dev to use Tarball | Pietro Albini | -40/+16 |
| 2020-12-23 | bootstrap: convert rust-std to use Tarball | Pietro Albini | -30/+18 |
| 2020-12-23 | bootstrap: refactor showing the "dist" info | Pietro Albini | -23/+5 |
| 2020-12-23 | bootstrap: convert rustc to use Tarball | Pietro Albini | -52/+11 |
| 2020-12-23 | bootstrap: convert rust-mingw to use Tarball | Pietro Albini | -23/+5 |
| 2020-12-23 | bootstrap: convert rustc-docs to use Tarball | Pietro Albini | -34/+8 |
| 2020-12-23 | bootstrap: convert rust-docs to use Tarball | Pietro Albini | -41/+23 |
| 2020-12-23 | bootstrap: convert llvm-tools to use Tarball | Pietro Albini | -42/+21 |
| 2020-12-23 | bootstrap: convert build-manifest to use the new Tarball struct | Pietro Albini | -88/+146 |
| 2020-12-23 | Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini | bors | -1/+122 |
| 2020-12-22 | Include rustdoc in the compiler docs index. | Eric Huss | -0/+2 |