| Age | Commit message (Expand) | Author | Lines |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+28 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -7/+7 |
| 2018-03-05 | Remove a couple of `isize` references from hashmap docs | Tobias Bucher | -2/+2 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -7/+7 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -7/+7 |
| 2018-01-05 | Write examples for {BTree,Hash}Set::{get,replace,take} | Stjepan Glavina | -0/+33 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -14/+6 |
| 2017-09-15 | HashMap::new and HashSet::new do not allocate | Jon Gjengset | -0/+3 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-01 | Add doc example for HashSet::drain. | Corey Farwell | -0/+16 |
| 2017-08-01 | Remove unnecessary clones in doc examples. | Corey Farwell | -11/+11 |
| 2017-08-01 | Show the capacity in HashSet::with_capacity doc example. | Corey Farwell | -0/+1 |
| 2017-08-01 | Remove unnecessary 'mut' bindings. | Corey Farwell | -2/+2 |
| 2017-08-01 | Indicate HashSet is code-like in docs. | Corey Farwell | -1/+1 |
| 2017-08-01 | Show that the capacity changed in HashSet::reserve doc example. | Corey Farwell | -0/+1 |
| 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 |