about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
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
2016-07-20mk: Stop using cmake for compiler-rtAlex Crichton-74/+383
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+238