summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2017-09-29Rollup merge of #44320 - jakllsch:jakllsch-caf2c3d2-c939-4c4d-8c68-1aecbd570f...Mark Simulacrum-2/+2
2017-09-28Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakisbors-2/+2
2017-09-28Update to the `cc` crateAlex Crichton-2/+2
2017-09-27bootstrap: use tar -z on extractJonathan A. Kollasch-1/+1
2017-09-27bootstrap: use shasum(1) on NetBSD build hostsJonathan A. Kollasch-1/+1
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+1
2017-09-16ci: Upload/download from a new S3 bucketAlex Crichton-1/+1
2017-09-14Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-SimulacrumCorey Farwell-1/+2
2017-09-06Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e...Mark Simulacrum-0/+10
2017-09-05bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSLJonathan A. Kollasch-0/+5
2017-09-05bootstrap: add openssl config for sparc64-unknown-netbsdJonathan A. Kollasch-0/+5
2017-09-05disable gcc warningsRalf Jung-0/+1
2017-09-02update gcc crateRalf Jung-1/+1
2017-08-30bootstrap: add openssl configuration mapping for i686-unknown-netbsdJonathan A. Kollasch-0/+1
2017-08-28Explicitly run perl for OpenSSL ConfigureSamuel Holland-1/+2
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-11Build support for no llvmbjorn3-0/+6
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