about summary refs log tree commit diff
path: root/src/libcollections/tree/set.rs
AgeCommit message (Expand)AuthorLines
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-1218/+0
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-4/+100
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-1/+1
2014-12-13libcollections: convert `TreeSet` binops to by valueJorge Aparicio-4/+100
2014-12-13libcollections: fix unit testsJorge Aparicio-9/+18
2014-12-13libcollections: fix falloutJorge Aparicio-2/+4
2014-12-13auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankrobors-2/+2
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-10Remove references to traits that no longer existTobias Bucher-2/+2
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-24/+24
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-2/+2
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-05Implement BitOps for TreeSetChase Southwood-1/+125
2014-11-17libcollections: use BorrowFrom in TreeSet, MapAaron Turon-2/+17
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-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-2/+22
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+950