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
/
bin
/
rustc.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-23
Add some FIXME for future Cargo issues
Alex Crichton
-0
/
+6
2019-09-23
Move handling of `-Cprefer-dynamic` into `builder.rs`
Alex Crichton
-7
/
+0
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-15
/
+0
2019-09-23
Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
Alex Crichton
-4
/
+0
2019-09-23
Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`
Alex Crichton
-19
/
+1
2019-09-23
Move debuginfo level handling to `builder.rs`
Alex Crichton
-4
/
+0
2019-09-23
Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs
Alex Crichton
-4
/
+0
2019-09-23
Move handling of `codegen-units` to `builder.rs`
Alex Crichton
-4
/
+0
2019-09-23
Move handling of internal lints to `build.rs`
Alex Crichton
-15
/
+0
2019-09-23
Move handling of some warnings to `builder.rs`
Alex Crichton
-5
/
+0
2019-09-23
Move handling of `-Dwarnings` to `builder.rs`
Alex Crichton
-3
/
+0
2019-09-23
bootstrap: Remove need for `RUSTC_RPATH` variable
Alex Crichton
-48
/
+0
2019-09-23
bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`
Alex Crichton
-7
/
+2
2019-09-23
bootstrap: Remove need for RUSTC_SAVE_ANALYSIS
Alex Crichton
-9
/
+0
2019-09-23
bootstrap: Remove usage of `RUSTC_TARGET_LINKER`
Alex Crichton
-5
/
+0
2019-09-23
bootstrap: Move `-Zdual-proc-macros` to `builder.rs`
Alex Crichton
-6
/
+0
2019-09-23
bootstrap: Move `-Zexternal-macro-backtrace` to builder
Alex Crichton
-2
/
+0
2019-09-23
bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim
Alex Crichton
-2
/
+0
2019-09-23
bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`
Alex Crichton
-17
/
+1
2019-09-04
Ensure all warnings are emitted even on warnings=warn
Mark Rousskov
-6
/
+7
2019-08-27
rustbuild: allow disabling deny(warnings) for bootstrap
Marc-Antoine Perennou
-5
/
+3
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-2
/
+2
2019-08-17
Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum
Mazdak Farrokhzad
-2
/
+7
2019-08-17
Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichton
Mazdak Farrokhzad
-4
/
+4
2019-08-16
rustbuild: work around the stdarch cfg(bootstrap) bug.
Eduard-Mihai Burtescu
-2
/
+7
2019-08-14
Remap debuginfo for all crates.
Joel Galenson
-13
/
+3
2019-08-14
Remap paths for proc-macro crates.
Joel Galenson
-0
/
+10
2019-08-14
Update error-format to match new Cargo flags for pipelining
Alex Crichton
-12
/
+0
2019-08-14
Disable --cfg bootstrap in libcore
Mark Rousskov
-1
/
+5
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-4
/
+1
2019-08-08
Miri test: call 'cargo miri test' and use the sysroot it has set up
Ralf Jung
-2
/
+5
2019-08-08
bootstrap: get rid of TEST_MIRI env var
Ralf Jung
-14
/
+0
2019-07-28
Fix `cfg(parallel_compiler)` mode
Vadim Petrochenkov
-0
/
+2
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-1
/
+2
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+2
2019-07-07
Address review comments
Vadim Petrochenkov
-2
/
+4
2019-07-06
rustbuild: Cleanup global lint settings
Vadim Petrochenkov
-37
/
+29
2019-06-24
Use symbols in lint tool list
flip1995
-5
/
+6
2019-06-24
Turn internal lints into tool lints
flip1995
-2
/
+6
2019-06-24
Rename internal -> rustc::internal
flip1995
-1
/
+3
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+7
2019-06-12
Add a RUSTC_TIME env var to time rust crates during bootstrap
John Kåre Alsaker
-4
/
+16
2019-06-05
Utilize cfg(bootstrap) over cfg(stage0)
Mark Rousskov
-2
/
+6
2019-05-24
rustbuild: Simplify debuginfo configuration
Vadim Petrochenkov
-5
/
+4
2019-05-02
Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton
bors
-0
/
+1
2019-04-25
when testing Miri, compile libstd for Miri
Ralf Jung
-0
/
+1
2019-04-20
Deny rust_2018_idioms globally
Philipp Hansch
-0
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-3
/
+1
2019-04-12
Revert PR #59401 to fix issue #59652 (a stable-to-beta regression).
Felix S. Klock II
-27
/
+0
2019-04-03
Add unstable-options flag to stage!=0
flip1995
-0
/
+5
[next]