| Age | Commit message (Expand) | Author | Lines |
| 2022-05-02 | Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum | bors | -10/+1 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -10/+1 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -4/+4 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -22/+23 |
| 2022-04-06 | fix regression caused by rust-lang/cargo#10448 | Pietro Albini | -0/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-13 | Omit stdarch test crates from the rust-src component | bjorn3 | -0/+5 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -10/+1 |
| 2022-02-20 | Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Remove CFG_PLATFORM | bjorn3 | -6/+0 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -0/+2 |
| 2022-02-16 | Add cmake directory to llvm source distribution | Nikita Popov | -0/+2 |
| 2022-02-16 | add llvm-nm to bootstrap dist bin's | Krasimir Georgiev | -0/+1 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -22/+3 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -2/+2 |
| 2022-01-17 | Disable docs on aarch64-apple-darwin. | Eric Huss | -2/+1 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -5/+1 |
| 2021-12-12 | bootstrap: Change `unwrap()` to `expect()` for `WIX` path | Abhishek Sudhakaran | -1/+3 |
| 2021-12-04 | Include `lld` in `rust-dev` package | Aaron Hill | -0/+7 |
| 2021-11-13 | Change paths for `dist` command to match the components they generate | Joshua Nelson | -9/+9 |
| 2021-11-08 | Make `compiler-docs` only control the default instead of being a hard off-switch | Joshua Nelson | -4/+2 |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -5/+8 |
| 2021-08-29 | Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa | bors | -0/+2 |
| 2021-08-24 | PGO for LLVM builds on x86_64-unknown-linux-gnu in CI | Mark Rousskov | -4/+10 |
| 2021-08-23 | Include ld64 nexte to ld for use with -Z gcc-ld | Hans Kratz | -0/+2 |
| 2021-08-02 | Rollup merge of #87282 - pietroalbini:refactor-extended, r=Mark-Simulacrum | Yuki Okushi | -120/+109 |
| 2021-07-28 | set all of the optional tools as DEFAULT = true | Pietro Albini | -0/+9 |
| 2021-07-23 | refactor extended tarball generaton to use the new ensure_if_default | Pietro Albini | -30/+17 |
| 2021-07-23 | don't build extra tools if build.tools is explicitly an empty list | Pietro Albini | -6/+1 |
| 2021-07-19 | refactor gating of mingw | Pietro Albini | -6/+4 |
| 2021-07-19 | refactor gating of demangler | Pietro Albini | -24/+26 |
| 2021-07-19 | refactor gating of tools | Pietro Albini | -74/+75 |
| 2021-07-19 | change output of dist cargo and clippy to be consistent with other tools | Pietro Albini | -8/+8 |
| 2021-07-19 | refactor gating of dist docs | Pietro Albini | -12/+9 |
| 2021-07-19 | refactor adding rustc and std into extended builds | Pietro Albini | -9/+9 |
| 2021-07-16 | Package LLVM libs for the target rather than the build host | Adam Gemmell | -1/+9 |
| 2021-06-30 | copy rust-lld as ld in dist | 1000teslas | -3/+3 |
| 2021-06-23 | Comment and include rust-analyzer. | Eric Huss | -0/+9 |
| 2021-06-22 | Don't dist miri on stable or beta. | Eric Huss | -0/+3 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+4 |
| 2021-04-17 | bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs | Anders Kaseorg | -2/+2 |
| 2021-04-03 | Address review comments and Windows failure, and make cleaner | Rich Kadel | -24/+28 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -0/+86 |
| 2021-02-15 | Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2021-02-14 | Remove unnecessary `Option` in `default_doc` | Joshua Nelson | -2/+2 |
| 2021-02-11 | dist: include src/build_helper as part of the crate graph for rustc-dev. | Benjamin Bouvier | -0/+8 |
| 2021-01-15 | Allow downloading LLVM on Windows | Joshua Nelson | -18/+30 |
| 2021-01-05 | Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-Simulacrum | Yuki Okushi | -4/+4 |