| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-11-18 | Make compiletest testing use the local sysroot | Josh Stone | -1/+4 |
| 2020-11-17 | Allow using `download-ci-llvm` from directories other than the root | Joshua Nelson | -2/+5 |
| 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 |