projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6b8d589
0eb7edf
)
Auto merge of #5249 - alexcrichton:run-rustc-less, r=matklad
author
bors
<bors@rust-lang.org>
Tue, 27 Mar 2018 13:58:26 +0000
(13:58 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 27 Mar 2018 13:58:26 +0000
(13:58 +0000)
Run `rustc` for information fewer times
Currently if you pass `--target` the same as rustc's host Cargo will run `rustc`
on extra time to learn information, but we only need to run it once to learn
such information!
1
2
src/cargo/ops/cargo_rustc/context/mod.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/cargo/ops/cargo_rustc/context/mod.rs
Simple merge