rust/src/libstd/collections/hash
Piotr Czarnecki b82624bf20 std: Change the behavior of reserve for HashMap.
HashMap's `reserve` method now takes as an argument the *extra* space
to reserve.

[breaking-change]
2014-11-30 22:52:11 +01:00
..
bench.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
map.rs std: Change the behavior of reserve for HashMap. 2014-11-30 22:52:11 +01:00
mod.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
set.rs std: Remove implicit shrinking from hash_map. 2014-11-30 22:52:10 +01:00
table.rs rollup merge of #19038: jayelm/fixed-typos 2014-11-18 00:24:08 +01:00