rust/src/libstd/collections
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
..
hash std: Change the behavior of reserve for HashMap. 2014-11-30 22:52:11 +01:00
lru_cache.rs Implements Extend for EnumSet and LruCache 2014-11-08 15:02:09 +01:00
mod.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00