| Age | Commit message (Expand) | Author | Lines |
| 2016-04-23 | Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brson | bors | -1/+58 |
| 2016-04-23 | Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoerister | bors | -1/+12 |
| 2016-04-20 | Auto merge of #33011 - alexcrichton:pkg-everything, r=brson | bors | -1/+8 |
| 2016-04-20 | Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brson | bors | -68/+105 |
| 2016-04-19 | Auto merge of #32903 - alexcrichton:fix-rpath, r=brson | bors | -18/+55 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -68/+105 |
| 2016-04-19 | mk: Force system python for LLDB tests on OSX | Alex Crichton | -1/+12 |
| 2016-04-19 | rustbuild: Run all markdown documentation tests | Alex Crichton | -1/+58 |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -46/+309 |
| 2016-04-16 | rustbuild: Clean more as part of `make clean` | Alex Crichton | -0/+3 |
| 2016-04-15 | rustbuild: Package librustc & co for cross-hosts | Alex Crichton | -1/+8 |
| 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 --enable-rpath usage | Alex Crichton | -18/+55 |
| 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 |