| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -4/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -51/+55 |
| 2020-07-14 | Use local links in the alloc docs. | Eric Huss | -7/+0 |
| 2020-07-10 | Use str::strip* in bootstrap | Lzu Tao | -6/+5 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -0/+9 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -0/+9 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -7/+12 |
| 2020-06-19 | Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-Simulacrum | Ralf Jung | -9/+16 |
| 2020-06-18 | bootstrap: Configurable musl libdir | Tomasz Miąsko | -0/+9 |
| 2020-06-14 | Switch bootstrap metadata to --no-deps. | Eric Huss | -9/+16 |
| 2020-06-13 | Speed up bootstrap a little. | Eric Huss | -1/+1 |
| 2020-06-11 | Use enum to distinguish dependency type | Mateusz Mikuła | -3/+19 |
| 2020-06-04 | Count the beta prerelease number just from master | Josh Stone | -18/+4 |
| 2020-05-29 | Get libdir from stage0 compiler | O01eg | -4/+20 |
| 2020-05-29 | Fix lld detection if stage0 rustc built with custom libdir | O01eg | -7/+13 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -8/+0 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -7/+7 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+1 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+0 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -2/+14 |
| 2020-02-04 | Remove unused core_intrinsics feature gate from bootstrap | bjorn3 | -1/+0 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -3/+3 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+1 |
| 2020-01-29 | Don't use a whitelist for use_lld | John Kåre Alsaker | -5/+1 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -2/+18 |