| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-03 | ship LLVM tools with the toolchain | Jorge Aparicio | -4/+51 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -7/+18 |
| 2018-06-03 | command line args trump config.toml settings | Oliver Schneider | -1/+4 |
| 2018-06-03 | refactor mode to ToolRustc for Rls & Rustfmt | Collins Abitekaniza | -2/+2 |
| 2018-06-03 | thread tool modes through | Collins Abitekaniza | -16/+36 |
| 2018-06-03 | refactor, make requested changes | Collins Abitekaniza | -16/+15 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -92/+99 |
| 2018-06-03 | Allow enabling incremental via config.toml | Oliver Schneider | -0/+2 |
| 2018-06-02 | Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus | Mark Simulacrum | -2/+1 |
| 2018-06-02 | Rustdoc itself no longer requires proc macros to build | Mark Simulacrum | -2/+1 |
| 2018-05-31 | Use builder.cargo() for cargo-vendor. | Johannes Nixdorf | -5/+8 |
| 2018-05-31 | builder.cargo(): don't add "--target"/"--release" to cargo install | Johannes Nixdorf | -5/+10 |
| 2018-05-31 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+13 |
| 2018-05-31 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-05-30 | Run rustfmt | Santiago Pastorino | -738/+1127 |
| 2018-05-30 | Add compare-mode to x.py | Santiago Pastorino | -1/+14 |
| 2018-05-28 | Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichton | bors | -8/+84 |
| 2018-05-24 | Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton | kennytm | -0/+2 |
| 2018-05-23 | Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton | kennytm | -5/+13 |