| Age | Commit message (Expand) | Author | Lines |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -0/+7 |
| 2016-07-20 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -0/+7 |
| 2016-07-20 | mk: Stop using cmake for compiler-rt | Alex Crichton | -82/+397 |
| 2016-07-16 | Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichton | bors | -0/+1 |
| 2016-07-16 | Auto merge of #34779 - infinity0:master, r=alexcrichton | bors | -2/+15 |
| 2016-07-15 | rustbuild: If local-rust is the same as the current version, then force a loc... | Ximin Luo | -2/+15 |
| 2016-07-13 | build compiler docs if requested in config | Tim Neumann | -4/+12 |
| 2016-07-13 | only remove directory if it exists | Tim Neumann | -1/+1 |
| 2016-07-13 | create global doc dir for all doc targets | Tim Neumann | -0/+2 |
| 2016-07-07 | llvm, rt: build using the Ninja generator if available | Ben Boeckel | -0/+1 |
| 2016-07-07 | Auto merge of #34677 - alexcrichton:no-more-build-directory, r=brson | bors | -930/+909 |
| 2016-07-06 | Rollup merge of #34558 - GlenDC:master, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-07-05 | rustbuild: Remove the `build` directory | Alex Crichton | -930/+909 |
| 2016-07-06 | Tweak verbosity to hopefully better match intuitive expectations | Ximin Luo | -2/+2 |
| 2016-07-06 | Have verify() return a bool rather than a generic RuntimeError | Ximin Luo | -10/+9 |
| 2016-07-04 | Avoid redundant downloads when bootstrapping | Ximin Luo | -0/+8 |
| 2016-07-03 | Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichton | bors | -0/+12 |
| 2016-07-02 | Auto merge of #34597 - CensoredUsername:bootstrap-fix, r=alexcrichton | bors | -1/+1 |
| 2016-07-02 | Build: Shows total time taken to build the compiler | Nikhil Shagrithaya | -0/+12 |
| 2016-07-02 | Rollup merge of #34567 - alexcrichton:rustbuild-android, r=brson | Manish Goregaokar | -52/+227 |
| 2016-07-02 | Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-07-01 | Older versions of python 2.7 can raise a WindowsError instead of a subprocess... | CensoredUsername | -1/+1 |
| 2016-06-30 | Auto merge of #34563 - alexcrichton:robust-mk, r=brson | bors | -4/+6 |
| 2016-06-30 | rustbuild: Clean out tmp directory on `make clean` | Alex Crichton | -0/+3 |
| 2016-06-30 | mk: Don't consider LLVM done until it's done | Alex Crichton | -4/+6 |
| 2016-06-29 | rustbuild: Implement testing for Android | Alex Crichton | -52/+227 |
| 2016-06-29 | propagate rustbuild's bootstrap.py '--help' flag | decauwsemaecker.glen@gmail.com | -1/+1 |
| 2016-06-29 | Add rustc-stageN targets to rustbuild | Seo Sanghyeon | -0/+5 |
| 2016-06-27 | rustbuild: Update how compiler-rt is called | Alex Crichton | -23/+46 |
| 2016-06-22 | Fix typo in bootstrap README | Fabian Vogt | -1/+1 |
| 2016-06-16 | Fix issue where rustbuild expected msvc to have ar | Peter Atashian | -6/+10 |
| 2016-06-04 | Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturon | bors | -3/+8 |
| 2016-06-01 | build: avoid repeated string concatenation in python | Steven Allen | -9/+9 |
| 2016-05-31 | Auto merge of #33141 - tshepang:python-love, r=brson | bors | -11/+11 |
| 2016-05-31 | rustbuild: Clean more on `make clean` | Alex Crichton | -3/+8 |
| 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 |