| Age | Commit message (Expand) | Author | Lines |
| 2016-09-02 | Rollup merge of #36198 - alexcrichton:fix-travis, r=brson | Jonathan Turner | -1/+3 |
| 2016-09-02 | Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichton | Jonathan Turner | -0/+4 |
| 2016-09-02 | Transition Travis CI to use rustbuild. | Corey Farwell | -0/+4 |
| 2016-09-01 | test: Add a min-llvm-version directive | Alex Crichton | -1/+3 |
| 2016-08-29 | fix git submodule status check | king6cong | -1/+1 |
| 2016-08-28 | Auto merge of #36062 - japaric:smarter-submodules, r=alexcrichton | bors | -11/+79 |
| 2016-08-28 | fix tidy error | Jorge Aparicio | -1/+1 |
| 2016-08-28 | Auto merge of #36055 - japaric:rustbuild-no-filecheck, r=alexcrichton | bors | -3/+8 |
| 2016-08-28 | Auto merge of #36028 - japaric:s390x, r=alexcrichton | bors | -1/+1 |
| 2016-08-27 | don't update the src/jemalloc submodule is jemalloc has been disabled | Jorge Aparicio | -1/+8 |
| 2016-08-27 | don't run codegen tests when they have been disabled | Jorge Aparicio | -2/+4 |
| 2016-08-27 | rustbuild: smarter `git submodule`-ing | Jorge Aparicio | -11/+72 |
| 2016-08-27 | rustbuild: skip filecheck check if codegen tests are disabled | Jorge Aparicio | -1/+4 |
| 2016-08-27 | Fixup rustbuild on #35124 | Manish Goregaokar | -9/+2 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -1/+1 |
| 2016-08-22 | Auto merge of #35766 - brson:bump, r=alexcrichton | bors | -0/+25 |
| 2016-08-23 | Update cargo bootstrap rev and add fix for cargo#3005 | Brian Anderson | -0/+25 |
| 2016-08-18 | Add workaround to detect correct compiler version | Jonathan Turner | -1/+7 |
| 2016-08-17 | Add 'make help' for rustbuild | Simon Sapin | -0/+4 |
| 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 |