index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
native.rs
Age
Commit message (
Expand
)
Author
Lines
2018-02-11
Change Step to be invoked with a path when in default mode.
Mark Simulacrum
-3
/
+1
2018-02-09
rustc: Upgrade to LLVM 6
Alex Crichton
-1
/
+1
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-19
/
+56
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-5
/
+0
2018-01-11
Add i586-unknown-linux-musl target
Marco A L Barbosa
-0
/
+2
2017-11-28
*: strip calls to cc::Build::compile
Tamir Duberstein
-1
/
+1
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-4
/
+1
2017-11-04
rustbuild: Update the OpenSSL version to link
Alex Crichton
-2
/
+2
2017-10-29
Support Dragonfly when building Openssl
Michael Neumann
-0
/
+1
2017-10-24
bootstrap: Add openssl configuration for sparc64-unknown-linux-gnu
John Paul Adrian Glaubitz
-0
/
+1
2017-10-16
bootstrap: update and enable the LLVM version-check
Josh Stone
-4
/
+7
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-0
/
+7
2017-10-12
rustbuild: Make openssl download more reliable.
kennytm
-20
/
+37
2017-09-29
Rollup merge of #44320 - jakllsch:jakllsch-caf2c3d2-c939-4c4d-8c68-1aecbd570f...
Mark Simulacrum
-2
/
+2
2017-09-28
Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakis
bors
-2
/
+2
2017-09-28
Update to the `cc` crate
Alex Crichton
-2
/
+2
2017-09-27
bootstrap: use tar -z on extract
Jonathan A. Kollasch
-1
/
+1
2017-09-27
bootstrap: use shasum(1) on NetBSD build hosts
Jonathan A. Kollasch
-1
/
+1
2017-09-23
add aarch64-unknown-linux-musl target
Ben Cressey
-0
/
+1
2017-09-16
ci: Upload/download from a new S3 bucket
Alex Crichton
-1
/
+1
2017-09-14
Rollup merge of #44131 - smaeul:openssl-perl, r=Mark-Simulacrum
Corey Farwell
-1
/
+2
2017-09-06
Rollup merge of #44354 - jakllsch:jakllsch-85453197-a0cc-43f6-8c55-7bce6c4a4e...
Mark Simulacrum
-0
/
+10
2017-09-05
bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSL
Jonathan A. Kollasch
-0
/
+5
2017-09-05
bootstrap: add openssl config for sparc64-unknown-netbsd
Jonathan A. Kollasch
-0
/
+5
2017-09-05
disable gcc warnings
Ralf Jung
-0
/
+1
2017-09-02
update gcc crate
Ralf Jung
-1
/
+1
2017-08-30
bootstrap: add openssl configuration mapping for i686-unknown-netbsd
Jonathan A. Kollasch
-0
/
+1
2017-08-28
Explicitly run perl for OpenSSL Configure
Samuel Holland
-1
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-11
Build support for no llvm
bjorn3
-0
/
+6
2017-08-04
Use LLVM_LINK_LLVM_DYLIB only on linux-gnu and apple-darwin
Josh Stone
-2
/
+2
2017-08-03
Exclude Windows from LLVM_LINK_LLVM_DYLIB
Josh Stone
-1
/
+9
2017-07-31
Link LLVM tools dynamically
Josh Stone
-0
/
+1
2017-07-30
rustbuild: Remove `--enable-llvm-clean-rebuild`
Alex Crichton
-3
/
+0
2017-07-29
rustbuild: Enable building LLVM
Alex Crichton
-0
/
+4
2017-07-28
rustbuild: Tweak how we cross-compile LLVM
Alex Crichton
-0
/
+8
2017-07-20
Change make_run signature to taking a RunConfig struct for refactorability.
Mark Simulacrum
-8
/
+3
2017-07-20
Remove step.rs comments
Mark Simulacrum
-18
/
+1
2017-07-20
Implement available paths list.
Mark Simulacrum
-7
/
+7
2017-07-20
Require should_run to be implemented.
Mark Simulacrum
-0
/
+4
2017-07-20
Utilize interning to allow Copy/Clone steps
Mark Simulacrum
-22
/
+25
2017-07-20
Remove core_intrinsics feature gate
Mark Simulacrum
-0
/
+3
2017-07-20
Fixes warnings and errors introduced while moving code around
Mark Simulacrum
-2
/
+3
2017-07-20
Change code to work with the new system
Mark Simulacrum
-2
/
+16
2017-07-20
Move code into Step trait implementations.
Mark Simulacrum
-288
/
+324
2017-07-20
Move rule configs out of step
Mark Simulacrum
-0
/
+15
2017-07-04
Use build.build instead of build.config.build
Mark Simulacrum
-4
/
+4
2017-06-22
Make Build.cxx() return a Result instead of panicking
Ian Douglas Scott
-1
/
+1
2017-06-16
Add target to use LLVM wasm backend
Thomas Lively
-0
/
+6
2017-06-02
Reduce sccache log level.
Mark Simulacrum
-1
/
+1
[next]