| Age | Commit message (Expand) | Author | Lines |
| 2021-02-20 | Use the new name for `split-debuginfo` | Joshua Nelson | -11/+3 |
| 2021-02-20 | Don't apply semicolon in expressions from macros yet | Mark Rousskov | -2/+8 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -8/+2 |
| 2021-02-20 | remove redundant box wrapper | The8472 | -4/+4 |
| 2021-02-20 | limit rustfmt parallelism by taking -j into account | The8472 | -3/+3 |
| 2021-02-20 | parallelize x.py test tidy | The8472 | -19/+64 |
| 2021-02-18 | Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-02-18 | Rollup merge of #82218 - rylev:copy-pdbs, r=Mark-Simulacrum | Dylan DPC | -2/+10 |
| 2021-02-18 | Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514 | Yuki Okushi | -2/+8 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -1/+1 |
| 2021-02-17 | Make sure pdbs are copied along with exe and dlls when bootstrapping | Ryan Levick | -2/+10 |
| 2021-02-17 | make suggest setup help messages better | Henry Boisdequin | -3/+9 |
| 2021-02-16 | Delete symlinked directories | Ryan Levick | -5/+4 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Work around various issues cleaning up bootstrap on Windows | Ryan Levick | -6/+36 |
| 2021-02-16 | Do not delete bootstrap.exe on Windows during clean | Ryan Levick | -0/+3 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-Simulacrum | Jonas Schievink | -5/+4 |
| 2021-02-14 | Remove unnecessary `Option` in `default_doc` | Joshua Nelson | -5/+4 |
| 2021-02-12 | Rollup merge of #81506 - vo4:hwasan, r=nagisa | Dylan DPC | -2/+2 |
| 2021-02-12 | Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-02-12 | Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-02-12 | Rollup merge of #81955 - dtolnay:dwp, r=Mark-Simulacrum | Yuki Okushi | -2/+5 |
| 2021-02-11 | dist: include src/build_helper as part of the crate graph for rustc-dev. | Benjamin Bouvier | -0/+8 |
| 2021-02-10 | bootstrap: fix wrong docs installation path | Pietro Albini | -1/+1 |
| 2021-02-09 | bootstrap: Locate llvm-dwp based on llvm-config bindir | David Tolnay | -2/+5 |
| 2021-02-10 | Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-02-09 | Auto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrum | bors | -18/+116 |
| 2021-02-08 | Use `log --author=bors` instead of `merge-base` | Joshua Nelson | -25/+9 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -18/+132 |
| 2021-02-08 | Use format string in bootstrap panic instead of a string directly | Joshua Nelson | -1/+1 |
| 2021-02-07 | HWASan support | Tri Vo | -2/+2 |
| 2021-02-06 | output rdj docs | Nixon Enraght-Moony | -0/+1 |
| 2021-02-05 | Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu | Mara Bos | -2/+1 |
| 2021-02-02 | Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum | Jack Huey | -24/+29 |
| 2021-02-02 | Rollup merge of #81517 - tmiasko:san-crates, r=Mark-Simulacrum | Jack Huey | -50/+1 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+1 |
| 2021-01-31 | rustbuild: Don't build compiler twice for error-index-generator. | Eric Huss | -24/+29 |
| 2021-01-31 | Avoid building LLVM just for llvm-dwp | bjorn3 | -2/+4 |
| 2021-01-30 | Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum" | Nikita Popov | -4/+1 |
| 2021-01-30 | Auto merge of #81545 - JohnTitor:rollup-zlt3tn6, r=JohnTitor | bors | -2/+3 |
| 2021-01-30 | Rollup merge of #81520 - jyn514:rustc2, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-01-30 | Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum | bors | -1/+4 |
| 2021-01-29 | Don't clone LLVM submodule when download-ci-llvm is set | Joshua Nelson | -1/+1 |
| 2021-01-29 | Don't print error output from rustup when detecting default build triple | Joshua Nelson | -1/+2 |
| 2021-01-29 | Remove remnants of the santizer runtime crates from bootstrap | Tomasz Miąsko | -50/+1 |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+7 |
| 2021-01-28 | Use LLVM_USE_LINKER instead of LLVM_ENABLE_LLD | Nikita Popov | -1/+1 |
| 2021-01-28 | Update Python and Clang on x86 dist images | Nikita Popov | -0/+3 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -3/+11 |