about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2016-07-15mk: If local-rust is the same as the current version, then force a local-rebuildXimin Luo-1/+1
2016-07-11Auto merge of #33971 - bltavares:28322/default-channel-to-stable-on-tarball, ...bors-1/+11
2016-07-07llvm, rt: build using the Ninja generator if availableBen Boeckel-1/+16
2016-07-02Auto merge of #34515 - alexcrichton:more-checks, r=brsonbors-27/+30
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-1/+1
2016-06-29configure: Fix cross-compiling LLVM for realzAlex Crichton-1/+2
2016-06-27configure: Check for valid Python on MinGW as wellAlex Crichton-27/+30
2016-06-27Support CMake installations in paths containing spacesCensoredUsername-1/+1
2016-06-23Auto merge of #34055 - brson:cmake, r=alexcrichtonbors-173/+153
2016-06-21Convert makefiles to build LLVM/compiler-rt with CMakeBrian Anderson-173/+153
2016-06-20configure: Remove clang version checksAlex Crichton-31/+0
2016-06-18fix build for clang 8.0marudor-1/+1
2016-06-13Remove stray wordpetevine-1/+1
2016-06-12Use --release-channel=stable by default on releasesBruno Tavares-1/+11
2016-06-07Rollup merge of #34104 - nagisa:cfg-llvm-up, r=alexcrichtonSteve Klabnik-2/+2
2016-06-06Require LLVM 3.7Simonas Kazlauskas-2/+2
2016-06-03Unsupport wgetSeo Sanghyeon-3/+4
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