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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
compile.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-23
Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
Alex Crichton
-1
/
+1
2019-09-23
Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`
Alex Crichton
-2
/
+6
2019-09-23
Allow adding `RUSTFLAGS` after `Builder::cargo`
Alex Crichton
-13
/
+12
2019-09-05
Better way of conditioning the sanitizer builds
Ximin Luo
-0
/
+1
2019-08-28
Fix build src/libtest
Yuki Okushi
-1
/
+1
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-136
/
+3
2019-08-17
Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
Mazdak Farrokhzad
-0
/
+3
2019-08-16
Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton
bors
-34
/
+1
2019-08-15
Modify librustc_llvm to pass -DNDEBUG while compiling.
Joel Galenson
-0
/
+3
2019-08-14
Update error-format to match new Cargo flags for pipelining
Alex Crichton
-14
/
+6
2019-08-13
Utilize -Zbinary-dep-depinfo for dependency tracking
Mark Rousskov
-34
/
+1
2019-07-25
bootstrap: Build startup object for all windows-gnu target
Hugo Beauzée-Luyssen
-1
/
+1
2019-07-25
rustc: codegen: Build import library for all windows targets
Hugo Beauzée-Luyssen
-0
/
+1
2019-07-15
ci: Remove Travis/AppVeyor configuration
Alex Crichton
-4
/
+0
2019-06-10
Pass LLVM linker flags to librustc_llvm build
Petr Hosek
-0
/
+4
2019-06-05
Utilize cfg(bootstrap) over cfg(stage0)
Mark Rousskov
-1
/
+1
2019-05-30
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
bors
-13
/
+16
2019-05-28
rustbuild: Tweak how stage1 compilers are selected
Alex Crichton
-13
/
+16
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-1
/
+23
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-7
/
+0
2019-05-22
Bump compiler-builtins to 0.1.15
Alex Crichton
-1
/
+28
2019-05-17
Update the compiler_builtins crate
Alex Crichton
-1
/
+1
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-1
/
+2
2019-04-12
Revert PR #59401 to fix issue #59652 (a stable-to-beta regression).
Felix S. Klock II
-4
/
+0
2019-03-31
Fix custom relative libdir.
O01eg
-4
/
+4
2019-03-29
Add a new wasm32-unknown-wasi target
Alex Crichton
-0
/
+13
2019-03-25
compile all crates under test w/ -Zemit-stack-sizes
Jorge Aparicio
-0
/
+4
2019-03-05
Bootstrap changes
John Kåre Alsaker
-19
/
+55
2019-02-25
bootstrap: deny(rust_2018_idioms)
Taiki Endo
-47
/
+66
2019-02-10
rustc: doc comments
Alexander Regueiro
-4
/
+4
2019-01-28
Use multiple threads by default. Limits tests to one thread. Do some renaming.
John Kåre Alsaker
-2
/
+2
2019-01-26
Workaround presence of LLVM library in stage0/lib
Mark Rousskov
-0
/
+1
2019-01-13
Adding Build automation for x86_64-fortanix-unknown-sgx
Vardhan Thigle
-20
/
+33
2019-01-07
Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton
Pietro Albini
-0
/
+3
2019-01-05
Provide the option to use libc++ even on all platforms
Petr Hosek
-0
/
+3
2019-01-02
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-41
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister"
kennytm
-8
/
+41
2018-12-17
bootstrap: Link LLVM as a dylib with ThinLTO
Alex Crichton
-41
/
+8
2018-12-15
Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum
bors
-5
/
+5
2018-12-14
std: Activate compiler_builtins `mem` feature for no_std targets
Alex Crichton
-1
/
+3
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-3
/
+2
2018-12-10
bootstrap: fix edition
ljedrz
-5
/
+5
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-10
/
+9
2018-11-18
Rollup merge of #55867 - RalfJung:dont-panic, r=Mark-Simulacrum
Pietro Albini
-2
/
+2
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-11
do not panic just because cargo failed
Ralf Jung
-2
/
+2
2018-11-04
Update llvm-emscripten
Nikita Popov
-1
/
+1
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-15
/
+1
2018-10-26
bootstrap: clean up a few clippy findings
Matthias Krüger
-5
/
+5
[next]