about summary refs log tree commit diff
path: root/src/libcollections/tree/map.rs
AgeCommit message (Expand)AuthorLines
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-1961/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-6/+6
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-13libcollections: use unboxed closures in `TreeMap` methodsJorge Aparicio-6/+16
2014-12-13libcollections: fix falloutJorge Aparicio-4/+8
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-23/+23
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-11-17libcollections: use BorrowFrom in TreeSet, MapAaron Turon-15/+39
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-156/+159
2014-11-05Fix testsJorge Aparicio-7/+7
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+1918