| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #29478 - angelsl:msvc2, r=alexcrichton | bors | 2015-11-04 | 1 | -19/+27 |
|\ |
|
| * | Build compiler-rt/builtins with MSVC | angelsl | 2015-11-04 | 1 | -19/+27 |
* | | Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi... | Vadim Chugunov | 2015-10-31 | 1 | -17/+3 |
* | | Revert "Build compiler-rt/builtins with MSVC" | Alex Crichton | 2015-10-30 | 1 | -27/+19 |
* | | Build compiler-rt/builtins with MSVC | angelsl | 2015-10-28 | 1 | -19/+27 |
|/ |
|
* | Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichton | bors | 2015-10-05 | 1 | -0/+1 |
|\ |
|
| * | Enable and make stage0 landing pads optional | Simonas Kazlauskas | 2015-09-29 | 1 | -0/+1 |
* | | Stop probing for pandoc and xelatex, they are not used any more. | Robin Kruppe | 2015-10-01 | 1 | -28/+0 |
|/ |
|
* | Add support for the rumprun unikernel | Sebastian Wicki | 2015-09-26 | 1 | -0/+6 |
* | add support for non-standard name of stdc++ library | Sébastien Marie | 2015-09-18 | 1 | -0/+6 |
* | Auto merge of #28340 - brson:configure, r=alexcrichton | bors | 2015-09-12 | 1 | -9/+27 |
|\ |
|
| * | configure cleanup on windows | Brian Anderson | 2015-09-11 | 1 | -9/+27 |
* | | Auto merge of #28331 - semarie:openbsd-configure-egcc, r=alexcrichton | bors | 2015-09-10 | 1 | -0/+22 |
|\ \ |
|
| * | | disable jemalloc on OpenBSD | Sébastien Marie | 2015-09-10 | 1 | -1/+4 |
| * | | openbsd: probe CFG_GCC egcc | Sébastien Marie | 2015-09-10 | 1 | -0/+19 |
| |/ |
|
* | | Fix clang too | Dong Zhou | 2015-09-09 | 1 | -1/+1 |
* | | Fix configure for LLVM 3.8 | Dong Zhou | 2015-09-09 | 1 | -1/+1 |
|/ |
|
* | Fix escaping in msvc builds | Diggory Blake | 2015-09-04 | 1 | -4/+15 |
* | New cross target: i686-linux-android | Tim JIANG | 2015-08-23 | 1 | -0/+2 |
* | rustc_back: add configure options for default linker and ar | Marc-Antoine Perennou | 2015-08-19 | 1 | -0/+4 |
* | Bug #27621 - Make sure that LLVM FileCheck is available on the system | Sylvestre Ledru | 2015-08-10 | 1 | -1/+2 |
* | recent changes to search for gcc/clang on freebsd and this fixes #14381 | Dave Huseby | 2015-07-28 | 1 | -4/+2 |
* | Auto merge of #27173 - mark-buer:split-android-ndks, r=alexcrichton | bors | 2015-07-28 | 1 | -14/+21 |
|\ |
|
| * | Splits Android NDK path configuration. | Mark Buer | 2015-07-28 | 1 | -14/+21 |
* | | Auto merge of #27250 - alexcrichton:ucrt, r=brson | bors | 2015-07-27 | 1 | -3/+18 |
|\ \ |
|
| * | | configure: Add support for VS 2015 | Alex Crichton | 2015-07-23 | 1 | -3/+18 |
* | | | Standardize on non-zero checks for configure | Steven Stewart-Gallus | 2015-07-26 | 1 | -25/+25 |
|/ / |
|
* | | fix `configure`: allow both `--enable-debug` and `--disable-debuginfo` | Felix S. Klock II | 2015-07-20 | 1 | -4/+17 |
|/ |
|
* | Rollup merge of #27028 - Gankro:travis, r=alexcrichton | Manish Goregaokar | 2015-07-16 | 1 | -11/+23 |
|\ |
|
| * | Ratchet up travis to build stage1 and our own LLVM. | Alexis Beingessner | 2015-07-15 | 1 | -11/+23 |
* | | verify Apple LLVM versions independently, since the "based on LLVM" version i... | Ryan Pendleton | 2015-07-13 | 1 | -23/+38 |
|/ |
|
* | Add netbsd amd64 support | Alex Newman | 2015-07-01 | 1 | -0/+4 |
* | mk: Add support for i686-pc-windows-msvc | Alex Crichton | 2015-06-27 | 1 | -13/+47 |
* | stupid missing dollar sign | Dave Huseby | 2015-06-24 | 1 | -1/+1 |
* | adding fallback to clang if gcc not available | Dave Huseby | 2015-06-24 | 1 | -10/+12 |
* | allowing fallback to clang on freebsd when needed | Dave Huseby | 2015-06-24 | 1 | -0/+10 |
* | support llvm version 3.7 in configure | Sébastien Marie | 2015-06-24 | 1 | -1/+1 |
* | Put CFG_BUILD triples into CFG_HOST triples. | OGINO Masanori | 2015-06-22 | 1 | -0/+8 |
* | mk: Build crates with relative paths to rustc | Ulrik Sverdrup | 2015-06-13 | 1 | -0/+2 |
* | configure: Fix LLVM output dir on MSVC | Alex Crichton | 2015-06-03 | 1 | -10/+15 |
* | Auto merge of #25984 - Manishearth:rollup, r=Manishearth | bors | 2015-06-03 | 1 | -8/+4 |
|\ |
|
| * | Rollup merge of #25971 - richo:configurable-python, r=alexcrichton | Manish Goregaokar | 2015-06-03 | 1 | -1/+4 |
| |\ |
|
| | * | configure: Allow specifying your python with --python | Richo Healey | 2015-06-02 | 1 | -1/+4 |
| * | | Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichton | Manish Goregaokar | 2015-06-03 | 1 | -7/+0 |
| |\ \ |
|
| | * | | Don't force FreeBSD to use clang. | Will Andrews | 2015-05-23 | 1 | -7/+0 |
* | | | | Auto merge of #25938 - wca:fix-clang-check-compatibility, r=alexcrichton | bors | 2015-06-03 | 1 | -4/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use case..esac instead of [[. | Will Andrews | 2015-05-23 | 1 | -4/+6 |
| |/ / |
|
* | | | Auto merge of #25858 - alexcrichton:disable-os-tls, r=brson | bors | 2015-06-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | std: Add an option to disable ELF based TLS | Alex Crichton | 2015-05-28 | 1 | -0/+1 |
| |/ / |
|
* | | | remove duplicate "don't" | Andrew Foote | 2015-05-30 | 1 | -1/+1 |
| |/
|/| |
|