about summary refs log tree commit diff
path: root/src/libcollections/tree
AgeCommit message (Expand)AuthorLines
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-3214/+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/+4
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-4/+100
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-2/+2
2014-12-13libcollections: convert `TreeSet` binops to by valueJorge Aparicio-4/+100
2014-12-13libcollections: use unboxed closures in `TreeMap` methodsJorge Aparicio-6/+16
2014-12-13libcollections: fix unit testsJorge Aparicio-9/+18
2014-12-13libcollections: fix falloutJorge Aparicio-6/+12
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-4/+3
2014-12-10Fix inappropriate ## headingsSteve Klabnik-2/+2
2014-12-10Remove references to traits that no longer existTobias Bucher-4/+3
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-47/+47
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-4/+4
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-4/+4
2014-12-05Implement BitOps for TreeSetChase Southwood-1/+125
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-17libcollections: use BorrowFrom in TreeSet, MapAaron Turon-17/+56
2014-11-17Fix fallout from coercion removalNick Cameron-29/+29
2014-11-13Remove BTreeSet from all examples.Joseph Crail-4/+4
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-158/+181
2014-11-05Fix testsJorge Aparicio-7/+7
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+2904