| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ↵ | Alexis Beingessner | -35/+0 | |
| re-export | ||||
| 2014-12-15 | rollup merge of #19710: steveklabnik/gh15449 | Brian Anderson | -1/+1 | |
| Fixes #15499. | ||||
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -1/+1 | |
| Fixes #15499. | ||||
| 2014-12-10 | Remove references to traits that no longer exist | Tobias Bucher | -2/+1 | |
| This specifically means: - `Deque` - `Map` - `Set` | ||||
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -1/+1 | |
| This commit handles the fallout from deprecating `_with` and `_equiv` methods. | ||||
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -0/+36 | |
| * Moves multi-collection files into their own directory, and splits them into seperate files * Changes exports so that each collection has its own module * Adds underscores to public modules and filenames to match standard naming conventions (that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet) * Renames PriorityQueue to BinaryHeap * Renames SmallIntMap to VecMap * Miscellanious fallout fixes [breaking-change] | ||||
