| Age | Commit message (Expand) | Author | Lines |
| 2021-02-10 | bootstrap: Locate llvm-dwp based on llvm-config bindir | David Tolnay | -2/+5 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -1/+36 |
| 2020-12-16 | bootstrap: copy `llvm-dwp` to sysroot | David Wood | -5/+15 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -0/+165 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -2/+2 |
| 2020-10-11 | bootstrap: only use compiler-builtins-c if they exist | George Burgess IV | -5/+5 |
| 2020-09-23 | Remove warning about possible future deprecation | Dylan MacKenzie | -4/+0 |
| 2020-09-23 | Add `keep-stage-std` to `x.py` | Dylan MacKenzie | -1/+8 |
| 2020-09-12 | Set link-shared if LLVM ThinLTO is enabled in config.rs | Mark Rousskov | -1/+1 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -3/+3 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -2/+2 |
| 2020-08-30 | cleanup: Remove duplicate library names from `Cargo.toml`s | Vadim Petrochenkov | -1/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -2/+2 |
| 2020-07-27 | Don't build rustc without std | Joshua Nelson | -2/+2 |
| 2020-07-27 | mv std libs to library/ | mark | -4/+4 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -24/+21 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -7/+1 |
| 2020-07-10 | Use str::strip* in bootstrap | Lzu Tao | -4/+5 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -17/+4 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -5/+5 |
| 2020-06-25 | Fix comments | Adrian Cruceru | -0/+7 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -20/+0 |
| 2020-06-19 | Rollup merge of #72999 - mati865:separate-self-contained-dir, r=Mark-Simulacrum | Ralf Jung | -52/+112 |
| 2020-06-18 | bootstrap: Configurable musl libdir | Tomasz Miąsko | -3/+3 |
| 2020-06-17 | Auto merge of #69890 - lenary:lenary/riscv-frame-pointers, r=hanna-kruppe,Mar... | bors | -0/+10 |
| 2020-06-11 | Move some libs to self-contained directory | Mateusz Mikuła | -7/+17 |
| 2020-06-11 | Use enum to distinguish dependency type | Mateusz Mikuła | -20/+32 |
| 2020-06-11 | Move copying of MinGW CRT to the better location | Mateusz Mikuła | -7/+7 |
| 2020-06-11 | Move copying of self-contained objects to new function | Mateusz Mikuła | -25/+63 |
| 2020-06-10 | x.py: with --json-output, forward cargo's JSON | Ralf Jung | -1/+7 |
| 2020-05-30 | [RISC-V] Do not force frame pointers | Sam Elliott | -0/+10 |
| 2020-05-22 | Auto merge of #72000 - cuviper:dist-llvm, r=Mark-Simulacrum | bors | -1/+2 |
| 2020-05-20 | Move the target libLLVM to llvm-tools-preview | Josh Stone | -1/+2 |
| 2020-05-14 | linker: More systematic handling of CRT objects | Vadim Petrochenkov | -6/+7 |
| 2020-05-02 | Don't skip building LLVM if already built | Mark Rousskov | -3/+7 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -3/+3 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -3/+3 |
| 2020-04-25 | Handle build completion message from Cargo | Mark Rousskov | -0/+3 |
| 2020-04-22 | Build libstd with `-Cbitcode-in-rlib=yes`. | Nicholas Nethercote | -2/+14 |
| 2020-04-11 | Require compiler-rt root at ../src/llvm-project/compiler-rt | Luca Barbieri | -0/+2 |
| 2020-04-03 | Auto merge of #70726 - Centril:rollup-zrdkkpt, r=Centril | bors | -1/+5 |
| 2020-04-02 | bootstrap: add `--json-output` for rust-analyzer | Niko Matsakis | -1/+5 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -1/+25 |
| 2020-03-18 | Revert "Fix missing libLLVM.so in stage0 sysroot." | Josh Stone | -38/+0 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -10/+10 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -40/+40 |
| 2020-01-01 | Clear out target directory if compiler has changed | Mark Rousskov | -1/+0 |