| Age | Commit message (Expand) | Author | Lines |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -1/+0 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+30 |
| 2016-09-27 | Update set.rs | Frank Rehberger | -0/+2 |
| 2016-09-27 | Update map.rs | Frank Rehberger | -4/+6 |
| 2016-09-27 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -279/+438 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -4/+2 |
| 2016-09-26 | Update map.rs | Frank Rehberger | -5/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+31 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -8/+34 |
| 2016-09-17 | Clean up hasher discussion on HashMap | Steven Fackler | -8/+22 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -2/+2 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+3 |
| 2016-09-06 | Add missing urls | ggomez | -18/+42 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -4/+0 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -4/+0 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -2/+2 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -2/+43 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -2/+43 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -6/+13 |
| 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 | -6/+13 |
| 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-06-11 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -167/+178 |
| 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-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 2016-05-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -2/+4 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-28 | Rollup merge of #33152 - bwinterton:master, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-04-22 | Make HashSet::Insert documentation more consistent | Brayden Winterton | -2/+2 |
| 2016-04-21 | Add Entry::key | Steven Fackler | -0/+9 |
| 2016-04-20 | HashMap: add info to docs about random seed quality | Doug Goldstein | -2/+4 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -7/+5 |
| 2016-04-06 | Rollup merge of #32668 - frewsxcv:hashmap-address-fixme, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2016-04-01 | Implement `values_mut` on `HashMap`. | Corey Farwell | -0/+61 |