about summary refs log tree commit diff
path: root/src/libstd/collections/mod.rs
AgeCommit message (Expand)AuthorLines
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