| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-12 | Remove feature gate directives for `if_let`, `while_let`, and `tuple_indexing`. | Chase Southwood | -2/+0 | |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -3/+3 | |
| * 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] | ||||
| 2014-10-10 | Add tests for `while let` | John Gallagher | -0/+56 | |
