summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton
2017-07-30rustbuild: Remove `--enable-llvm-clean-rebuild`Alex Crichton
2017-07-26Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhsbors
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton
2017-07-17configure: allow distros to disable debuginfo-only-stdXimin Luo
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio
2017-05-16configure: allow configuring bindirMarc-Antoine Perennou
2017-05-02Remove obsolete --disable-elf-tls configure switch.Ralph Giles
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa
2017-04-10Remove --enable-save-analysis configure flagNick Cameron
2017-03-15Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors
2017-03-12Default llvm.clean-rebuild to falseVadim Petrochenkov
2017-03-11configure: Remove --build detectionAlex Crichton
2017-03-11configure: Remove misc unused varsAlex Crichton
2017-03-11configure: Remove SUPPORTED_TARGET supportAlex Crichton
2017-03-11configure: Remove some lldb-specific logicAlex Crichton
2017-03-11configure: Remove miscellaneous program probesAlex Crichton
2017-03-11configure: Remove md5 probing logicAlex Crichton
2017-03-11configure: Remove git probing logicAlex Crichton
2017-03-11rustbuild: Make save-analysis an optionTatsuyuki Ishi
2017-03-10Support armhf abi on 64-bit ARM cpusXimin Luo
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton
2017-02-15travis: Disable source tarballs on most buildersAlex Crichton
2017-02-14Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichtonbors
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu
2017-02-12Remove '--disable-rustbuild' option from configure script.Corey Farwell
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell
2017-02-06Delete swaths of the configure scriptAlex Crichton
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell
2017-02-03`aarch64` CPU type is called `arm64` on FreeBSDJean-Sébastien Pédron
2017-01-29Add support for test suites emulated in QEMUAlex Crichton
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton
2017-01-16travis: Pass --release-channel=nightly on deployAlex Crichton
2017-01-12Detect mips CPUs in ./configureXimin Luo
2017-01-10rustbuild: Don't enable debuginfo in rustcAlex Crichton
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon
2016-12-29further enable the Sparc LLVM backendJonathan A. Kollasch
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton
2016-12-22Delete the llvm submodule lockfile when configuring on the botsBrian Anderson
2016-12-14rustbuild: Add sccache supportAlex Crichton
2016-12-08Fix #38251 but perhaps not BEST fix for it.Felix S. Klock II
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton
2016-12-02configure: quote variablesDoug Goldstein