| Age | Commit message (Expand) | Author | Lines |
| 2017-11-11 | Improvided map_entry_replace examples | Jeroen Bollen | -12/+22 |
| 2017-11-11 | Changed tabs back into spaces to fix formatting. | Jeroen Bollen | -2/+2 |
| 2017-11-11 | Addressed issues raised in #44286. | Jeroen Bollen | -5/+27 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -4/+2 |
| 2017-10-20 | [test] Add some `#[inline]` to `HashMap` | Alex Crichton | -0/+3 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+35 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+35 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -3/+3 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -3/+3 |
| 2017-09-29 | Rollup merge of #44794 - napen123:master, r=frewsxcv | Mark Simulacrum | -0/+11 |
| 2017-09-28 | Auto merge of #44278 - Binero:master, r=BurntSushi | bors | -0/+30 |
| 2017-09-24 | Add doc example to HashMap::hasher | Ethan Dagner | -0/+11 |
| 2017-09-15 | HashMap::new and HashSet::new do not allocate | Jon Gjengset | -0/+3 |
| 2017-09-12 | Addressed @BurntSuchi's remarks regarding Entry::replace | Jeroen Bollen | -4/+3 |
| 2017-09-05 | Avoid weird or_insert_with example | Jon Gjengset | -3/+1 |
| 2017-09-05 | Add or_default to Entry APIs | Jon Gjengset | -0/+29 |
| 2017-09-03 | Marked `Entry::replace` as unstable. | Jeroen Bollen | -1/+2 |
| 2017-09-03 | Added a way to retrieve the key out of a HashMap when it's being replaced. | Jeroen Bollen | -0/+30 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -9/+9 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -1/+1 |
| 2017-07-06 | Add annotations to the resize fn #39791 | Ryan Thomas | -0/+2 |
| 2017-06-23 | Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-21 | Impl Clone for DefaultHasher | Leonardo Yvens | -1/+1 |
| 2017-05-20 | Stabilize library features for 1.18.0 | Steven Fackler | -2/+1 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -7/+0 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -1/+1 |
| 2017-04-20 | Remove OccupiedEntry::remove_pair | Josh Stone | -7/+0 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -8/+8 |
| 2017-04-13 | Various fixes throughout std::collections' docs | lukaramu | -18/+19 |
| 2017-04-13 | Update std::collections' docs to use iterator (etc.) boilerplate | lukaramu | -7/+49 |
| 2017-04-04 | Simplify HashMap Bucket interface | arthurprs | -18/+14 |
| 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 |