about summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Remove 'since' from unstable attributesBrian Anderson-15/+15
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-58/+71
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-6/+6
2015-01-21rollup merge of #21419: Toby-S/patch-1Alex Crichton-23/+23
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+6
2015-01-20Correct small typos in map.rs.Toby Scrace-23/+23
2015-01-17remove test_find_equiv, since find_equiv doesn't exist anymoreBenjamin Peterson-17/+0
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-15/+59
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