| Age | Commit message (Expand) | Author | Lines |
| 2019-02-25 | Rollup merge of #58370 - nox:relax-bounds, r=dtolnay | Mazdak Farrokhzad | -118/+114 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -24/+24 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -24/+24 |
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -118/+114 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-01-09 | Fix poor worst case performance of is_disjoint | Stein Somers | -2/+5 |
| 2019-01-09 | Merge remote-tracking branch 'upstream/master' | Stein Somers | -11/+1 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-21 | Fix poor worst case performance of set intersection (and union, somewhat) on ... | Stein Somers | -6/+56 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+6 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -1/+1 |
| 2018-06-18 | Prefer use of owned values in examples | Kornel | -12/+12 |
| 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 |