summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Enforce Python 3 as much as possibleGuillaume Gomez2020-04-101-0/+1
* rustbuild: Rewrite the configure script in PythonAlex Crichton2017-08-271-772/+10
* rustbuild: Remove `--enable-llvm-clean-rebuild`Alex Crichton2017-07-301-1/+0
* Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhsbors2017-07-261-0/+1
|\
| * Add a disabled builder for aarch64 emulated testsAlex Crichton2017-07-241-0/+1
* | configure: allow distros to disable debuginfo-only-stdXimin Luo2017-07-171-4/+4
|/
* Make wasm32 buildbot test LLVM backendThomas Lively2017-06-221-0/+1
* Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio2017-06-041-0/+1
|\
| * Add profiling support, through the rustc -Z profile flag.whitequark2017-05-011-0/+1
* | configure: allow configuring bindirMarc-Antoine Perennou2017-05-161-0/+3
* | Remove obsolete --disable-elf-tls configure switch.Ralph Giles2017-05-021-1/+0
|/
* Add x86_64-linux-android targetMarco A L Barbosa2017-04-201-0/+2
* Remove --enable-save-analysis configure flagNick Cameron2017-04-101-1/+0
* Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors2017-03-151-0/+1
|\
| * rustbuild: Make save-analysis an optionTatsuyuki Ishi2017-03-111-0/+1
* | Default llvm.clean-rebuild to falseVadim Petrochenkov2017-03-121-0/+1
* | configure: Remove --build detectionAlex Crichton2017-03-111-202/+1
* | configure: Remove misc unused varsAlex Crichton2017-03-111-25/+0
* | configure: Remove SUPPORTED_TARGET supportAlex Crichton2017-03-111-4/+0
* | configure: Remove some lldb-specific logicAlex Crichton2017-03-111-35/+0
* | configure: Remove miscellaneous program probesAlex Crichton2017-03-111-49/+0
* | configure: Remove md5 probing logicAlex Crichton2017-03-111-14/+0
* | configure: Remove git probing logicAlex Crichton2017-03-111-11/+0
|/
* Support armhf abi on 64-bit ARM cpusXimin Luo2017-03-101-1/+1
* rustbuild: Add support for compiling CargoAlex Crichton2017-03-031-0/+1
* travis: Disable source tarballs on most buildersAlex Crichton2017-02-151-0/+1
* Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichtonbors2017-02-141-0/+1
|\
| * Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu2017-02-141-0/+1
* | Remove '--disable-rustbuild' option from configure script.Corey Farwell2017-02-121-1/+0
|/
* Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell2017-02-081-0/+1
|\
| * build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio2017-02-081-0/+1
* | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell2017-02-071-856/+2
|\ \
| * | Delete swaths of the configure scriptAlex Crichton2017-02-061-856/+2
| |/
* | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell2017-02-071-0/+1
|\ \ | |/ |/|
| * Add support for test suites emulated in QEMUAlex Crichton2017-01-291-0/+1
* | Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell2017-02-051-1/+1
|\ \ | |/ |/|
| * `aarch64` CPU type is called `arm64` on FreeBSDJean-Sébastien Pédron2017-02-031-1/+1
* | rustbuild: Start building --enable-extendedAlex Crichton2017-01-241-0/+1
|/
* travis: Pass --release-channel=nightly on deployAlex Crichton2017-01-161-1/+1
* Detect mips CPUs in ./configureXimin Luo2017-01-121-0/+12
* rustbuild: Don't enable debuginfo in rustcAlex Crichton2017-01-101-4/+9
* Reword 'stupid' and 'crazy' in docs.Clar Charr2017-01-021-1/+1
* Merge branch 'master' into sparc64Seo Sanghyeon2017-01-011-0/+1
|\
| * rustbuild: Compile rustc twice, not thriceAlex Crichton2016-12-281-0/+1
* | further enable the Sparc LLVM backendJonathan A. Kollasch2016-12-291-1/+1
|/
* Delete the llvm submodule lockfile when configuring on the botsBrian Anderson2016-12-221-0/+12
* rustbuild: Add sccache supportAlex Crichton2016-12-141-4/+17
* Fix #38251 but perhaps not BEST fix for it.Felix S. Klock II2016-12-081-1/+7
* mk: Switch rustbuild to the default build systemAlex Crichton2016-12-071-11/+28
* configure: quote variablesDoug Goldstein2016-12-021-2/+2