747 Commits (a1085b19b3fa341d5b3c3914e6585e47cffc4923)
 

Author SHA1 Message Date
Alex Crichton c7d67190c6 Pass -m32 and -m64 for clang-cl 7 years ago
Alex Crichton 450f008939
Merge pull request #314 from gnzlbg/wextra 7 years ago
gnzlbg 75c8d46d8d make extra_warning_flags return an Option 7 years ago
gnzlbg 5937d2ee5c bump minor version 7 years ago
gnzlbg bda154096e add option to enable/disable -Wextra on gcc/clang 7 years ago
Alex Crichton 888986e707 Remove rustfmt builder 7 years ago
Alex Crichton eeb47508d2 Bump to 1.0.12 7 years ago
Alex Crichton 3ca629c1a7 Don't classify `clang` as MSVC 7 years ago
Alex Crichton 12c514a0fb Bump to 1.0.11 7 years ago
Alex Crichton 0575d8feb9 Run `cargo fmt` 7 years ago
Alex Crichton fb4ed895f2 Fix compile on stable 7 years ago
Alex Crichton 0b89a4072d Set env vars for clang-cl invocations 7 years ago
Alex Crichton e2188247f5 Detect `clang-cl` correctly 7 years ago
Alex Crichton 648d282d07 Bump to 1.0.10 7 years ago
Alex Crichton a4790a6255
Merge pull request #311 from tomaka/cxxstdlib 7 years ago
Pierre Krieger 69c907baff
Allow overwriting the default cpp_link_stdlib 7 years ago
Alex Crichton a2c478feba
Merge pull request #307 from mixi/master 7 years ago
Johannes Nixdorf 3bdeefd84d Pass -static depending on crt-static on linux too. 7 years ago
Alex Crichton 7fef736f9c Bump to 1.0.9 7 years ago
Alex Crichton bc21e46357 cargo fmt 7 years ago
Alex Crichton 0e405f9e62 Support CC env vars like `CC='cc -foo'` 7 years ago
Alex Crichton e416506838 Bump to 1.0.8 7 years ago
Alex Crichton 136294416f rustfmt 7 years ago
Alex Crichton e45414e5fd
Merge pull request #306 from jdm/parallel-supported-flags2 7 years ago
Josh Matthews 0b9d2c0c3d Extend critical section to encompass full supported flags check. 7 years ago
Alex Crichton 21d465ee07
Merge pull request #305 from snipsco/master 7 years ago
Mathieu Poumeyrol 6e068465b0 temporarily disable -fembed-bitcode-marker 7 years ago
Mathieu Poumeyrol 31e992ba45 add aarch64 test build 7 years ago
Alex Crichton 9768a0e106
Merge pull request #302 from neivv/msvc-opt-size 7 years ago
Markus Heikkinen 4fc5c90853 Msvc needs /O1 (which implies /Os) to generate smallest binaries 7 years ago
Alex Crichton f3a9c9cbdc Run `cargo fmt` 7 years ago
Alex Crichton 02a09e2411 Handle paths to ccache-like wrappers 7 years ago
Alex Crichton 67265c29ba Add icecc to ccache-like whitelist 7 years ago
Alex Crichton 077e65ccec Bump to 1.0.7 7 years ago
Alex Crichton 1f46f178bd Trim spaces around env vars 7 years ago
Alex Crichton a4abc51c95 Bump to 1.0.6 7 years ago
Alex Crichton 3e10a262db
Merge pull request #294 from alexcrichton/ios 7 years ago
Alex Crichton 0626263995 Some tweaks for iOS 7 years ago
Alex Crichton dc2a324495 Bump to 1.0.5 7 years ago
Alex Crichton ca96c88df3
Merge pull request #293 from SimonSapin/arg-file 7 years ago
Simon Sapin ef5d9f8a35 Pass lib.exe arguments though a file when the arg list is too long. 7 years ago
Alex Crichton f989927a5e
Merge pull request #290 from glaubitz/sparc 7 years ago
John Paul Adrian Glaubitz a3e0165d95 Add sparc-unknown-linux-gnu cross-compile target 7 years ago
Alex Crichton fac15ddbf6
Merge pull request #287 from glaubitz/powerpcspe 7 years ago
John Paul Adrian Glaubitz 1630bca4da Add powerpc-unknown-linux-gnuspe cross-compile target 7 years ago
Alex Crichton f259d26974
Merge pull request #285 from ratake/master 7 years ago
Alex Crichton 36ac1da8d3
Merge pull request #286 from makotokato/WindowsOnArm 7 years ago
ratake 9887569e12 Fix compiling C++ libraries on iOS 7 years ago
Makoto Kato 49b1541b91 Microsoft ARM/ARM64 compiler support 7 years ago
Alex Crichton c1cdf400c8
Merge pull request #284 from cuviper/rayon1 7 years ago