| Age | Commit message (Expand) | Author | Lines |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-05-06 | remove unused aux-base argument | Niko Matsakis | -1/+0 |
| 2016-05-06 | Distribute both rust-lldb and rust-gdb everywhere except win-msvc | Brian Anderson | -9/+9 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -1/+1 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -1/+37 |
| 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-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -1/+21 |
| 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 | -45/+308 |
| 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-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/+6 |
| 2016-04-14 | Rollup merge of #32865 - caipre:llvm-ninja, r=alexcrichton | Steve Klabnik | -1/+9 |
| 2016-04-14 | Auto merge of #32718 - timonvo:bootstrap-skip-docs, r=alexcrichton | bors | -2/+6 |
| 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/+21 |
| 2016-04-11 | rustbuild: Fix handling of the bootstrap key | Alex Crichton | -5/+6 |
| 2016-04-10 | Remove redundant assignment | Nick Platt | -1/+0 |
| 2016-04-10 | Add rustbuild option to use Ninja for LLVM build | Nick Platt | -0/+9 |
| 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: 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 | Revert "disable llvm assertions on ARM compilers" | Björn Steinbrink | -6/+1 |
| 2016-03-22 | Introduce 'cargotest' and the check-cargotest buildstep | Brian Anderson | -0/+22 |
| 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/+340 |
| 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 | -1/+42 |
| 2016-03-08 | rustbuild: Fixup calling rustdoc in various stages | Alex Crichton | -11/+24 |
| 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 |