about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2014-11-23rollup merge of #19161: jmesmon/mk-fixesJakub Bukaj-5/+0
2014-11-23fix for PR#16552 implementation on windows: CFG_LIBDIR should be always set i...Jauhien Piatlicki-10/+14
2014-11-22auto merge of #19117 : jmesmon/rust/mk-cfg-suffix, r=cmrbors-1/+4
2014-11-21auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichtonbors-2/+21
2014-11-20configure: silence warning about LOCAL_RUST_ROOT being setCody P Schafer-5/+0
2014-11-19mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~...Cody P Schafer-1/+4
2014-11-18New guide: error handlingSteve Klabnik-0/+1
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-2/+21
2014-11-07Do not put double quotes around empty variables.Vitali Haravy-1/+6
2014-11-06Correct building documenation with Pandoc and TeX on Windows.Vitali Haravy-3/+3
2014-11-05Properly escape paths to executables. Fixes #18632.Vitali Haravy-3/+15
2014-11-04Implement flexible target specificationCorey Richardson-15/+42
2014-10-28auto merge of #18192 : jmesmon/rust/platform-generic, r=alexcrichtonbors-1/+1
2014-10-27rollup merge of #18251 : steveklabnik/build_module_guideAlex Crichton-0/+1
2014-10-27config.mk: Added variants of `valopt`/`opt` that do not automatically `putvar`.Felix S. Klock II-39/+92
2014-10-25split platform definitions out of mk/platform.mkCody P Schafer-1/+1
2014-10-23build the crates guideSteve Klabnik-0/+1
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-9/+1
2014-10-23Add run-pass-valgrind testsNick Cameron-0/+1
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-1/+5
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