| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | Use time crate in bootstrap dist instead of date | Onur Aslan | -3/+3 |
| 2018-01-13 | [beta] Automaticaly calculate beta prerelease numbers | Alex Crichton | -1/+0 |
| 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 |
| 2017-09-17 | Prevent distribution if miri is enabled | Oliver Schneider | -0/+25 |
| 2017-09-14 | Attempt to fix the component manifest problem for rls-preview | Nick Cameron | -4/+13 |
| 2017-09-12 | Auto merge of #44413 - est31:move_man, r=nikomatsakis | bors | -2/+1 |
| 2017-09-11 | rustbuild: Fix a distribution bug with rustdoc | Alex Crichton | -0/+1 |
| 2017-09-09 | rustbuild: Switch back to using hard links | Alex Crichton | -2/+6 |
| 2017-09-08 | Move the man directory to a subdirectory | est31 | -2/+1 |
| 2017-09-06 | Rollup merge of #44321 - jakllsch:jakllsch-4f2d6c87-2674-43e4-9c5f-2415136e6b... | Mark Simulacrum | -1/+4 |
| 2017-09-06 | Rollup merge of #44218 - SimonSapin:commit-hash, r=alexcrichton | Mark Simulacrum | -0/+9 |
| 2017-09-04 | bootstrap: only include docs in extended distribution if enabled | Jonathan A. Kollasch | -1/+4 |
| 2017-09-04 | Only include git-commit-hash in tarballs when available | Simon Sapin | -6/+9 |
| 2017-09-01 | Add git-commit-hash in source and extended tarballs too. | Simon Sapin | -0/+4 |
| 2017-08-31 | Add full git commit hash to release channel manifests | Simon Sapin | -0/+2 |
| 2017-08-30 | rustbuild: update the rust-src filter for compiler-rt | Josh Stone | -1/+1 |
| 2017-08-29 | Rollup merge of #44076 - RalfJung:src, r=alexcrichton | Ariel Ben-Yehuda | -0/+6 |
| 2017-08-27 | rustbuild: Rewrite the configure script in Python | Alex Crichton | -0/+1 |
| 2017-08-26 | Do not include the src/Cargo.toml | Ralf Jung | -1/+0 |
| 2017-08-24 | include Cargo.{toml,lock} in rust-src tarball | Ralf Jung | -0/+7 |
| 2017-08-13 | Build rustdoc only at the top stage | Mark Simulacrum | -2/+1 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -1/+1 |
| 2017-07-27 | Build rustdoc on-demand. | Mark Simulacrum | -0/+3 |
| 2017-07-27 | Change tools to take a compiler instead of a stage. | Mark Simulacrum | -2/+8 |
| 2017-07-24 | Make dist equivalent to old build system. | Mark Simulacrum | -85/+77 |
| 2017-07-22 | Make distcheck work again. | Mark Simulacrum | -1/+2 |
| 2017-07-20 | Change make_run signature to taking a RunConfig struct for refactorability. | Mark Simulacrum | -68/+41 |
| 2017-07-20 | Add an optional condition to constrain defaults. | Mark Simulacrum | -13/+6 |
| 2017-07-20 | Remove step.rs comments | Mark Simulacrum | -110/+0 |
| 2017-07-20 | Implement available paths list. | Mark Simulacrum | -25/+25 |
| 2017-07-20 | Utilize interning to allow Copy/Clone steps | Mark Simulacrum | -84/+104 |
| 2017-07-20 | Remove core_intrinsics feature gate | Mark Simulacrum | -0/+12 |