about summary refs log tree commit diff
path: root/src/libstd/collections/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-0/+7
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-2/+2
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+5
2015-01-03Remove deprecated functionalityAlex Crichton-8/+0
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-26/+13
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-14/+27
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-10-06library-level docs for collectionsAlexis Beingessner-3/+317
2014-09-27complete btree rewriteAlexis Beingessner-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+4
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+25