| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-22 | Format the world | Mark Rousskov | -140/+132 |
| 2019-12-18 | Reenable static linking of libstdc++ on windows-gnu | Mateusz Mikuła | -1/+1 |
| 2019-12-11 | Add comment explaining original `maybe_install_llvm_dylib` call | Aaron Hill | -0/+3 |
| 2019-12-11 | Fix missing libLLVM.so in stage0 sysroot. | Aaron Hill | -0/+38 |
| 2019-12-11 | Fix some linking of LLVM's dynamic library | Alex Crichton | -20/+8 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -218/+49 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-10-30 | Statically link libstdc++ on windows-gnu | Mateusz Mikuła | -2/+2 |
| 2019-10-24 | Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini | bors | -22/+41 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -20/+7 |
| 2019-10-15 | Package non-rust objects | Jethro Beekman | -22/+41 |
| 2019-09-23 | Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs` | Alex Crichton | -1/+1 |
| 2019-09-23 | Move handling of `{MUSL,WASI}_ROOT` to `compile.rs` | Alex Crichton | -2/+6 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -13/+12 |
| 2019-09-05 | Better way of conditioning the sanitizer builds | Ximin Luo | -0/+1 |
| 2019-08-28 | Fix build src/libtest | Yuki Okushi | -1/+1 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -136/+3 |
| 2019-08-17 | Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton | Mazdak Farrokhzad | -0/+3 |