summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2014-10-03auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichtonbors-0/+1
2014-10-01Add a guide to compiler pluginsKeegan McAllister-0/+1
2014-10-01Remove libuv, gypAaron Turon-10/+0
2014-09-29rollup merge of #17544 : eklitzke/masterAlex Crichton-1/+1
2014-09-29rollup merge of #17542 : brson/devchannelAlex Crichton-3/+3
2014-09-29auto merge of #17538 : brson/rust/winmk, r=alexcrichtonbors-1/+1
2014-09-25fix a misspelling in the configure scriptEvan Klitzke-1/+1
2014-09-25Use 'dev' for the release channel and version suffix when building from sourceBrian Anderson-3/+3
2014-09-25configure: Fix the compatibility code for --enable-nightlyBrian Anderson-1/+1
2014-09-19Fix detection of win32 tripleBrian Anderson-1/+1
2014-09-18configure: Remove support for i686-pc-mingw32 tripleBrian Anderson-6/+0
2014-09-17rollup merge of #17285 : brson/relchanAlex Crichton-0/+19
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-0/+19
2014-09-15add missing semicolon to fix configure on darwinJonathan Boyett-1/+1
2014-09-12Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m...Brian Anderson-0/+6
2014-09-07Allow Rust to be built with LLVM trunk (3.6).Dan Albert-1/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-0/+7
2014-08-23auto merge of #16691 : klutzy/rust/issue-15297, r=alexcrichtonbors-6/+12
2014-08-23configure: Recognize i686 build on msys2klutzy-6/+12
2014-08-22Fix LLVM version in configureJauhien Piatlicki-1/+1
2014-08-07Use system rustc if configured with --enable-local-rustGioele Barabucci-4/+12
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+4
2014-07-23configure: Add --enable-dist-host-only flagBrian Anderson-0/+2
2014-07-21lexer tests: makefile/configureCorey Richardson-0/+3
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-1/+1
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-0/+1
2014-06-24Remove the cheat sheet.Steve Klabnik-1/+0
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-1/+1
2014-06-16alloc: Allow disabling jemallocAlex Crichton-0/+2
2014-06-13remove unnecessary PaX detectionDaniel Micay-52/+0
2014-06-13configure: Don't sync unused submodulesAlex Crichton-2/+19
2014-06-12mk: Allow using a locally compiled libuv.aAlex Crichton-1/+3
2014-06-12mk: Allow usage of a local jemalloc installAlex Crichton-0/+2
2014-06-05Remove a warning (./configure: 1140: [: unexpected operator) when built with...Sylvestre Ledru-1/+1
2014-05-28Don't enable libcpp for llvm by default.Luqman Aden-2/+2
2014-05-28auto merge of #13738 : buttslol/rust/armv7-support, r=alexcrichtonbors-18/+46
2014-05-27configure: setup triples on hf arm platformsRicho Healey-0/+5
2014-05-27configure: Only use -m32 on x86-* 32 bit systemsRicho Healey-16/+36
2014-05-27configure: Move clang's libcpp out into flagRicho Healey-2/+5
2014-05-27Use clang++ for CXX when --enable-clang.OGINO Masanori-0/+1
2014-05-20Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc.Felix S. Klock II-31/+119
2014-05-10add back jemalloc to the treeDaniel Micay-0/+1
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-1/+22
2014-04-28test: Add a compile-fail-fulldeps test suiteAlex Crichton-0/+1
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton-0/+1
2014-04-17configure: Enable clang for older OSX gcc versionsAlex Crichton-19/+25
2014-04-17configure: Enable libc++ with LLVM with clangAlex Crichton-0/+2
2014-04-17Upgrade LLVMAlex Crichton-4/+0
2014-03-30configure: Accept LLVM 3.4.X during configurationAlex Crichton-1/+1
2014-03-30configure: Add MINGW64 OS typeklutzy-2/+8