about summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
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
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-5/+4
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06rollup merge of #18665 : scribu/patch-1Alex Crichton-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-144/+109
2014-11-05Fix example in HashMap::new() docsCristi Burcă-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+2133