| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Auto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJung | bors | -28/+10 |
| 2020-09-16 | Rollup merge of #76622 - jyn514:bootstrap-readme, r=Mark-Simulacrum | Ralf Jung | -28/+10 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -42/+62 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -42/+62 |
| 2020-09-15 | Enable shared linking to LLVM on non-Windows | Mark Rousskov | -0/+4 |
| 2020-09-15 | Modify executable checking to be more universal | Mark Rousskov | -0/+1 |
| 2020-09-15 | Avoid printing dry run timings | Mark Rousskov | -1/+1 |
| 2020-09-14 | Fix generating rustc docs with non-default lib directory. | Eric Huss | -6/+14 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -1/+64 |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -3/+0 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -1/+67 |
| 2020-09-13 | Fix CI LLVM to work on NixOS out of the box | Aleksey Kladov | -0/+2 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -0/+16 |
| 2020-09-13 | Auto merge of #76349 - Mark-Simulacrum:dl-llvm, r=alexcrichton | bors | -39/+172 |
| 2020-09-12 | Set link-shared if LLVM ThinLTO is enabled in config.rs | Mark Rousskov | -1/+8 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -38/+164 |
| 2020-09-12 | Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbini | bors | -1/+1 |
| 2020-09-12 | Print all step timings | Mark Rousskov | -1/+1 |
| 2020-09-11 | Update bootstrap readme | Joshua Nelson | -28/+10 |
| 2020-09-11 | Auto merge of #76415 - Mark-Simulacrum:bootstrap-cross-compilation, r=alexcri... | bors | -86/+92 |
| 2020-09-11 | just max_level_info | Gus Wynn | -1/+1 |
| 2020-09-11 | Stop implicitly appending triples to config.toml hosts and targets | Mark Rousskov | -38/+46 |
| 2020-09-11 | Verify we compile std without involving a b host compiler | Mark Rousskov | -0/+10 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -48/+36 |
| 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 |