rust/src/libcollections
Tobias Bucher 67ae3a49e4 Clean up libcollections::VecMap
- Introduce a named type for the return type of `VecMap::move_iter`
- Rename all type parameters to `V` for "Value".
- Remove unnecessary call to an `Option::unwrap`, use pattern matching instead.
- Remove incorrect `Hash` implementation which took the `VecMap`'s capacity
  into account.

This is a [breaking-change], however whoever used the `Hash` implementation
relied on an incorrect implementation.
2014-12-09 18:20:20 +01:00
..
btree Fallout from stabilization 2014-11-25 17:41:54 -08:00
hash /*! -> //! 2014-11-26 16:50:14 -08:00
tree Fallout from deprecation 2014-11-17 11:26:48 -08:00
trie Implement union, intersection, and difference functions for TrieSet. 2014-11-25 02:15:28 -06:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
binary_heap.rs Pop on binary heaps does not have constant time complexity. 2014-12-01 18:12:48 -08:00
bit.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
dlist.rs Fix fallout 2014-12-03 10:41:48 -05:00
enum_set.rs Fix fallout 2014-12-03 10:41:48 -05:00
lib.rs Remove special casing for some meta attributes 2014-11-26 11:44:45 -08:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs More test fixes and rebase conflicts! 2014-11-26 18:10:57 -08:00
slice.rs rollup merge of #19287: alexcrichton/issue-19272 2014-11-26 16:49:36 -08:00
str.rs Deprecate Equiv 2014-12-03 10:41:48 -05:00
string.rs Deprecate Equiv 2014-12-03 10:41:48 -05:00
vec.rs Deprecate Equiv 2014-12-03 10:41:48 -05:00
vec_map.rs Clean up libcollections::VecMap 2014-12-09 18:20:20 +01:00