| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-23 | Ignore proc-macros when assembling rustc libdir | Tomasz Miąsko | -1/+15 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -1/+122 |
| 2020-12-20 | make sure installer only creates directories in DESTDIR | Yuxuan Shui | -6/+8 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+16 |
| 2020-12-18 | Auto merge of #80081 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -2/+41 |
| 2020-12-18 | Update cargo | Eric Huss | -2/+41 |
| 2020-12-17 | bootstrap: update ci-llvm stamp after #80087 | David Wood | -1/+1 |
| 2020-12-17 | Rollup merge of #80082 - ehuss:revert-rust-src-vendor, r=Mark-Simulacrum | Yuki Okushi | -45/+2 |
| 2020-12-16 | bootstrap: include llvm-dwp in CI LLVM | David Wood | -0/+1 |
| 2020-12-16 | Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum" | Eric Huss | -45/+2 |
| 2020-12-16 | compiletest: add split dwarf compare mode | David Wood | -1/+6 |
| 2020-12-16 | bootstrap: copy `llvm-dwp` to sysroot | David Wood | -11/+24 |
| 2020-12-13 | Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum | Yuki Okushi | -21/+29 |
| 2020-12-13 | Rollup merge of #79954 - jyn514:normalize-oops, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -7/+3 |
| 2020-12-13 | Rollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum | Yuki Okushi | -3/+8 |
| 2020-12-12 | Fix building compiler docs with stage 0 | Joshua Nelson | -2/+8 |
| 2020-12-12 | Don't require cmake and ninja when the LLVM backend is not used | bjorn3 | -16/+20 |
| 2020-12-12 | Don't checkout llvm-project when the LLVM backend isn't built | bjorn3 | -5/+9 |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -5/+1 |
| 2020-12-11 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -1/+1 |
| 2020-12-10 | Manually code-sign after running install_name_tool | Corey Farwell | -8/+26 |
| 2020-12-10 | If "aarch64-apple-darwin", copy sanitizers. | Corey Farwell | -1/+1 |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -0/+1 |
| 2020-12-08 | Fix rustup support in default_build_triple for python3 | Joshua Nelson | -3/+8 |
| 2020-12-08 | don't wrap code block in Ok() (clipppy::unit_arg) | Matthias Krüger | -2/+3 |
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -0/+8 |
| 2020-12-01 | Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth | Mara Bos | -32/+1 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -0/+2 |
| 2020-12-01 | Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-Simulacrum | Mara Bos | -0/+39 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+2 |
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -32/+1 |
| 2020-11-29 | Fix a bootstrap comment | nooberfsh | -1/+1 |
| 2020-11-28 | lint-docs: Add --validate flag to validate lint docs separately. | Eric Huss | -0/+39 |
| 2020-11-23 | Convert UNC path to local path to satisfy install script on Windows | Joseph Rafael Ferrer | -1/+5 |
| 2020-11-21 | Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum | bors | -1/+11 |
| 2020-11-19 | Rollup merge of #79183 - cuviper:compiletest-test-sysroot, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2020-11-19 | Rollup merge of #79156 - jyn514:relative-llvm, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-11-19 | Rollup merge of #79155 - 12101111:fix-profiler-config, r=Mark-Simulacrum | Dylan DPC | -8/+8 |