| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | build doctests with lld if use-lld = true | The8472 | -0/+15 |
| 2021-06-07 | Rollup merge of #84940 - jyn514:ninja, r=Mark-Simulacrum | Guillaume Gomez | -2/+7 |
| 2021-06-04 | Improve error message | Joshua Nelson | -1/+1 |
| 2021-06-04 | Note that `ninja = false` goes under `[llvm]` | Joshua Nelson | -1/+1 |
| 2021-06-04 | Don't run sanity checks for `x.py setup` | Joshua Nelson | -2/+7 |
| 2021-05-24 | Revert "Move llvm submodule updates to rustbuild" | Mark Rousskov | -10/+0 |
| 2021-05-22 | Move llvm submodule updates to rustbuild | Joshua Nelson | -0/+10 |
| 2021-05-01 | Allow formatting specific subdirectories | Joshua Nelson | -2/+2 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -1/+1 |
| 2021-02-21 | Add new rustdoc-gui test suite | Guillaume Gomez | -0/+4 |
| 2020-12-31 | bootstrap: clippy fixes | Matthias Krüger | -2/+2 |
| 2020-12-23 | bootstrap: convert llvm-tools to use Tarball | Pietro Albini | -4/+0 |
| 2020-12-23 | bootstrap: convert build-manifest to use the new Tarball struct | Pietro Albini | -0/+1 |
| 2020-12-16 | Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum" | Eric Huss | -21/+0 |
| 2020-11-16 | x.py: allow a custom string appended to the version | Josh Stone | -1/+7 |
| 2020-11-11 | Merge changes from rust-lang/rust | Zachary Catlin | -15/+40 |
| 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 | -4/+7 |
| 2020-11-11 | Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum | bors | -0/+21 |
| 2020-11-12 | Ship llvm-cov through llvm-tools | dalance | -10/+11 |
| 2020-11-09 | Vendor libtest's dependencies in the rust-src component | Alexis Beingessner | -0/+21 |
| 2020-11-06 | Compile tools and internal libraries with the initial-exec TLS model | Josh Triplett | -0/+4 |
| 2020-11-03 | Fix panic in bootstrap for non-workspace path dependencies. | Eric Huss | -0/+4 |
| 2020-10-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -3/+5 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -0/+4 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -4/+7 |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -3/+5 |
| 2020-10-14 | Rollup merge of #77868 - Aaron1011:llvm-tools-opt-llc, r=Mark-Simulacrum | Yuki Okushi | -0/+3 |
| 2020-10-12 | Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component | Aaron Hill | -0/+3 |
| 2020-10-13 | Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514 | Yuki Okushi | -0/+2 |
| 2020-10-11 | Mostly print statements to see where things are | Winnie Xiao | -0/+2 |
| 2020-10-09 | bootstrap: always use the Rust version in package names | Pietro Albini | -34/+0 |
| 2020-10-06 | Use Profile enum for x.py setup | Antoine Martin | -2/+2 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -1/+6 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -7/+14 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -0/+10 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -0/+4 |
| 2020-09-11 | just max_level_info | Gus Wynn | -1/+1 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+10 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -7/+8 |
| 2020-09-09 | Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-Simulacrum | Dylan DPC | -4/+0 |
| 2020-09-06 | Make bootstrap build on stable | Mark Rousskov | -2/+0 |
| 2020-09-07 | rustbuild: Deduplicate LLD checks slightly | Vadim Petrochenkov | -3/+7 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -7/+4 |
| 2020-09-05 | rustbuild: Remove `Mode::Codegen` | Vadim Petrochenkov | -4/+0 |
| 2020-09-04 | Fix rust.use-lld when linker is not set | Mateusz Mikuła | -1/+6 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -1/+38 |
| 2020-08-27 | Rollup merge of #75758 - bpangWR:master, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 2020-08-25 | For VxWorks: | Pang, Baoshan | -0/+4 |