| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |