about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+25
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-38/+29
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-07markers -> markerNick Cameron-13/+13
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-12/+12
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+25
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-13/+13
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-11/+7
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-27/+22
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-14/+14
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+3
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-18/+18
2015-01-05rollup merge of #20581: apasel422/extendAlex Crichton-2/+2
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-2/+4
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-14/+14
2015-01-06FalloutNick Cameron-20/+20
2015-01-05Remove i suffix in docsSteve Klabnik-14/+14
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+1
2015-01-05register snapshotJorge Aparicio-26/+0
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+3
2015-01-05remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` implAndrew Paseltiner-2/+2
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-33/+61
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-33/+61
2015-01-03Remove deprecated functionalityAlex Crichton-148/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-13/+13
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-5/+5
2015-01-03std: fix falloutJorge Aparicio-0/+30
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2015-01-03std: fix falloutJorge Aparicio-23/+61
2015-01-03Improve `make_hash` functionAndrea Canciani-8/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-9/+9
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-9/+9
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+5
2014-12-31stabilize more of collectionsAlexis Beingessner-43/+83
2014-12-31Test fixes and rebase conflictsAlex Crichton-6/+6
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+50
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+50
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-11/+11
2014-12-29rollup merge of #20214: bluss/fix-hashmap-exampleAlex Crichton-10/+18
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-4/+5
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-4/+4