about summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-17rollup merge of #19935: cgaebel/hashmap-tuple-indexingAlex Crichton-85/+38
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-16Small cleanups in HashMap based off of new rust features.Clark Gaebel-85/+38
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Use wrapper structs for `HashMap`'s iterators.Chase Southwood-35/+29
2014-12-13libstd: use unboxed closuresJorge Aparicio-11/+16
2014-12-13libstd: fix falloutJorge Aparicio-6/+17
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-17/+17
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-15/+15
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-0/+2
2014-12-03Deprecate EquivJorge Aparicio-0/+2
2014-11-30std: Change the behavior of `reserve` for HashMap.Piotr Czarnecki-6/+17
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-135/+194
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-25Make HashMap::take not corrupt the map. Fixes #19292Alexis Beingessner-1/+35
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-61/+72
2014-11-17Fallout from deprecationAaron Turon-4/+4
2014-11-17libstd: Deprecate _equiv methodsAaron Turon-80/+62
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Deprecate hashmap's find_copy and get_copy in favour of cloned and cloneAlexis Beingessner-25/+7
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-2/+2