| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -2/+2 |
| 2023-07-31 | Remove BOLT from bootstrap | Jakub Beránek | -126/+1 |
| 2023-07-30 | bootstrap: inline format!() args | Matthias Krüger | -7/+7 |
| 2023-07-25 | Remove credential providers from bootstrap | Arlo Siemsen | -7/+0 |
| 2023-07-14 | Don't checkout the LLVM submodule in `x dist --dry-run` | jyn | -1/+3 |
| 2023-07-14 | bootstrap: update defaults for `compiler` and `library` aliases | Lukas Markeffsky | -1/+6 |
| 2023-07-12 | Revert "fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error" | ekusiadadus | -5/+1 |
| 2023-07-01 | msvc dist extended: rust-analyzer is optional | Rémy Rakic | -19/+20 |
| 2023-07-01 | msvc dist extended: clippy is optional | Rémy Rakic | -22/+29 |
| 2023-06-14 | yet another dry run fix | Pietro Albini | -0/+4 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+3 |
| 2023-05-29 | Switch doc::{Std, Rustc} to `crate_or_deps` | jyn | -5/+1 |
| 2023-05-25 | bootstrap: use RUSTC_BOOTSTRAP to vendor sources | Michael Howell | -0/+3 |
| 2023-05-25 | Auto merge of #110906 - ekusiadadus:ekusiadadus/fix-bash-complete-etc, r=albe... | bors | -1/+5 |
| 2023-05-25 | fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error | ekusiadadus | -1/+5 |
| 2023-05-05 | Rollup merge of #111187 - krasimirgg:llvm-runtimes, r=jyn514 | Yuki Okushi | -0/+2 |
| 2023-05-04 | bootstrap: add .gitmodules to the sources | Krasimir Georgiev | -0/+1 |
| 2023-05-04 | bootstrap: add llvm-project/runtimes to the sources | Krasimir Georgiev | -0/+2 |
| 2023-04-18 | Don't special-case download-rustc in `maybe_install_llvm` | jyn | -14/+0 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -0/+3 |
| 2023-04-14 | Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68 | bors | -0/+14 |
| 2023-04-13 | automatically update the LLVM submodule | Krishna Ramasimha | -0/+2 |
| 2023-04-12 | Add `libLLVM.so` to the target libdir when download-rustc is enabled | jyn | -0/+14 |
| 2023-04-04 | Make rust-docs optional for the Windows MSI installer. | Eric Huss | -22/+29 |
| 2023-04-02 | Fix macos pkg installer when rust-docs is not available. | Eric Huss | -1/+1 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -6/+6 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-03-11 | Rename `config.toml.example` to `config.example.toml` | Thom Chiovoloni | -1/+1 |
| 2023-03-07 | Rollup merge of #108581 - jfgoog:include-mingw-linker, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-03-04 | Add comment on what libs should be in target_libs | Chris Denton | -0/+3 |
| 2023-03-04 | Add check for dry run | Jakub Beránek | -5/+1 |
| 2023-03-04 | Create BOLT build steps to avoid running BOLT multiple times on the same file | Jakub Beránek | -2/+118 |
| 2023-03-04 | Apply BOLT optimizations without rebuilding LLVM | Jakub Beránek | -1/+22 |
| 2023-02-28 | Add a new config flag, dist.include-mingw-linker. | James Farrell | -2/+2 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -0/+1 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -2/+9 |
| 2023-01-23 | Bring tests back into rustc source tarball | Tomasz Miąsko | -1/+1 |
| 2023-01-23 | Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum | Yuki Okushi | -6/+16 |
| 2023-01-17 | Re-enable building rust-analyzer on riscv64 | Josh Stone | -6/+0 |
| 2023-01-14 | Make stage2 rustdoc and proc-macro-srv disableable in x.py install | David Tolnay | -6/+16 |
| 2023-01-03 | ensure lld's step unconditionally for RustDev component | Rémy Rakic | -5/+2 |
| 2023-01-03 | bootstrap dist: ensure LLD's step | Rémy Rakic | -0/+6 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -2/+5 |
| 2022-12-13 | Adjust miri to still be optional | Mark Rousskov | -25/+31 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -0/+4 |
| 2022-11-25 | Rollup merge of #103648 - jyn514:no-preview, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2022-11-24 | Don't set `is_preview` for clippy and rustfmt | Joshua Nelson | -4/+0 |
| 2022-11-20 | dist: Ensure UEFI rlibs are all COFF | Nicholas Bishop | -0/+38 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -2/+2 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -6/+6 |