rust/src/libstd/collections/hash
bors ad9e759382 auto merge of #20163 : bfops/rust/master, r=Gankro
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
2015-01-05 00:26:28 +00:00
..
bench.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
map.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
mod.rs
set.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
table.rs Merge pull request #20464 from ranma42/improve-make-hash 2015-01-04 21:36:36 +00:00