summary refs log tree commit diff
path: root/src/libcollections/btree/set.rs
AgeCommit message (Expand)AuthorLines
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-06More test fixesAlex Crichton-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-10/+10
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-2/+2
2015-01-06FalloutNick Cameron-2/+2
2015-01-05Remove i suffix in docsSteve Klabnik-10/+10
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2015-01-03collections: fix falloutJorge Aparicio-12/+25
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+7
2014-12-31stabilize more of collectionsAlexis Beingessner-22/+42
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+1
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+1
2014-12-22Added missing renames:Florian Wilkens-18/+18
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-20/+20
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-96/+0
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+1
2014-12-19Register new snapshotsAlex Crichton-96/+0
2014-12-19Work around #19982 by rewriting test impls to not use anonymousNiko Matsakis-2/+2
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Use wrapper structs for `BTreeSet`'s iterators.Chase Southwood-7/+29
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-0/+96
2014-12-15rollup merge of #19802: jbranchaud/add-btreeset-new-doctestBrian Anderson-0/+8
2014-12-15rollup merge of #19771: jbranchaud/add-btreeset-iter-doctestsBrian Anderson-0/+26
2014-12-13libcollections: convert `BTreeSet` binops to by valueJorge Aparicio-0/+96
2014-12-13libcollections: fix unit testsJorge Aparicio-9/+18
2014-12-13libcollections: fix falloutJorge Aparicio-2/+5
2014-12-12Add a doctest for BTreeSet::new.jbranchaud-0/+8
2014-12-12Add doctests for `iter` and `into_iter` for BTreeSet.jbranchaud-0/+26
2014-12-12auto merge of #19514 : jbranchaud/rust/add-btree-set-bitor, r=Gankrobors-1/+84
2014-12-11Add an implementation of the BitOps for BTreeSets.jbranchaud-1/+84
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-13/+13
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-05Add doctests for union, diff, sym_diff, and intersection.jbranchaud-0/+66
2014-11-17libcollections: generalize BTree* to use BorrowFromAaron Turon-2/+11
2014-11-17Fix fallout from coercion removalNick Cameron-29/+29
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-3/+22
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-21/+141
2014-10-05flesh out BTree docsAlexis Beingessner-0/+5
2014-09-27complete btree rewriteAlexis Beingessner-0/+433