| Age | Commit message (Expand) | Author | Lines |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -3/+7 |
| 2018-07-04 | in the second copy lld is already named rust-lld | Jorge Aparicio | -4/+3 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -29/+73 |
| 2018-07-03 | rust: add initial changes to support powerpc64le musl | Mike Sullivan | -0/+1 |
| 2018-07-03 | Rollup merge of #52006 - Mark-Simulacrum:keep-stage-fix, r=alexcrichton | Pietro Albini | -21/+44 |
| 2018-07-03 | Rollup merge of #52004 - kennytm:toolstate-fixes, r=Mark-Simulacrum | Pietro Albini | -8/+6 |
| 2018-07-02 | Change --keep-stage to apply more | Mark Rousskov | -20/+43 |
| 2018-07-03 | Fixed detection of test-fail for doctests. | kennytm | -8/+6 |
| 2018-07-02 | Make explicit that assemble is not run from CLI | Mark Rousskov | -1/+1 |
| 2018-07-02 | bootstrap: tests should use rustc from config.toml | Nikolai Merinov | -4/+4 |
| 2018-07-02 | Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum | bors | -1/+134 |
| 2018-07-02 | Clippy tool also has only a single LICENSE file | Oliver Schneider | -2/+1 |
| 2018-07-01 | Rollup merge of #51922 - japaric:llvm-tools-preview, r=alexcrichton | Pietro Albini | -7/+10 |
| 2018-07-01 | Provide llvm-strip in llvm-tools component | CrLF0710 | -1/+2 |
| 2018-07-01 | Also run the bootstrap in bootstrap mode | Oliver Schneider | -0/+1 |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -1/+134 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+1 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -5/+10 |
| 2018-06-29 | rename the llvm-tools component to llvm-tools-preview and tweak its image | Jorge Aparicio | -7/+10 |
| 2018-06-26 | Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm | bors | -6/+3 |
| 2018-06-25 | Do not build LLVM tools for any of the tools | Mark Simulacrum | -6/+3 |
| 2018-06-25 | Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm | bors | -29/+15 |
| 2018-06-24 | Haiku: there is no setpriority on this platform. | Niels Sascha Reedijk | -2/+2 |
| 2018-06-23 | build: llvm-tools: replace compiler.host | Brad Campbell | -15/+7 |
| 2018-06-23 | build: llvm_tools tidy | Brad Campbell | -1/+5 |
| 2018-06-23 | build: add llvm-tools to manifest | Brad Campbell | -19/+9 |
| 2018-06-22 | Handle current directory prefix for parsing command arguments in bootstrap te... | Steven Laabs | -0/+6 |
| 2018-06-22 | Added stripping current directory prefixes when comparing suite path names | Steven Laabs | -0/+6 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -4/+130 |
| 2018-06-20 | no -Bsymbolic for mac; no static-libstdc++ for windows | Jorge Aparicio | -1/+7 |
| 2018-06-19 | Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrum | bors | -11/+11 |
| 2018-06-16 | Prevent Windows filesystem races in bootstrap tests | Mark Simulacrum | -0/+3 |
| 2018-06-16 | Move bootstrap tests to the end of the default test run | Mark Simulacrum | -1/+2 |
| 2018-06-12 | Add verify-llvm-ir flag to config.toml | Nikita Popov | -0/+11 |
| 2018-06-10 | Added comment to explain why only RustIstaller has `llvm_tools = false`. | kennytm | -0/+3 |
| 2018-06-10 | Allowing building the codegen backend specifically. | kennytm | -0/+1 |
| 2018-06-10 | Allow some tools to be run without first building LLVM. | kennytm | -16/+25 |
| 2018-06-08 | Rollup merge of #51437 - est31:rustbuild_metadata, r=Mark-Simulacrum | Mark Rousskov | -24/+33 |
| 2018-06-08 | rustbuild: generate full list of dependencies for metadata | est31 | -24/+33 |
| 2018-06-08 | Do not require stage 2 compiler for rustdoc | Mark Simulacrum | -4/+1 |
| 2018-06-07 | quiet-tests -> !verbose-tests | Oliver Schneider | -12/+11 |
| 2018-06-05 | Use quiet tests by default | Oliver Schneider | -0/+1 |
| 2018-06-03 | Rollup merge of #51317 - oli-obk:incremental_all_the_way, r=Mark-Simulacrum | Mark Simulacrum | -0/+5 |
| 2018-06-04 | fix tidy | Jorge Aparicio | -1/+1 |
| 2018-06-03 | use rustc version as llvm-tools version | Jorge Aparicio | -15/+18 |
| 2018-06-03 | make a llvm-tools rustup component | Jorge Aparicio | -44/+103 |
| 2018-06-03 | statically link the tools to libstdc++ | Jorge Aparicio | -0/+5 |
| 2018-06-03 | document what each tools does | Jorge Aparicio | -1/+5 |
| 2018-06-03 | also ship llvm-profdata | Jorge Aparicio | -1/+3 |