| Age | Commit message (Expand) | Author | Lines |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -1/+2 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -9/+12 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -7/+0 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -2/+2 |
| 2017-04-20 | Remove OccupiedEntry::remove_pair | Josh Stone | -7/+0 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -10/+9 |
| 2017-04-13 | Various fixes throughout std::collections' docs | lukaramu | -38/+60 |
| 2017-04-13 | Update std::collections' docs to use iterator (etc.) boilerplate | lukaramu | -14/+98 |
| 2017-04-04 | Simplify HashMap Bucket interface | arthurprs | -191/+165 |
| 2017-03-22 | Simplify hash table drops | Josh Stone | -47/+18 |
| 2017-03-19 | Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfackler | Corey Farwell | -2/+2 |
| 2017-03-17 | Fix a spelling error in HashMap documentation, and slightly reword it to be m... | Jeff Walden | -2/+2 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -1/+1 |
| 2017-03-11 | Implement placement-in protocol for `HashMap` | Charlie Fan | -5/+182 |
| 2017-03-03 | Reduce size overhead of adaptative hashmap | arthurprs | -24/+74 |
| 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 | -46/+182 |
| 2017-02-15 | make doc consistent with var name | king6cong | -1/+1 |
| 2017-02-09 | Update set operations documentation | Jethro Beekman | -7/+13 |
| 2017-02-08 | std: Add retain method for HashMap and HashSet | f001 | -46/+182 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -15/+15 |
| 2017-02-03 | Add missing urls in HashMap | Guillaume Gomez | -5/+12 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -15/+15 |
| 2017-01-13 | Change `to_owned` to `to_string` in docs | Stjepan Glavina | -2/+2 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -2/+1 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -2/+187 |
| 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 | -11/+16 |
| 2016-12-06 | Smarter HashMap/HashSet extend | arthurprs | -11/+16 |
| 2016-11-27 | Use displacement instead of initial bucket in HashMap code | arthurprs | -18/+21 |
| 2016-11-05 | Auto merge of #37470 - arthurprs:sip-smaller, r=alexcrichton | bors | -14/+12 |
| 2016-11-02 | Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddyb | Jonathan Turner | -4/+0 |
| 2016-10-31 | Don't reuse RandomState seeds | arthurprs | -14/+12 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -4/+0 |
| 2016-10-17 | hashmap: Store hashes as usize internally | Ulrik Sverdrup | -25/+44 |
| 2016-10-12 | Cache conscious hashmap table | arthurprs | -88/+68 |
| 2016-10-06 | Auto merge of #36753 - srinivasreddy:hash, r=nrc | bors | -279/+438 |
| 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 | -90/+122 |
| 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 | -90/+121 |