| Age | Commit message (Expand) | Author | Lines |
| 2020-09-11 | Auto merge of #76573 - Mark-Simulacrum:bootstrap-with-external-llvm, r=alexcr... | bors | -0/+9 |
| 2020-09-11 | Auto merge of #76381 - petrochenkov:nomingwcomp, r=Mark-Simulacrum | bors | -8/+0 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+16 |
| 2020-09-10 | Only copy LLVM into rust-dev with internal LLVM | Mark Rousskov | -0/+9 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -18/+38 |
| 2020-09-09 | Rollup merge of #76472 - matthiaskrgr:llvm_cmake_vars, r=Mark-Simulacrum | Tyler Mandry | -5/+0 |
| 2020-09-09 | Rollup merge of #74787 - petrochenkov:rustllvm, r=cuviper | Tyler Mandry | -5/+5 |
| 2020-09-09 | Rollup merge of #76473 - ortem:fix-gcc-warning, r=jonas-schievink | Tyler Mandry | -2/+2 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -5/+5 |
| 2020-09-09 | Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-Simulacrum | Dylan DPC | -9/+5 |
| 2020-09-08 | Auto merge of #76332 - Mark-Simulacrum:bootstrap-llvm, r=pietroalbini | bors | -0/+83 |
| 2020-09-08 | rustbuild: don't set PYTHON_EXECUTABLE and WITH_POLLY cmake vars since they a... | Matthias Krüger | -5/+0 |
| 2020-09-08 | Add missed spaces to GCC-WARNING.txt | ortem | -2/+2 |
| 2020-09-07 | Dedicated rust development tarball | Mark Rousskov | -0/+83 |
| 2020-09-06 | Make bootstrap build on stable | Mark Rousskov | -5/+4 |
| 2020-09-07 | rustbuild: Deduplicate LLD checks slightly | Vadim Petrochenkov | -10/+13 |
| 2020-09-07 | rustbuild: Propagate LLD to more places when `use-lld` is enabled | Vadim Petrochenkov | -3/+18 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed (non-msvc) | Vadim Petrochenkov | -0/+6 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -13/+9 |
| 2020-09-06 | Auto merge of #76326 - mati865:use_lld-no-linker, r=Mark-Simulacrum | bors | -1/+6 |
| 2020-09-05 | rustbuild: Do not use `rust-mingw` component when bootstrapping windows-gnu t... | Vadim Petrochenkov | -8/+0 |
| 2020-09-05 | rustbuild: Remove `Mode::Codegen` | Vadim Petrochenkov | -9/+5 |
| 2020-09-04 | There isn't a way to pass --remove yet, but you can rm if u like | Cassandra Fridkin | -1/+26 |
| 2020-09-04 | Fix rust.use-lld when linker is not set | Mateusz Mikuła | -1/+6 |
| 2020-09-03 | Check test/example/benchmark on x.py check | Mark Rousskov | -2/+61 |
| 2020-09-02 | Avoid spurious print outs during dryrun | Mark Rousskov | -2/+2 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -45/+51 |
| 2020-08-31 | Rollup merge of #76127 - petrochenkov:lld, r=Mark-Simulacrum | Aleksey Kladov | -6/+2 |
| 2020-08-31 | rustbuild: Remove one LLD workaround | Vadim Petrochenkov | -6/+2 |
| 2020-08-30 | cleanup: Remove duplicate library names from `Cargo.toml`s | Vadim Petrochenkov | -2/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -7/+8 |
| 2020-08-30 | Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-08-30 | Rollup merge of #75975 - matklad:snapshot-tests, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-08-29 | Auto merge of #75713 - mati865:netbsd_zlib, r=Mark-Simulacrum | bors | -3/+1 |
| 2020-08-29 | Allow --bess ing expect-tests in tools | Aleksey Kladov | -5/+5 |
| 2020-08-29 | Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrum | bors | -2/+12 |
| 2020-08-28 | Disable ninja on the dry-run builder | Josh Triplett | -0/+1 |
| 2020-08-28 | Fix loading pretty-printers in rust-lldb script | ortem | -0/+1 |
| 2020-08-27 | Auto merge of #75947 - pietroalbini:bootstrap-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-27 | Rollup merge of #75758 - bpangWR:master, r=Mark-Simulacrum | Dylan DPC | -1/+6 |
| 2020-08-26 | Provide a better diagnostic if ninja isn't installed | Josh Triplett | -2/+10 |
| 2020-08-26 | Set ninja=true by default | Josh Triplett | -0/+1 |
| 2020-08-26 | bump version to 1.48 | Pietro Albini | -1/+1 |
| 2020-08-25 | For VxWorks: | Pang, Baoshan | -1/+6 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+5 |
| 2020-08-25 | Enable zlib for NetBSD | Mateusz Mikuła | -3/+1 |
| 2020-08-24 | Auto merge of #75625 - mati865:mingw-cross-compile, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-24 | Introduce expect snapshot testing library into rustc | Aleksey Kladov | -0/+5 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -14/+8 |
| 2020-08-19 | Rollup merge of #75593 - Mark-Simulacrum:compiler-docs-must-not-overlap, r=pi... | Tyler Mandry | -2/+2 |