| Age | Commit message (Expand) | Author | Lines |
| 2015-09-12 | Auto merge of #28340 - brson:configure, r=alexcrichton | bors | -9/+27 |
| 2015-09-11 | configure cleanup on windows | Brian Anderson | -9/+27 |
| 2015-09-10 | Auto merge of #28331 - semarie:openbsd-configure-egcc, r=alexcrichton | bors | -0/+22 |
| 2015-09-10 | disable jemalloc on OpenBSD | Sébastien Marie | -1/+4 |
| 2015-09-10 | openbsd: probe CFG_GCC egcc | Sébastien Marie | -0/+19 |
| 2015-09-09 | Fix clang too | Dong Zhou | -1/+1 |
| 2015-09-09 | Fix configure for LLVM 3.8 | Dong Zhou | -1/+1 |
| 2015-09-04 | Fix escaping in msvc builds | Diggory Blake | -4/+15 |
| 2015-08-23 | New cross target: i686-linux-android | Tim JIANG | -0/+2 |
| 2015-08-19 | rustc_back: add configure options for default linker and ar | Marc-Antoine Perennou | -0/+4 |
| 2015-08-10 | Bug #27621 - Make sure that LLVM FileCheck is available on the system | Sylvestre Ledru | -1/+2 |
| 2015-07-28 | recent changes to search for gcc/clang on freebsd and this fixes #14381 | Dave Huseby | -4/+2 |
| 2015-07-28 | Auto merge of #27173 - mark-buer:split-android-ndks, r=alexcrichton | bors | -14/+21 |
| 2015-07-28 | Splits Android NDK path configuration. | Mark Buer | -14/+21 |
| 2015-07-27 | Auto merge of #27250 - alexcrichton:ucrt, r=brson | bors | -3/+18 |
| 2015-07-26 | Standardize on non-zero checks for configure | Steven Stewart-Gallus | -25/+25 |
| 2015-07-23 | configure: Add support for VS 2015 | Alex Crichton | -3/+18 |
| 2015-07-20 | fix `configure`: allow both `--enable-debug` and `--disable-debuginfo` | Felix S. Klock II | -4/+17 |
| 2015-07-16 | Rollup merge of #27028 - Gankro:travis, r=alexcrichton | Manish Goregaokar | -11/+23 |
| 2015-07-15 | Ratchet up travis to build stage1 and our own LLVM. | Alexis Beingessner | -11/+23 |
| 2015-07-13 | verify Apple LLVM versions independently, since the "based on LLVM" version i... | Ryan Pendleton | -23/+38 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -0/+4 |
| 2015-06-27 | mk: Add support for i686-pc-windows-msvc | Alex Crichton | -13/+47 |
| 2015-06-24 | stupid missing dollar sign | Dave Huseby | -1/+1 |
| 2015-06-24 | adding fallback to clang if gcc not available | Dave Huseby | -10/+12 |
| 2015-06-24 | allowing fallback to clang on freebsd when needed | Dave Huseby | -0/+10 |
| 2015-06-24 | support llvm version 3.7 in configure | Sébastien Marie | -1/+1 |
| 2015-06-22 | Put CFG_BUILD triples into CFG_HOST triples. | OGINO Masanori | -0/+8 |
| 2015-06-13 | mk: Build crates with relative paths to rustc | Ulrik Sverdrup | -0/+2 |
| 2015-06-03 | configure: Fix LLVM output dir on MSVC | Alex Crichton | -10/+15 |
| 2015-06-03 | Auto merge of #25984 - Manishearth:rollup, r=Manishearth | bors | -8/+4 |
| 2015-06-03 | Rollup merge of #25971 - richo:configurable-python, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-06-03 | Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichton | Manish Goregaokar | -7/+0 |
| 2015-06-03 | Auto merge of #25938 - wca:fix-clang-check-compatibility, r=alexcrichton | bors | -4/+6 |
| 2015-06-02 | configure: Allow specifying your python with --python | Richo Healey | -1/+4 |
| 2015-06-01 | Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson | bors | -0/+1 |
| 2015-05-30 | remove duplicate "don't" | Andrew Foote | -1/+1 |
| 2015-05-28 | std: Add an option to disable ELF based TLS | Alex Crichton | -0/+1 |
| 2015-05-26 | Remove redundant compiler check. Allow CC override | Kubilay Kocak | -5/+0 |
| 2015-05-23 | Use case..esac instead of [[. | Will Andrews | -4/+6 |
| 2015-05-23 | Don't force FreeBSD to use clang. | Will Andrews | -7/+0 |
| 2015-05-23 | Rollup merge of #25722 - nickdesaulniers:configureClang37, r=brson | Oliver Schneider | -1/+1 |
| 2015-05-22 | allow clang 3.7 to be used when configuring Fixes #25720 | Nick Desaulniers | -1/+1 |
| 2015-05-22 | configure: Fix printing of commands from `run` | Geoffrey Thomas | -1/+1 |
| 2015-05-22 | configure: Clarify error message about missing dependencies | Geoffrey Thomas | -2/+2 |
| 2015-05-20 | use posix command to extract first 8 chars | Sébastien Marie | -2/+2 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -10/+98 |
| 2015-05-19 | mk: Enable building LLVM targeting MSVC | Alex Crichton | -1/+33 |
| 2015-05-19 | configure: Start adding MSVC support | Alex Crichton | -5/+60 |
| 2015-05-14 | Auto merge of #25208 - lfairy:version-hash, r=brson | bors | -2/+16 |