| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Rollup merge of #58370 - nox:relax-bounds, r=dtolnay | Mazdak Farrokhzad | -236/+229 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -33/+33 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -33/+33 |
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -236/+229 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -7/+7 |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-21 | Fixed typo in HashMap documentation | Ryan Marcus | -1/+1 |
| 2018-12-07 | Rollup merge of #56561 - Zoxc:too-raw, r=Gankro | kennytm | -0/+4 |
| 2018-12-06 | Fix bug in from_key_hashed_nocheck | John Kåre Alsaker | -0/+4 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -2/+2 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -1/+1 |
| 2018-11-30 | Inline things | John Kåre Alsaker | -0/+7 |
| 2018-11-22 | Fix the tracking issue for hash_raw_entry | Steven Fackler | -38/+38 |
| 2018-11-22 | Rollup merge of #55784 - meltinglava:master, r=KodrAus | Guillaume Gomez | -8/+8 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-13 | The example values are now easyer to differenciate | Meltinglava | -8/+8 |
| 2018-11-08 | Clarifying documentation for collections::hash_map::Entry::or_insert | Meltinglava | -2/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-02 | Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton | bors | -6/+672 |
| 2018-10-31 | A couple suggested edits | Jonathan Behrens | -7/+3 |
| 2018-10-30 | Add example of using the indexing operator to HashMap docs | Florian Hartwig | -0/+3 |
| 2018-09-13 | Entry is an enum not a struct | Jonathan Behrens | -1/+1 |
| 2018-09-13 | Fix links in docs | Jonathan Behrens | -2/+7 |
| 2018-09-13 | Eliminate unused variable warning | Jonathan Behrens | -1/+1 |
| 2018-09-13 | Fix tests and update issue number | Jonathan Behrens | -138/+156 |
| 2018-09-13 | Remove println!() statement from HashMap unit test | Jonathan Behrens | -1/+0 |
| 2018-09-12 | Fix formatting | Jonathan Behrens | -1/+2 |
| 2018-09-10 | fix typos in growth algo description | Val | -4/+4 |
| 2018-09-07 | Cleanup API somewhat | Jonathan Behrens | -217/+195 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -3/+2 |
| 2018-09-05 | disambiguate hashes | Alexis Beingessner | -3/+3 |
| 2018-09-05 | fixup Debug bounds | Alexis Beingessner | -2/+2 |
| 2018-09-05 | progress on raw_entry | Alexis Beingessner | -229/+231 |
| 2018-09-05 | WIP: add raw_entry API to HashMap | Alexis Beingessner | -37/+703 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -1/+1 |
| 2018-06-18 | Prefer use of owned values in examples | Kornel | -11/+25 |
| 2018-06-10 | Stabilize entry-or-default | Guillaume Gomez | -3/+1 |
| 2018-06-02 | Add a couple lines describing differences between into_mut/get_mut. | Corey Farwell | -0/+9 |
| 2018-06-02 | Fixed typo | Phlosioneer | -1/+1 |
| 2018-06-02 | Clarify the difference between get_mut and into_mut for OccupiedEntry | Phlosioneer | -2/+6 |
| 2018-05-30 | Pass a `Layout` to `oom` | Mike Hommey | -10/+29 |
| 2018-04-28 | std: Inline `DefaultResizePolicy::new` | Alex Crichton | -0/+1 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -2/+2 |
| 2018-04-20 | Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler | bors | -2/+2 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -2/+2 |
| 2018-04-17 | stabilize `hash_map_remove_entry` feature | tinaun | -2/+1 |
| 2018-04-12 | Remove the now-unit-struct AllocErr field inside CollectionAllocErr | Simon Sapin | -2/+2 |
| 2018-04-12 | Remove the now-unit-struct AllocErr parameter of oom() | Simon Sapin | -1/+1 |