summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-6/+20
2017-07-04Clippy lintsMark Simulacrum-1/+1
2017-07-04Clean up and restructure sanity checking.Mark Simulacrum-0/+1
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively-0/+3
2017-06-20Fixes bootstrapping with custom cargo/rustc.Mark Simulacrum-2/+8
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+3
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-05-20Auto merge of #42069 - QuietMisdreavus:low_pri, r=alexchrichtonbors-0/+3
2017-05-16Add an option to run rustbuild on low priorityJohn Kåre Alsaker-0/+3
2017-05-16rustbuild: allow configuring sysconfdirMarc-Antoine Perennou-0/+6
2017-05-16rustbuild: allow configuring bindirMarc-Antoine Perennou-2/+8
2017-05-07bootstrap: Output name of failed config in case of errorsDennis Schridde-1/+1
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
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