| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-01-31 | rustc: Move location of `codegen-backends` dir | Alex Crichton | -5/+3 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -1/+12 |
| 2018-01-19 | Automaticaly calculate beta prerelease numbers | Alex Crichton | -1/+0 |
| 2018-01-17 | Update Cargo and its dependencies | Alex Crichton | -0/+2 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -10/+0 |
| 2017-12-17 | Distribute intrinsic.natvis with the compiler for windows-msvc. | Antal Szabó | -0/+1 |
| 2017-12-04 | template month/year, version into man pages while building dist tarball | Zack M. Davis | -2/+17 |
| 2017-11-22 | Always ignore build failure of failable tools (rls, rustfmt, clippy, miri). | kennytm | -3/+5 |
| 2017-11-22 | Rollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simulacrum | kennytm | -0/+5 |
| 2017-11-20 | rustbuild: fix expectation message | Marc-Antoine Perennou | -1/+1 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+5 |
| 2017-11-16 | rustbuild: dist cargo-fmt as part of rustfmt | Marc-Antoine Perennou | -0/+5 |
| 2017-11-16 | Fix a bug where the rustfmt tarball was not being produced | Nick Cameron | -2/+5 |
| 2017-11-13 | review changes | Nick Cameron | -1/+1 |
| 2017-11-13 | Distribute Rustfmt | Nick Cameron | -0/+89 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -1/+0 |
| 2017-10-22 | Remove deprecated `collections` crate. | leonardo.yvens | -1/+0 |
| 2017-10-20 | Auto merge of #44792 - Mark-Simulacrum:correct-deps, r=alexcrichton | bors | -1/+3 |
| 2017-10-19 | Make tools which may not build return Option. | Mark Simulacrum | -1/+3 |
| 2017-10-19 | rustbuild: fix dist in debug mode | Marc-Antoine Perennou | -1/+1 |
| 2017-10-16 | rustbuild: Allow setting rls/rustfmt to "broken" | Alex Crichton | -88/+108 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -1/+1 |
| 2017-09-27 | Rename rls component to rls-preview on nightly | Nick Cameron | -13/+4 |