| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-22 | build the 2018 edition | steveklabnik | -0/+6 |
| 2018-05-22 | Fix FileCheck finding | John Kåre Alsaker | -5/+13 |
| 2018-05-20 | Added rustdoc documentation step outputting into compiler documentation. | David Wood | -8/+84 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -43/+3 |
| 2018-05-18 | Add armv6-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-18 | Add armv7-unknown-netbsd-eabihf target | Jonathan A. Kollasch | -0/+1 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -29/+37 |
| 2018-05-17 | Revert "bootstrap.py: respect crt-static" | Alex Crichton | -30/+3 |
| 2018-05-17 | Revert "bootstrap: pass crt-static for the compiler host as well" | Alex Crichton | -13/+0 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -8/+7 |
| 2018-05-17 | Remove MAKEFLAGS to prevent accidental inheritance | Mark Simulacrum | -5/+4 |
| 2018-05-17 | Fix rustc binary metadata overwriting librustc metadata | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Rename rustdoc to use underscores | Mark Simulacrum | -1/+1 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -1/+1 |