| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini | bors | -0/+69 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+69 |
| 2020-12-18 | Auto merge of #80081 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -0/+6 |
| 2020-12-18 | Update cargo | Eric Huss | -0/+6 |
| 2020-12-17 | Rollup merge of #80082 - ehuss:revert-rust-src-vendor, r=Mark-Simulacrum | Yuki Okushi | -24/+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 | -24/+2 |
| 2020-12-16 | bootstrap: copy `llvm-dwp` to sysroot | David Wood | -6/+9 |
| 2020-12-11 | use strip_prefix over slicing (clippy::manual_strip) | Matthias Krüger | -1/+1 |
| 2020-11-23 | Convert UNC path to local path to satisfy install script on Windows | Joseph Rafael Ferrer | -1/+5 |
| 2020-11-18 | Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" | Pietro Albini | -7/+1 |
| 2020-11-17 | Ignore failures of RLS on aarch64 Windows | Mark Rousskov | -1/+7 |
| 2020-11-17 | Install CI llvm into the library directory | Mark Rousskov | -1/+4 |
| 2020-11-17 | Avoid installing external LLVM dylibs | Mark Rousskov | -0/+16 |
| 2020-11-09 | Vendor libtest's dependencies in the rust-src component | Alexis Beingessner | -2/+24 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -57/+1 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -0/+14 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -0/+14 |
| 2020-10-20 | Package more llvm-* tools in the rust-dev component, for run-make-fulldeps tests | Simon Sapin | -2/+9 |
| 2020-10-13 | bootstrap: set correct path for the build-manifest binary | Pietro Albini | -1/+1 |
| 2020-10-12 | build-manifest: bundle the rustc version in the binary | Pietro Albini | -1/+0 |
| 2020-10-12 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+67 |
| 2020-10-12 | build-manifest: accept the Rust version instead of the monorepo path | Pietro Albini | -1/+1 |
| 2020-10-09 | bootstrap: always use the Rust version in package names | Pietro Albini | -18/+1 |
| 2020-09-30 | build-manifest: keep legacy behavior when invoking through ./x.py dist | Pietro Albini | -0/+1 |
| 2020-09-30 | bootstrap: add ./x.py run src/tools/build-manifest | Pietro Albini | -1/+1 |
| 2020-09-29 | Auto merge of #77145 - pietroalbini:refactor-build-manifest-versions, r=Mark-... | bors | -8/+2 |
| 2020-09-25 | Rollup merge of #77086 - ehuss:src-libunwind, r=Mark-Simulacrum | Jonas Schievink | -1/+1 |
| 2020-09-22 | Include libunwind in the rust-src component. | Eric Huss | -1/+1 |
| 2020-09-22 | Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton | bors | -8/+5 |
| 2020-09-20 | Rollup merge of #76878 - pietroalbini:version, r=Mark-Simulacrum | Ralf Jung | -4/+3 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -8/+5 |
| 2020-09-18 | build-manifest: stop receiving release numbers from bootstrap | Pietro Albini | -8/+2 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -4/+3 |
| 2020-09-18 | Distribute rustc sources as part of `rustc-dev` | Jonas Schievink | -0/+12 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -14/+20 |
| 2020-09-11 | Auto merge of #76415 - Mark-Simulacrum:bootstrap-cross-compilation, r=alexcri... | bors | -1/+3 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -1/+3 |
| 2020-09-10 | Only copy LLVM into rust-dev with internal LLVM | Mark Rousskov | -0/+9 |
| 2020-09-09 | Rollup merge of #76473 - ortem:fix-gcc-warning, r=jonas-schievink | Tyler Mandry | -2/+2 |
| 2020-09-08 | Add missed spaces to GCC-WARNING.txt | ortem | -2/+2 |
| 2020-09-07 | Dedicated rust development tarball | Mark Rousskov | -0/+82 |
| 2020-08-30 | mv compiler to compiler/ | mark | -1/+1 |
| 2020-08-28 | Fix loading pretty-printers in rust-lldb script | ortem | -0/+1 |
| 2020-08-24 | Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-19 | Fix windows-gnu host cross-compilation | Mateusz Mikuła | -1/+1 |
| 2020-08-16 | Adjust installation place for compiler docs | Mark Rousskov | -2/+2 |
| 2020-08-03 | Disable building rust-analyzer on riscv64 | Mark Rousskov | -27/+47 |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -1/+11 |
| 2020-07-27 | mv std libs to library/ | mark | -28/+23 |