projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
64f4dfd
6344db0
)
Auto merge of #4400 - behnam:pr4157, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 17 Aug 2017 23:09:50 +0000
(23:09 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 17 Aug 2017 23:09:50 +0000
(23:09 +0000)
[check|build|rustc] Add --all-targets option
`cargo check` does not check all targets by default, and to check all,
you need to call it `cargo check --tests --examples --bins --benches`.
Here, we implement `--all-targets` For `check`, `build`, and `rustc`.
For consitency, `--all-targets` is also added to other commands like
`test` although "all targets" is the default behavior.
This is a rebase of <https://github.com/rust-lang/cargo/pull/4157>
1
2
src/cargo/ops/cargo_compile.rs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/cargo/ops/cargo_compile.rs
Simple merge