summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2014-03-30configure: Accept LLVM 3.4.X during configurationAlex Crichton-1/+1
2014-03-30configure: Add MINGW64 OS typeklutzy-2/+8
2014-03-29auto merge of #13193 : pongad/rust/fixconfig, r=thestingerbors-2/+2
2014-03-29configure uses `command -v` instead of `which` #13147Michael Darakananda-2/+2
2014-03-28install: Verify that installed compiler runsBrian Anderson-0/+1
2014-03-25mk: Make nightlyism a configure optionBrian Anderson-0/+1
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-5/+4
2014-03-11auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichtonbors-3/+2
2014-03-09configure: Create the dist directoryBrian Anderson-1/+1
2014-03-09Bugfixes and cleanup to configure scriptBrian Anderson-6/+5
2014-03-09doc: have a real switch b/w LaTeX compilersAdrien Tétar-2/+2
2014-03-09doc: remove node.js dependencyAdrien Tétar-1/+0
2014-02-25Remove references to guide-conditionsGary M. Josack-1/+0
2014-02-20configure: Accept LLVM 3.5 for building rustAlex Crichton-2/+2
2014-02-14mk: Address review feedbackBrian Anderson-1/+1
2014-02-14mk: Improve build system help commandsBrian Anderson-0/+2
2014-02-14mk: Remove the concept of 'snapshot transitions'Brian Anderson-6/+0
2014-01-29Upgrade LLVMAlex Crichton-0/+4
2014-01-24Allow opting-out of rpath usageAlex Crichton-0/+1
2014-01-15Add a configure to disable libstd version injectionAlex Crichton-0/+2
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-7/+7
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-7/+7
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-0/+1
2014-01-09Register new snapshotsAlex Crichton-5/+0
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