| Age | Commit message (Expand) | Author | Lines |
| 2017-03-17 | Fix a spelling error in HashMap documentation, and slightly reword it to be m... | Jeff Walden | -2/+2 |
| 2017-03-11 | Implement placement-in protocol for `HashMap` | Charlie Fan | -5/+155 |
| 2017-03-03 | Reduce size overhead of adaptative hashmap | arthurprs | -16/+8 |
| 2017-02-20 | Simplify adaptive hashmap | arthurprs | -23/+11 |
| 2017-02-18 | Fix spelling in comments | arthurprs | -5/+5 |
| 2017-02-16 | Resize hashmap when long probes are detected | arthurprs | -12/+105 |
| 2017-02-15 | Rollup merge of #39839 - king6cong:refine-doc, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-02-15 | Auto merge of #39560 - F001:retainHashMap, r=alexcrichton | bors | -39/+75 |
| 2017-02-15 | make doc consistent with var name | king6cong | -1/+1 |
| 2017-02-08 | std: Add retain method for HashMap and HashSet | f001 | -39/+75 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -8/+8 |
| 2017-02-03 | Add missing urls in HashMap | Guillaume Gomez | -5/+12 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -8/+8 |
| 2017-01-13 | Change `to_owned` to `to_string` in docs | Stjepan Glavina | -2/+2 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -2/+81 |
| 2016-12-07 | Rollup merge of #38186 - frewsxcv:default, r=GuillaumeGomez | Guillaume Gomez | -0/+4 |
| 2016-12-06 | Add doc comment for `Default` `impl` on `DefaultHasher`. | Corey Farwell | -0/+4 |
| 2016-12-06 | Auto merge of #38017 - arthurprs:hm-extend, r=bluss | bors | -4/+13 |
| 2016-12-06 | Smarter HashMap/HashSet extend | arthurprs | -4/+13 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-10-31 | Don't reuse RandomState seeds | arthurprs | -14/+12 |
| 2016-10-06 | Auto merge of #36753 - srinivasreddy:hash, r=nrc | bors | -184/+264 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+26 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+26 |
| 2016-10-03 | Auto merge of #36766 - nnethercote:hash-span-capacity, r=bluss | bors | -85/+94 |
| 2016-10-03 | Avoid overflow check in `HashMap::reserve`'s fast path. | Nicholas Nethercote | -2/+3 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -3/+3 |
| 2016-09-29 | Auto merge of #36557 - sfackler:fix-hashdos-docs, r=alexcrichton | bors | -8/+22 |
| 2016-09-29 | Mention FNV | Steven Fackler | -1/+1 |
| 2016-09-29 | Clarify HashMap's capacity handling. | Nicholas Nethercote | -85/+93 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+16 |
| 2016-09-27 | Update map.rs | Frank Rehberger | -4/+6 |
| 2016-09-27 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -184/+264 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -5/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+17 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -0/+15 |
| 2016-09-17 | Clean up hasher discussion on HashMap | Steven Fackler | -8/+22 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+2 |
| 2016-09-06 | Add missing urls | ggomez | -18/+42 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -1/+16 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+16 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -0/+2 |
| 2016-08-05 | Update HashMap docs regarding DoS protection | Michael Gattozzi | -7/+6 |
| 2016-08-04 | Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariant | Thomas Garcia | -0/+2 |
| 2016-07-26 | Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |