| Age | Commit message (Expand) | Author | Lines |
| 2016-04-16 | Rollup merge of #32926 - caipre:rustbuild-verify-download, r=alexcrichton | Manish Goregaokar | -13/+40 |
| 2016-04-15 | Auto merge of #32972 - alexcrichton:cargotest, r=brson | bors | -4/+14 |
| 2016-04-15 | cargotest: Put output in build directory | Alex Crichton | -4/+14 |
| 2016-04-15 | Auto merge of #32895 - alexcrichton:rustbuild-beta, r=brson | bors | -5/+14 |
| 2016-04-14 | Rollup merge of #32865 - caipre:llvm-ninja, r=alexcrichton | Steve Klabnik | -4/+12 |
| 2016-04-14 | Auto merge of #32718 - timonvo:bootstrap-skip-docs, r=alexcrichton | bors | -2/+6 |
| 2016-04-13 | rustbuild: Verify sha256 of downloaded tarballs | Nick Platt | -7/+24 |
| 2016-04-13 | rustbuild: Improve error messaging in bootstrap.py | Nick Platt | -6/+16 |
| 2016-04-13 | rustbuild: Skip generating docs if the config disables them. | Timon Van Overveldt | -2/+6 |
| 2016-04-12 | tidy: Add a check to ensure Cargo.toml is in sync | Alex Crichton | -2/+1 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -1/+23 |
| 2016-04-11 | rustbuild: Fix handling of the bootstrap key | Alex Crichton | -5/+14 |
| 2016-04-10 | Remove redundant assignment | Nick Platt | -1/+0 |
| 2016-04-10 | Add rustbuild option to use Ninja for LLVM build | Nick Platt | -3/+12 |
| 2016-04-09 | Auto merge of #32786 - brson:cargotest, r=alexcrichton | bors | -3/+12 |
| 2016-04-07 | Fix cargotest | Brian Anderson | -3/+12 |
| 2016-04-06 | rustbuild: Update bootstrap dependencies | Alex Crichton | -17/+17 |
| 2016-04-06 | rustbuild: Support cross rust-docs packages | Alex Crichton | -35/+46 |
| 2016-04-06 | rustbuild: Verify flags are configured | Alex Crichton | -0/+12 |
| 2016-04-06 | rustbuild: Add helper to abstract hard_link/copy | Alex Crichton | -16/+25 |
| 2016-04-02 | Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturon | bors | -6/+24 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -14/+97 |
| 2016-03-29 | rustbuild: Fix compile on OSX for 10.7 | Alex Crichton | -6/+24 |
| 2016-03-26 | Auto merge of #32503 - dotdash:llvm_attrs, r=eddyb | bors | -6/+1 |
| 2016-03-26 | Revert "disable llvm assertions on ARM compilers" | Björn Steinbrink | -6/+1 |
| 2016-03-25 | Fix the name of the 'check-cargotest' step | Brian Anderson | -2/+2 |
| 2016-03-22 | Introduce 'cargotest' and the check-cargotest buildstep | Brian Anderson | -0/+24 |
| 2016-03-19 | disable llvm assertions on ARM compilers | Jorge Aparicio | -1/+6 |
| 2016-03-17 | rustbuild: Fix cross to netbsd from Linux | Alex Crichton | -1/+2 |
| 2016-03-16 | rustbuild: Implement `make dist` | Alex Crichton | -1/+344 |
| 2016-03-15 | Auto merge of #32239 - alexcrichton:fix-cross-to-freebsd, r=brson | bors | -1/+2 |
| 2016-03-14 | rustbuild: Fix cross compiling to FreeBSD | Alex Crichton | -1/+2 |
| 2016-03-14 | rustbuild: Refactor stage arguments away | Alex Crichton | -134/+109 |
| 2016-03-14 | rustbuild: Use tool_cmd() instead of tool() | Alex Crichton | -6/+3 |
| 2016-03-08 | rustbuild: Add the error-index-generator | Alex Crichton | -1/+28 |
| 2016-03-08 | rustbuild: Fix stage1 rustdoc | Alex Crichton | -11/+3 |
| 2016-03-08 | rustbuild: Add a link checker for documentation | Alex Crichton | -2/+44 |
| 2016-03-08 | rustbuild: Fixup calling rustdoc in various stages | Alex Crichton | -11/+76 |
| 2016-03-08 | rustbuild: Use an enum to indicate destination | Alex Crichton | -43/+61 |
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -13/+41 |
| 2016-03-08 | rustbuild: Refactor adding steps manually | Alex Crichton | -20/+27 |
| 2016-03-08 | rustbuild: Add crate documentation generation | Alex Crichton | -4/+59 |
| 2016-03-07 | rustbuild: Add `make check` and a check target | Alex Crichton | -0/+14 |
| 2016-03-06 | rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl | Jorge Aparicio | -1/+14 |
| 2016-03-03 | [rustbuild] fix cross compilation of std for mips(el)-linux-musl | Jorge Aparicio | -1/+1 |
| 2016-03-01 | Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brson | bors | -0/+154 |
| 2016-02-28 | rustbuild: Update dependencies | Alex Crichton | -35/+18 |
| 2016-02-28 | rustbuild: Update nightly date | Alex Crichton | -7/+11 |
| 2016-02-28 | rustbuild: Relax assertions about stage0 | Alex Crichton | -3/+1 |
| 2016-02-28 | rustbuild: Remove extra rustc flags | Alex Crichton | -15/+1 |