| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -1/+0 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -8/+8 |
| 2018-07-15 | tidy: avoid long line | Sébastien Marie | -1/+2 |
| 2018-07-15 | Disable LlvmTools packaging with external LLVM | Sébastien Marie | -0/+8 |
| 2018-07-11 | Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrc | bors | -1/+6 |
| 2018-07-09 | Change gcc warning file name, remove unnecessary reference | ljedrz | -2/+2 |
| 2018-07-09 | Warn windows-gnu users that the bundled gcc can't compile | ljedrz | -0/+8 |
| 2018-07-09 | Also distribute cargo clippy | Oliver Schneider | -1/+6 |
| 2018-07-05 | Auto merge of #51917 - alexcrichton:update, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-07-05 | Auto merge of #51936 - japaric:rust-lld, r=alexcrichton | bors | -1/+2 |
| 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 | -1/+1 |
| 2018-07-02 | Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrum | bors | -0/+113 |
| 2018-07-02 | Clippy tool also has only a single LICENSE file | Oliver Schneider | -2/+1 |
| 2018-07-01 | Did you mean to block nightlies on clippy? | Oliver Schneider | -0/+114 |
| 2018-06-29 | rename rustc's lld to rust-lld | Jorge Aparicio | -3/+5 |
| 2018-06-29 | rename the llvm-tools component to llvm-tools-preview and tweak its image | Jorge Aparicio | -7/+10 |
| 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 | -2/+5 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -2/+80 |
| 2018-06-03 | make a llvm-tools rustup component | Jorge Aparicio | -19/+79 |
| 2018-06-03 | ship LLVM tools with the toolchain | Jorge Aparicio | -1/+19 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -1/+1 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -1/+1 |
| 2018-05-31 | Use builder.cargo() for cargo-vendor. | Johannes Nixdorf | -5/+8 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -311/+298 |
| 2018-04-05 | Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton | kennytm | -1/+6 |
| 2018-04-03 | Fix a few accidental expectations | Mark Simulacrum | -4/+9 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -18/+18 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -134/+102 |
| 2018-04-03 | Make test steps sortable | Mark Simulacrum | -12/+12 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -1/+6 |
| 2018-03-25 | Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis | kennytm | -1/+0 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -7/+62 |
| 2018-03-22 | Allow installing rustfmt without config.extended | Josh Stone | -1/+0 |
| 2018-03-22 | Remove std/test documentation from compiler docs. | David Wood | -2/+2 |
| 2018-03-21 | Add support to rustbuild for a 'rustc docs' component tarball | David Wood | -7/+62 |
| 2018-03-18 | rustbuild: Ship libsynchronization | Maxim Nazarenko | -0/+1 |
| 2018-03-17 | Rollup merge of #49055 - alexcrichton:ship-more-libs, r=nikomatsakis | kennytm | -2/+4 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -3/+3 |
| 2018-03-16 | rustbuild: Add more MinGW libraries to ship | Alex Crichton | -2/+4 |
| 2018-03-08 | Remove ONLY_BUILD_TARGETS. | Mark Simulacrum | -18/+3 |
| 2018-03-04 | Include stdsimd in rust-src component | Alex Crichton | -0/+1 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -2/+4 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -1/+17 |
| 2018-03-02 | make codegen-backends directory name configurable | Marc-Antoine Perennou | -1/+2 |
| 2018-02-10 | Remove DontDistWithMiri struct and instead just directly check it in builder | Mark Simulacrum | -25/+0 |
| 2018-02-09 | ci: Actually bootstrap on i686 dist | Alex Crichton | -0/+7 |
| 2018-02-05 | Use time crate in bootstrap dist instead of date | Onur Aslan | -3/+3 |