summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-61/+145
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-61/+145
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-1/+2
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+10
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-36/+27
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-6/+6
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+10
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
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-25/+20
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-15/+15
2015-01-05rollup merge of #20581: apasel422/extendAlex Crichton-1/+1
2015-01-06FalloutNick Cameron-17/+17
2015-01-05register snapshotJorge Aparicio-26/+0
2015-01-05remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` implAndrew Paseltiner-1/+1
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-28/+56
2015-01-03Remove deprecated functionalityAlex Crichton-132/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-8/+8
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03std: fix falloutJorge Aparicio-0/+30
2015-01-03std: fix falloutJorge Aparicio-8/+20
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-31stabilize more of collectionsAlexis Beingessner-18/+38
2014-12-31Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+27
2014-12-30Stabilize cmpAaron Turon-0/+2
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+27
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-7/+7
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-24Rename remaining hashmap and hashtable iterators to match namingChase Southwood-7/+7
2014-12-25hashmap: Fix the example using derived Hash + Eqbluss-10/+18
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-2/+6
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-2/+6
2014-12-22Added missing renames:Florian Wilkens-10/+10
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-21Remove a ton of public reexportsCorey Farwell-7/+10
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-9/+52
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-2/+1
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-2/+2
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-9/+52
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1