summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2014-01-07mk: Start testing the cheatsheetBrian Anderson-0/+1
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-1/+2
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-15/+17
2014-01-07Remove trailing whitespaceJan Niklas Hasse-5/+5
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-1/+2
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-2/+9
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-6/+6
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-2/+9
2014-01-01Recognize LLVM 3.4 when building on opensuse with --llvm-root specified.lyuts-1/+1
2013-12-18llvm: Disable pthread on mingwklutzy-2/+4
2013-12-16provide an error at at configure time if gcc, and g++ point to a mixture of ...Carter Tazio Schonwald-0/+21
2013-12-14Use clang instead of gcc on OS X 10.9Erick Tryzelaar-0/+13
2013-12-14Remove tabs from configure scriptErick Tryzelaar-10/+9
2013-12-02Make the ccache-free case look like the ccache case.Felix S. Klock II-4/+4
2013-11-30auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajackbors-1/+1
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+1
2013-11-30Fix double slashes in make paths.Chris Morgan-1/+1
2013-11-24llvm: Disable pthreads on mingw-w64 platformsklutzy-0/+7
2013-11-21Fix --local-rust-root option on Windowsklutzy-3/+9
2013-11-01auto merge of #10222 : nibrahim/rust/docfix, r=brsonbors-2/+4
2013-11-02Bump required pandoc version to 1.9.Noufal Ibrahim-2/+4
2013-11-01auto merge of #10220 : luqmana/rust/con, r=brsonbors-26/+0
2013-11-01configure: Remove legacy triple flags.Luqman Aden-18/+0
2013-11-01auto merge of #10203 : kud1ing/rust/ios, r=alexcrichtonbors-0/+7
2013-11-01configure: Fix passing multiple target and host triples.Luqman Aden-23/+15
2013-10-31Fix fallback configuration flagsBrian Anderson-3/+3
2013-10-31add target triple arm-apple-darwinkud1ing-0/+7
2013-10-29support for GNU configure syntax corrections: patch from brsonHeather-21/+21
2013-10-29Correct prefix / CFG_PREFIX work in configure / install.mkHeather-4/+5
2013-10-29support for GNU configure syntaxHeather-21/+50
2013-10-18Remove jemalloc from the runtimeAlex Crichton-1/+0
2013-10-16drop the linenoise libraryDaniel Micay-1/+1
2013-10-08Build libuv/jemalloc only once (not per stage)Alex Crichton-2/+6
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-1/+1
2013-09-23Disable zlib/libffi when configuring LLVMAlex Crichton-0/+2
2013-09-21Pass --disable-terminfo to LLVM's configure script. Closes #9334Brian Anderson-0/+3
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
2013-09-06Be sure to reconfigure LLVM even when relocatedAlex Crichton-1/+1
2013-09-04Move the `rt` build directory under $targetAlex Crichton-4/+3
2013-09-03Build rustllvm into $target/rustllvmAlex Crichton-3/+1
2013-09-03Move llvm into the artifacts build directoryAlex Crichton-2/+2
2013-08-25Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"Brian Anderson-2/+1
2013-08-24Don't ever compress metadataBrian Anderson-1/+0
2013-08-23Allow metadata to be not compressedBrian Anderson-1/+3
2013-08-20enable tests for the container tutorialDaniel Micay-0/+1
2013-08-19doc: add condition tutorialGraydon Hoare-0/+1
2013-08-11Allow disabling optimizations in tests onlyAlex Crichton-0/+1
2013-07-31Provide a "configure" option to disable LLVM assertionsBjörn Steinbrink-3/+11
2013-07-19auto merge of #7868 : pnkfelix/rust/issue6929-remove-bogus-sed-invoke-from-co...bors-3/+0
2013-07-18auto merge of #7847 : alexcrichton/rust/verbose-submodule, r=pnkfelixbors-6/+6