projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ca7c19c
1a5a387
)
Auto merge of #5252 - matklad:new-context-new, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 27 Mar 2018 18:14:32 +0000
(18:14 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 27 Mar 2018 18:14:32 +0000
(18:14 +0000)
Supply units to the context at the point of creation
This slightly reshuffles `Context` creation. The main benefit is that we know the set of units when we do `Context::new`, so we could use it to precalculate more things.
Trivial merge