From: bors Date: Wed, 2 Jul 2014 07:31:41 +0000 (+0000) Subject: auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7c4d8e94ba58713c65f125f721e0d95f7f66c035;p=rust.git auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton While `HashMap::new` and `HashMap::with_capacity` were being initialized with a random `SipHasher`, it turns out that `HashMap::from_iter` was just using the default instance of `SipHasher`, which wasn't randomized. This closes that bug, and also inlines some important methods. --- 7c4d8e94ba58713c65f125f721e0d95f7f66c035