summary refs log tree commit diff
path: root/src/bootstrap/config.rs
AgeCommit message (Expand)AuthorLines
2017-11-11Disable LLVM assertions on Nightly, enable them in "alt" builds.Simon Sapin-1/+1
2017-10-26config.toml: Add stubs for recognized-but-unused install pathsJosh Stone-0/+5
2017-10-20rustbuild: Compile rustc with ThinLTOAlex Crichton-4/+3
2017-10-16bootstrap: update and enable the LLVM version-checkJosh Stone-0/+1
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+7
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-3/+0
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-0/+15
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+4
2017-08-28use an optional bool to keep track of ignore-git setting, if not specified by...Jeremy Sorensen-1/+5
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-252/+51
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+3
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-0/+6
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-0/+4
2017-08-13Allow overriding build triple via flag.Mark Simulacrum-1/+5
2017-08-13Allow specifiying targets and hosts not in the config file.Mark Simulacrum-10/+0
2017-08-13Unify flags into config.Mark Simulacrum-12/+55
2017-08-11Move config.toml.example to the root dirSteven Fackler-1/+1
2017-08-11Build support for no llvmbjorn3-0/+4
2017-07-30rustbuild: Remove `--enable-llvm-clean-rebuild`Alex Crichton-4/+0
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+5
2017-07-20Use a single line for serde annotations.Mark Simulacrum-14/+7
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-48/+41
2017-07-20Update to toml 0.4Mark Simulacrum-31/+33
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