| Age | Commit message (Expand) | Author | Lines |
| 2020-09-17 | Add test for x.py build cross-compilation | Mark Rousskov | -0/+48 |
| 2020-09-16 | Build rustdoc for cross-compiled targets | Mark Rousskov | -1/+5 |
| 2020-09-16 | Pass --target to lint docs | Mark Rousskov | -1/+3 |
| 2020-09-16 | Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76735 - jyn514:no-clone, r=Mark-Simulacrum | Tyler Mandry | -40/+39 |
| 2020-09-16 | Don't generate bootstrap usage unless it's needed | Joshua Nelson | -30/+32 |
| 2020-09-16 | Give a better error message when x.py uses the wrong stage for CI | Joshua Nelson | -1/+7 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -40/+39 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -6/+14 |
| 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 |