summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+6
2017-04-10Remove --enable-save-analysis configure flagNick Cameron-4/+0
2017-03-21appveyor: Use Ninja to build LLVM on MinGWAlex Crichton-3/+3
2017-03-15Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichtonbors-0/+4
2017-03-12Default llvm.clean-rebuild to falseVadim Petrochenkov-1/+1
2017-03-12rustbuild: Add option for enabling partial LLVM rebuildsVadim Petrochenkov-0/+4
2017-03-11configure: Remove --build detectionAlex Crichton-8/+7
2017-03-11rustbuild: Make save-analysis an optionTatsuyuki Ishi-0/+4
2017-03-09rustbuild: expose LLVM_PARALLEL_LINK_JOBSRobin Kruppe-0/+3
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-0/+4
2017-02-15travis: Disable source tarballs on most buildersAlex Crichton-0/+5
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-0/+4
2017-02-09Merge branch 'master' of git://github.com/rust-lang/rustMarc-Antoine Perennou-0/+13
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+4
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-3/+4
2017-02-08sanitizer supportJorge Aparicio-0/+3
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-0/+9
2017-02-06rustbuild: support setting verbosity in config.tomlMarc-Antoine Perennou-0/+2
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-0/+9
2017-01-29Bootstrap: append libjemalloc_pic.aTatsuyuki Ishi-1/+1
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-0/+19
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-0/+4
2017-01-20Fix rustbuild to work with --libdir.Matthew Dawson-0/+4
2017-01-12Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brsonbors-9/+15
2017-01-10rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+4
2016-12-30travis: Add a distcheck targetAlex Crichton-0/+6
2016-12-29Merge branch 'rustbuild-llvm-targets' of https://github.com/xen0n/rust into r...Alex Crichton-0/+3
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-0/+4
2016-12-29rustbuild: allow overriding list of LLVM targets to buildWang Xuerui-0/+3
2016-12-28rustbuild: Implement DESTDIR supportAlex Crichton-9/+15
2016-12-20Rollup merge of #38388 - redox-os:config_toml_prefix, r=alexcrichtonAlex Crichton-0/+12
2016-12-19Remove trailing whitespaceJeremy Soller-1/+1
2016-12-19Move prefix to [install] sectionJeremy Soller-2/+12
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-1/+9
2016-12-15Add prefix to config.tomlJeremy Soller-0/+2
2016-12-14rustbuild: Add sccache supportAlex Crichton-4/+29
2016-11-19Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichtonbors-0/+2
2016-11-18Auto merge of #37769 - alexcrichton:rustbuild-python, r=brsonbors-0/+7
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-0/+2
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-0/+7
2016-11-13Make LLVM debuginfo option names consistentA.J. Gardner-1/+1
2016-11-13Let rustbuild parse llvm debuginfo optionA.J. Gardner-0/+1
2016-11-12Auto merge of #37611 - Mark-Simulacrum:tari-nodejs-runner-detect, r=alexcrichtonbors-0/+2
2016-11-10compiletest: detect nodejs binary, allow overrideMark-Simulacrum-0/+2
2016-11-10rustbuild: support RelWithDebInfo for llvmTim Neumann-0/+3
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-0/+4
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-15/+23
2016-11-05Fix tests from the rollupAlex Crichton-0/+24
2016-10-31rustbuild+configure: convert unix style paths on windowsTim Neumann-14/+37
2016-10-31rustbuild+configure: improve bin/exe joiningTim Neumann-3/+5