]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #20163 : bfops/rust/master, r=Gankro
authorbors <bors@rust-lang.org>
Mon, 5 Jan 2015 00:26:28 +0000 (00:26 +0000)
committerbors <bors@rust-lang.org>
Mon, 5 Jan 2015 00:26:28 +0000 (00:26 +0000)
TODOs:
  - ~~Entry is still `<'a, K, V>` instead of `<'a, O, V>`~~
  - ~~BTreeMap is still outstanding~~.
  - ~~Transform appropriate things into `.entry(...).get().or_else(|e| ...)`~~

Things that make me frowny face:
  - I'm not happy about the fact that this `clone`s the key even when it's already owned.
  - With small keys (e.g. `int`s), taking a reference seems wasteful.

r? @Gankro
cc: @cgaebel

1  2 
src/librustc/session/config.rs

Simple merge