| Age | Commit message (Expand) | Author | Lines |
| 2016-08-02 | Fix style issues | m4b | -2/+2 |
| 2016-08-01 | Add -mrelax-relocations=no hacks to fix musl build | m4b | -0/+6 |
| 2016-07-30 | Auto merge of #35060 - japaric:arm-musl, r=alexcrichton | bors | -9/+8 |
| 2016-07-30 | Auto merge of #35004 - asomers:master, r=alexcrichton | bors | -1/+3 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -3/+2 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -6/+6 |
| 2016-07-30 | Auto merge of #35117 - aravind-pg:path, r=alexcrichton | bors | -0/+9 |
| 2016-07-27 | rustbuild: Ensure PATH does not contain invalid character `"` | Aravind Gollakota | -0/+9 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -0/+10 |
| 2016-07-24 | Follow-up to 1afb17ed5f9206e1e04c5d72ea724c5fadadd46c | Alan Somers | -1/+3 |
| 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 |