| Age | Commit message (Expand) | Author | Lines |
| 2016-08-14 | Auto merge of #35666 - eddyb:rollup, r=eddyb | bors | -3/+9 |
| 2016-08-14 | Rollup merge of #35577 - japaric:relax, r=alexcrichton | Eduard-Mihai Burtescu | -2/+7 |
| 2016-08-14 | Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brson | Eduard-Mihai Burtescu | -1/+2 |
| 2016-08-12 | Produce source package in rust-installer format in addition to vanilla tarball | Diggory Blake | -1/+206 |
| 2016-08-11 | fix match | Jorge Aparicio | -1/+2 |
| 2016-08-10 | add -mrelax-relocations=no to i686-musl and i586-gnu | Jorge Aparicio | -2/+6 |
| 2016-08-10 | [emscripten] Disable jemalloc for emscripten | Jan-Erik Rediger | -1/+2 |
| 2016-08-10 | Improved checking of target's llvm_config | Cameron Hart | -1/+11 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -91/+439 |
| 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-29 | Make rust build pass LLVM_RUSTLLVM to C++ compiler | Cameron Hart | -0/+4 |
| 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 |