summary refs log tree commit diff
path: root/src/libcollections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+13
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-2/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-28/+26
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-5/+5
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-10/+10
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-18/+16
2015-01-06cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)Jorge Aparicio-2/+2
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-11/+11
2015-01-06FalloutNick Cameron-13/+13
2015-01-05register snapshotJorge Aparicio-24/+0
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-21/+45
2015-01-03Remove deprecated functionalityAlex Crichton-26/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-03collections: fix falloutJorge Aparicio-0/+28
2015-01-03collections: fix falloutJorge Aparicio-21/+36
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+4
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-8/+11
2014-12-31stabilize more of collectionsAlexis Beingessner-20/+43
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+2
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-29/+29
2014-12-22Add a doctest for the btreemap's entry method.jbranchaud-0/+24
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+2
2014-12-22Added missing renames:Florian Wilkens-29/+29
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-2/+2
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-10/+13
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-17rollup merge of #19770: csouth3/iterator-wrapperstructsAlex Crichton-6/+28
2014-12-16auto merge of #19782 : gereeter/rust/cleanup-btree-node, r=Gankrobors-124/+118
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Use wrapper structs for `BTreeMap`'s iterators.Chase Southwood-6/+28
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-13libcollections: fix falloutJorge Aparicio-4/+10
2014-12-13auto merge of #19685 : jbranchaud/rust/add-btreemap-iter-doctests, r=Gankrobors-0/+33
2014-12-12Make BTree's Handle system more generic and more powerful, removing some runt...Jonathan S-124/+118
2014-12-12auto merge of #18028 : gereeter/rust/slimmer-btree-node, r=Gankrobors-193/+275
2014-12-12Slimmify BTree by replacing its internal Node type, which previously…held t...Jonathan S-193/+275
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-10/+10
2014-12-09Add doctests for `iter_mut` and `into_iter` of BTreeMap.jbranchaud-0/+33
2014-12-09rollup merge of #19592: jbranchaud/add-btreemap-iter-doctestAlex Crichton-0/+18
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-10/+10
2014-12-05Add a doctest for BTreeMap's iter method.jbranchaud-0/+18
2014-12-05Add doctests for keys() and values() of the BTreeMap collection.jbranchaud-0/+26
2014-11-25Fallout from stabilizationAaron Turon-4/+4