| Age | Commit message (Expand) | Author | Lines |
| 2017-08-01 | Add doc example for HashSet::hasher. | Corey Farwell | -0/+11 |
| 2017-05-20 | Stabilize library features for 1.18.0 | Steven Fackler | -32/+21 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -1/+1 |
| 2017-04-13 | Various consistency and phrasing fixes in std::collections' docs | lukaramu | -2/+1 |
| 2017-04-13 | Various fixes throughout std::collections' docs | lukaramu | -20/+41 |
| 2017-04-13 | Update std::collections' docs to use iterator (etc.) boilerplate | lukaramu | -7/+49 |
| 2017-02-15 | Auto merge of #39560 - F001:retainHashMap, r=alexcrichton | bors | -0/+33 |
| 2017-02-09 | Update set operations documentation | Jethro Beekman | -7/+13 |
| 2017-02-08 | std: Add retain method for HashMap and HashSet | f001 | -0/+33 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -7/+7 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+77 |
| 2016-12-06 | Smarter HashMap/HashSet extend | arthurprs | -7/+3 |
| 2016-10-06 | Auto merge of #36753 - srinivasreddy:hash, r=nrc | bors | -76/+159 |
| 2016-10-03 | Auto merge of #36766 - nnethercote:hash-span-capacity, r=bluss | bors | -5/+28 |
| 2016-09-29 | Clarify HashMap's capacity handling. | Nicholas Nethercote | -5/+28 |
| 2016-09-28 | Rollup merge of #36740 - frehberg:apidoc, r=steveklabnik | Jonathan Turner | -0/+14 |
| 2016-09-27 | Update set.rs | Frank Rehberger | -0/+2 |
| 2016-09-27 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -76/+159 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -1/+1 |
| 2016-09-26 | Update set.rs | Frank Rehberger | -4/+2 |
| 2016-09-26 | Document init of HashSet/HashMap from vector | Frank Rehberger | -0/+14 |
| 2016-09-26 | Don't allocate during default HashSet creation. | Nicholas Nethercote | -8/+19 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+27 |
| 2016-08-04 | Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariant | Thomas Garcia | -0/+1 |
| 2016-04-22 | Make HashSet::Insert documentation more consistent | Brayden Winterton | -2/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -5/+4 |
| 2016-03-30 | Test that HashMap, HashSet, and their iterators are properly covariant | Jonathan S | -0/+15 |
| 2016-03-30 | Fix the variances of HashMap and HashSet iterators | Jonathan S | -9/+7 |
| 2016-03-30 | Remove no longer necessary coercions to fn pointer types. | Corey Farwell | -4/+0 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -4/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -20/+0 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+7 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -41/+54 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+1 |
| 2015-11-20 | Rename result variable in HashSet's intersection and union examples | Florian Hahn | -4/+4 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+5 |
| 2015-11-16 | Fix docs for HashSet::insert | Sebastian Hahn | -4/+1 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -2/+8 |
| 2015-08-31 | Implement RFC 839 for `{HashMap, HashSet}` | Andrew Paseltiner | -0/+38 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -0/+64 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -3/+6 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -6/+8 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -5/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -1/+1 |