summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-3/+15
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-3/+15
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2
2015-01-06More test fixesAlex Crichton-4/+4
2015-01-06Fix misspelled comments.Joseph Crail-2/+2
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 #20593: nikomatsakis/unused-tps-in-implAlex Crichton-1/+2
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-5/+5
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-1/+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-05Revert "Remove i suffix in docs"Alex Crichton-10/+10
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-15/+15
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-10/+10
2015-01-06FalloutNick Cameron-17/+17
2015-01-05Remove i suffix in docsSteve Klabnik-10/+10
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-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03collections: fix falloutJorge Aparicio-0/+28
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2015-01-03collections: fix falloutJorge Aparicio-42/+72
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-18/+36
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-18/+36
2015-01-02std: Stabilize the prelude moduleAlex Crichton-14/+22
2014-12-31stabilize more of collectionsAlexis Beingessner-42/+85
2014-12-31Test fixes and rebase conflictsAlex Crichton-4/+4
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-33/+33
2014-12-30Fallout from stabilizationAaron Turon-33/+33
2014-12-30rollup merge of #20316: seanmonstar/patch-1Alex Crichton-15/+16
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-29collections: use Unique in btree::NodeSean McArthur-15/+16
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+3
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-73/+73
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/+3
2014-12-22Added missing renames:Florian Wilkens-47/+47
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-26/+26
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-96/+0
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+3
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-39/+49