rust/src/libstd/collections/hash
Aaron Turon 80a2867ea7 libstd: Deprecate _equiv methods
This commit deprecates the `_equiv` family of methods on `HashMap` and
`HashSet` by instead generalizing the "normal" methods like `get` and
`remove` to use the new `std::borrow` infrastructure.

[breaking-change]
2014-11-17 11:26:47 -08:00
..
bench.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
map.rs libstd: Deprecate _equiv methods 2014-11-17 11:26:47 -08:00
mod.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
set.rs libstd: Deprecate _equiv methods 2014-11-17 11:26:47 -08:00
table.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00