| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-07-26 | Rollup merge of #34935 - GuillaumeGomez:hash_map_doc, r=steveklabnik | Steve Klabnik | -5/+198 |
| 2016-07-24 | Rollup merge of #34975 - GuillaumeGomez:random_state_doc, r=steveklabnik | Manish Goregaokar | -0/+19 |
| 2016-07-23 | Fix HashMap's values_mut example to use println! | Robert Williamson | -1/+1 |
| 2016-07-22 | Add Random state doc | ggomez | -0/+19 |
| 2016-07-22 | Add HashMap Entry enums examples | ggomez | -5/+198 |
| 2016-07-18 | Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry} | ggomez | -0/+33 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -4/+24 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+13 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -9/+8 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -9/+8 |
| 2016-05-19 | std: Cache HashMap keys in TLS | Alex Crichton | -2/+27 |
| 2016-05-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -2/+4 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |