about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2017-08-04Use LLVM_LINK_LLVM_DYLIB only on linux-gnu and apple-darwinJosh Stone-2/+2
2017-08-03Exclude Windows from LLVM_LINK_LLVM_DYLIBJosh Stone-1/+9
2017-07-31Link LLVM tools dynamicallyJosh Stone-0/+1
2017-07-30rustbuild: Remove `--enable-llvm-clean-rebuild`Alex Crichton-3/+0
2017-07-29rustbuild: Enable building LLVMAlex Crichton-0/+4
2017-07-28rustbuild: Tweak how we cross-compile LLVMAlex Crichton-0/+8
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-8/+3
2017-07-20Remove step.rs commentsMark Simulacrum-18/+1
2017-07-20Implement available paths list.Mark Simulacrum-7/+7
2017-07-20Require should_run to be implemented.Mark Simulacrum-0/+4
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-22/+25
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+3
2017-07-20Fixes warnings and errors introduced while moving code aroundMark Simulacrum-2/+3
2017-07-20Change code to work with the new systemMark Simulacrum-2/+16
2017-07-20Move code into Step trait implementations.Mark Simulacrum-288/+324
2017-07-20Move rule configs out of stepMark Simulacrum-0/+15
2017-07-04Use build.build instead of build.config.buildMark Simulacrum-4/+4
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-1/+1
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+6
2017-06-02Reduce sccache log level.Mark Simulacrum-1/+1
2017-06-02ci: Improve log output (mainly Travis).kennytm-0/+2
2017-05-13Pass static crt to llvm cmake configurationLiran Ringel-0/+1
2017-05-05bootstrap: openssl android supportMarco A L Barbosa-0/+17
2017-04-27appveyor: Use Ninja/sccache on MSVCAlex Crichton-9/+44
2017-04-27Auto merge of #41567 - arielb1:rollup, r=arielb1bors-1/+1
2017-04-26Make sure openssl compiles with only one coreAidan Hobson Sayers-1/+1
2017-04-26Enable building the LLVM Hexagon targetMichael Wu-1/+1
2017-04-11Make sccache a bit quieterAidan Hobson Sayers-1/+1
2017-03-20travis: Don't set `RUST_LOG` globallyAlex Crichton-0/+5
2017-03-15rustbuild: Retry downloads of OpenSSL sourceAlex Crichton-3/+18
2017-03-12Allow cleaning llvm build dir to failAlex Crichton-1/+1
2017-03-12rustbuild: Add option for enabling partial LLVM rebuildsVadim Petrochenkov-13/+10
2017-03-09rustbuild: expose LLVM_PARALLEL_LINK_JOBSRobin Kruppe-0/+6
2017-03-04Do not purge LLVM build directory on rebuildVadim Petrochenkov-15/+21
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-0/+93
2017-02-15rustc: Link statically to the MSVCRTAlex Crichton-0/+6
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-1/+2
2016-12-29Merge branch 'rustbuild-llvm-targets' of https://github.com/xen0n/rust into r...Alex Crichton-2/+7
2016-12-29rustbuild: allow overriding list of LLVM targets to buildWang Xuerui-2/+7
2016-12-26PTX supportJorge Aparicio-1/+1
2016-12-19enable LLVM's SPARC backendJorge Aparicio-1/+1
2016-12-14rustbuild: Add sccache supportAlex Crichton-3/+3
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-1/+13
2016-11-12oops, forgot to commit a rustbuild related fileJorge Aparicio-1/+2
2016-11-10rustbuild: support RelWithDebInfo for llvmTim Neumann-1/+8
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-9/+16
2016-09-30Configure LLVM to use js backendJan-Erik Rediger-1/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-396/+1
2016-08-26initial support for s390xJorge Aparicio-1/+1
2016-07-24Follow-up to 1afb17ed5f9206e1e04c5d72ea724c5fadadd46cAlan Somers-1/+3