| Age | Commit message (Expand) | Author | Lines |
| 2016-05-23 | rustbuild: Add support for --enable-local-rust | Alex Crichton | -4/+8 |
| 2016-05-23 | bootstrap: rename Config.rebuild to .local_rebuild | Josh Stone | -4/+4 |
| 2016-05-22 | bootstrap: mirror mk's local-rebuild changes | Josh Stone | -2/+12 |
| 2016-05-18 | rustbuild: Pass -O to tests based on configuration | Alex Crichton | -2/+25 |
| 2016-05-18 | rustbuild: Add missing test suites | Alex Crichton | -15/+57 |
| 2016-05-13 | check check-ui and check-incremental in check | Niko Matsakis | -0/+2 |
| 2016-05-13 | modify rust-build to support incremental, ui tests | Niko Matsakis | -0/+12 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -8/+122 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1/+18 |
| 2016-05-08 | Auto merge of #33360 - alexcrichton:rustbuild-dox, r=brson | bors | -47/+726 |
| 2016-05-08 | Auto merge of #33288 - cyplo:32834_retry_download, r=alexcrichton | bors | -11/+38 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -0/+6 |
| 2016-05-08 | Remove sha256 file only if present. | Cyryl Płotnicki-Chudyk | -5/+8 |
| 2016-05-08 | Better error handling for bootstrap file downloads. | Cyryl Płotnicki-Chudyk | -14/+20 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-05-07 | Add armv7-linux-androideabi target. | Nerijus Arlauskas | -0/+6 |
| 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-05-03 | rustbuild: Document many more parts of the build | Alex Crichton | -47/+726 |
| 2016-04-30 | Code cleanup in download() in bootstrap.py | Cyryl Płotnicki-Chudyk | -12/+12 |
| 2016-04-30 | Get a file during bootstrap to a temp location. | Cyryl Płotnicki-Chudyk | -5/+23 |
| 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-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 |