rust/src/libcollections
Alexis Beingessner cf3b2e4fe6 Implement low-hanging fruit of collection conventions
* Renames/deprecates the simplest and most obvious methods
* Adds FIXME(conventions)s for outstanding work
* Marks "handled" methods as unstable

NOTE: the semantics of reserve and reserve_exact have changed!
Other methods have had their semantics changed as well, but in a
way that should obviously not typecheck if used incorrectly.

Lots of work and breakage to come, but this handles most of the core
APIs and most eggregious breakage. Future changes should *mostly* focus on
niche collections, APIs, or simply back-compat additions.

[breaking-change]
2014-11-06 12:25:44 -05:00
..
btree Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
hash collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
tree Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
trie Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
binary_heap.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
bit.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
dlist.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
enum_set.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
lib.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
slice.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
str.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
string.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
vec.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
vec_map.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00