projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c157d7d
53485b0
)
Auto merge of #5231 - matklad:simplify, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 23 Mar 2018 14:33:49 +0000
(14:33 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 23 Mar 2018 14:33:49 +0000
(14:33 +0000)
Simplify `build_map`
This doesn't change semantics, but helps us not to rebuild BuildScripts
twice, and makes sure that we fail with assert if somehow we get cyclic
deps.
r? @alexcrichton
Trivial merge