| Age | Commit message (Expand) | Author | Lines |
| 2022-02-23 | Always check cg_llvm with ./x.py check | bjorn3 | -2/+3 |
| 2022-02-13 | Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrum | bors | -19/+1 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -19/+1 |
| 2022-02-06 | Use shallow clones for submodules managed by rustbuild, not just bootstrap.py | Joshua Nelson | -1/+1 |
| 2022-01-30 | Hide failed command unless in verbose mode | Mark Rousskov | -2/+2 |
| 2022-01-01 | Remove some dead code | bjorn3 | -5/+0 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-11-26 | Fix bug where submodules wouldn't be updated when running x.py from a subdire... | Joshua Nelson | -1/+1 |
| 2021-10-23 | remove "field is never read" warning | Pietro Albini | -1/+0 |
| 2021-09-19 | Restore the suggestion to set `ninja = false`. | Daira Hopwood | -1/+2 |
| 2021-09-19 | [bootstrap] Improve the error message when `ninja` is not found to link to in... | Daira Hopwood | -2/+6 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -1/+1 |
| 2021-07-25 | Don't treat git repos as non-existent when `ignore_git` is set | Joshua Nelson | -1/+1 |
| 2021-07-22 | Don't default to `submodules = true` unless the rust repo has a .git directory | Joshua Nelson | -2/+2 |
| 2021-07-20 | Update all submodules that rustbuild doesn't depend on lazily | Joshua Nelson | -5/+108 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Auto merge of #86015 - jyn514:revert-revert, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 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-05 | Inline maybe_update_submodule | Joshua Nelson | -9/+5 |
| 2021-06-04 | Revert "Revert "Move llvm submodule updates to rustbuild"" | Joshua Nelson | -0/+10 |
| 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 |