| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-22 | Format the world | Mark Rousskov | -122/+129 |
| 2019-12-21 | Implement `./x.py fmt [--check]`. | Adam Perry | -0/+5 |
| 2019-12-13 | Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton | bors | -0/+3 |
| 2019-12-12 | Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichton | bors | -6/+2 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+3 |
| 2019-12-10 | Add toolstate checking into bootstrap | Mark Rousskov | -27/+0 |
| 2019-12-09 | Bootstrap: change logic for choosing linker and rpath | Jethro Beekman | -6/+2 |
| 2019-12-04 | SGX: Fix target linker used by bootstrap | Jethro Beekman | -0/+1 |
| 2019-10-30 | ci: move toolstates.json to /tmp/toolstate/ and docker mount it | Pietro Albini | -0/+4 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -0/+1 |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -0/+1 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -7/+0 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -7/+0 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -1/+1 |
| 2019-10-17 | show up some extra info when t!() fails | Guanqun Lu | -1/+1 |
| 2019-10-15 | Package non-rust objects | Jethro Beekman | -0/+1 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -1/+1 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -0/+10 |
| 2019-08-29 | Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay | Mazdak Farrokhzad | -3/+0 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -3/+0 |
| 2019-08-27 | rustbuild: allow disabling deny(warnings) for bootstrap | Marc-Antoine Perennou | -3/+0 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -6/+1 |
| 2019-08-08 | simplify a match | Ralf Jung | -3/+1 |
| 2019-08-01 | build_helper: rename (try_)run_silent -> (try_)run | Ralf Jung | -3/+3 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -2/+2 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+3 |