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
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-23
Move handling of internal lints to `build.rs`
Alex Crichton
-0
/
+8
2019-09-23
Move handling of some warnings to `builder.rs`
Alex Crichton
-2
/
+10
2019-09-23
Move handling of `-Dwarnings` to `builder.rs`
Alex Crichton
-2
/
+2
2019-09-23
bootstrap: Remove need for `RUSTC_RPATH` variable
Alex Crichton
-1
/
+48
2019-09-23
bootstrap: Handle target-specific cargo env vars
Alex Crichton
-2
/
+12
2019-09-23
bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`
Alex Crichton
-1
/
+5
2019-09-23
bootstrap: Remove need for RUSTC_SAVE_ANALYSIS
Alex Crichton
-17
/
+20
2019-09-23
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
Alex Crichton
-1
/
+2
2019-09-23
bootstrap: Move `-Zdual-proc-macros` to `builder.rs`
Alex Crichton
-1
/
+1
2019-09-23
bootstrap: Move `-Zexternal-macro-backtrace` to builder
Alex Crichton
-0
/
+2
2019-09-23
bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim
Alex Crichton
-1
/
+2
2019-09-23
bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`
Alex Crichton
-18
/
+0
2019-09-23
bootstrap: Add a helper for managing RUSTFLAGS
Alex Crichton
-17
/
+34
2019-09-10
Locate rustc binary similarly to codegen backend loading
Mark Rousskov
-0
/
+2
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-9
/
+3
2019-08-21
Run Clippy without json-rendered flag
Mateusz Mikuła
-2
/
+1
2019-08-20
Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril
bors
-7
/
+13
2019-08-20
Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichton
Mazdak Farrokhzad
-7
/
+13
2019-08-19
Don't use stage naming in RUSTFLAGS environment variables
Mark Rousskov
-5
/
+5
2019-08-16
Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton
bors
-65
/
+22
2019-08-14
Update error-format to match new Cargo flags for pipelining
Alex Crichton
-3
/
+0
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+1
2019-08-13
Utilize -Zbinary-dep-depinfo for dependency tracking
Mark Rousskov
-65
/
+22
2019-08-08
remove test-miri flag from bootstrap
Ralf Jung
-9
/
+0
2019-08-08
bootstrap: get rid of TEST_MIRI env var
Ralf Jung
-1
/
+0
2019-08-07
Fix double resolving custom libdir
O01eg
-7
/
+13
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-3
/
+0
2019-07-06
add ./x.py test src/doc/rustc-guide
André Luis Leal Cardoso Junior
-0
/
+1
2019-06-16
Separate bootstrap module
chansuke
-658
/
+1
2019-06-13
Remove unnecessary Std dependency
Mark Rousskov
-4
/
+0
2019-06-12
rustbuild: fix libtest_stamp
Marc-Antoine Perennou
-1
/
+1
2019-06-07
Clarify when we run steps with ONLY_HOSTS
Mark Rousskov
-5
/
+5
2019-05-30
Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini
bors
-51
/
+82
2019-05-28
Fixup style
Alex Crichton
-1
/
+6
2019-05-28
rustbuild: Assert extended builds don't dist too much
Alex Crichton
-13
/
+14
2019-05-28
rustbuild: Tweak how stage1 compilers are selected
Alex Crichton
-38
/
+63
2019-05-25
Add clippy and fix commands to x.py
ljedrz
-8
/
+17
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-16
/
+9
2019-05-09
remove unneeded `extern crate`s from build tools
Andy Russell
-0
/
+4
2019-05-02
Prevent dependencies between std/test/rustc unifying with each other
varkor
-4
/
+20
2019-03-31
Fix custom relative libdir.
O01eg
-1
/
+22
2019-03-29
Rollup merge of #59366 - ehuss:update-books, r=QuietMisdreavus
Mazdak Farrokhzad
-0
/
+1
2019-03-27
Update books
Eric Huss
-0
/
+1
2019-03-25
Fix two bootstrap tests
Philipp Hansch
-0
/
+2
2019-03-20
Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton
bors
-8
/
+7
2019-03-20
Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton
bors
-0
/
+1
2019-03-18
Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton
bors
-4
/
+1
2019-03-16
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
Denys Zariaiev
-2
/
+2
2019-03-16
[bootstrap] Remove llvm.enabled config
bjorn3
-4
/
+1
2019-03-14
Run RustdocUi earlier
John Kåre Alsaker
-1
/
+1
[prev]
[next]