about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2016-05-22mk: Add --enable-local-rebuild to bootstrap from the current releaseJosh Stone-0/+11
2016-05-07Add armv7-linux-androideabi target.Nerijus Arlauskas-1/+12
2016-04-29configure: Add a sanity check for tarballs without submodulesBrian Anderson-0/+13
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-0/+13
2016-04-22configure: Move --disable-option-checking to a more appropriate locationGuillaume Bonnet-1/+1
2016-04-22configure: Support --disable-option-checkingGuillaume Bonnet-2/+6
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-0/+13
2016-04-07Rollup merge of #32731 - alexcrichton:known-bootstrap-key, r=brsonManish Goregaokar-12/+0
2016-04-04mk: Hardcode the bootstrap key for each releaseAlex Crichton-12/+0
2016-04-03mk: Add configure option for disabling codegen testsAlex Crichton-1/+4
2016-03-29mk: A few build fixes for i586-pc-windows-msvcAlex Crichton-1/+1
2016-03-24configure: update required LLVM versionDoug Goldstein-2/+2
2016-03-22Added version 7.3* for Apple's clang compilerituxbag-1/+1
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-0/+3
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-30/+1
2016-02-20Auto merge of #31620 - alexcrichton:fix-out-of-tree-builds, r=brsonbors-81/+85
2016-02-13configure: require Python 2.7Robin Kruppe-3/+3
2016-02-12rustbuild: Don't make any directories when enabledAlex Crichton-81/+85
2016-02-11configure: Add an option to use the cargo build systemAlex Crichton-3/+15
2016-02-11configure: Remove default NDK path valueAlex Crichton-1/+1
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+6
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-3/+3
2016-01-31Add Illumos supportNikita Baksalyar-0/+13
2016-01-31Auto merge of #31298 - japaric:mips-musl, r=alexcrichtonbors-1/+1
2016-01-29configure: Remove compatibility hacks for windows triplesBrian Anderson-14/+0
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-1/+1
2016-01-26Implement the translation item collector.Michael Woerister-0/+1
2016-01-24fix condition for clangmopp-1/+1
2016-01-21configure: Do not generate two stage0 rustlib dirs when --libdir is setGuillaume Bonnet-1/+7
2016-01-20Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brsonbors-1/+8
2016-01-20Downgrade bundled jemalloc versionAlex Crichton-1/+8
2016-01-18Enumerate acceptable clang versionsMartin-1/+1
2016-01-18Allow clang 7.x in configurationMartin-1/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-4/+9
2015-12-29configure: Add --extra-filename flagBrian Anderson-0/+1
2015-12-23Rollup merge of #30251 - nodakai:patch-1, r=pnkfelixSteve Klabnik-8/+11
2015-12-23Auto merge of #30353 - alexcrichton:rpath-by-default, r=brsonbors-1/+1
2015-12-22configure: test $SHELL's permissionKai Noda-8/+11
2015-12-19Add PNaCl target info to the makefile target cfgs and initialize the PNaCl ta...Richard Diamond-1/+8
2015-12-13Better support for `--llvm-root`.Richard Diamond-1/+9
2015-12-12configure: Enable -C rpath by defaultAlex Crichton-1/+1
2015-12-01Auto merge of #29858 - fhahn:abort-if-path-has-spaces, r=brsonbors-0/+10
2015-11-20Set CFLAGS/LDFLAGS/etc according to Debian policyAngus Lees-4/+5
2015-11-16Abort configure if source path contains spaces, closes #18477Florian Hahn-0/+10
2015-11-04Auto merge of #29478 - angelsl:msvc2, r=alexcrichtonbors-19/+27
2015-11-04Build compiler-rt/builtins with MSVCangelsl-19/+27
2015-10-31Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi...Vadim Chugunov-17/+3
2015-10-30Revert "Build compiler-rt/builtins with MSVC"Alex Crichton-27/+19
2015-10-28Build compiler-rt/builtins with MSVCangelsl-19/+27
2015-10-05Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichtonbors-0/+1