| Age | Commit message (Expand) | Author | Lines |
| 2016-02-16 | Avoid iteration when dropping `HashMap`s whose items don't need dropping | Andrew Paseltiner | -1/+4 |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -6/+10 |
| 2016-02-11 | Auto merge of #31357 - rthomas:hashers, r=alexcrichton | bors | -0/+14 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+14 |
| 2016-02-04 | Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-02-04 | doc: Rust indents are 4-space wide by convention | Tshepang Lekhonkhobe | -3/+3 |
| 2016-02-02 | Ensure capacity returned of HashMap is max(capacity, length). | Ryan Thomas | -1/+29 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -122/+128 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -122/+128 |
| 2016-01-19 | Add examples of the Entry API to the HashMap documentation. | Nathan Kleyn | -0/+29 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+0 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -2/+6 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+0 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -20/+18 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -11/+3 |
| 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 | -1/+18 |
| 2015-11-16 | Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton | bors | -2/+3 |
| 2015-11-16 | Fix docs for HashSet::insert | Sebastian Hahn | -4/+1 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -1/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-04 | Add note about HashMap::capacity's bounds | Steve Klabnik | -0/+3 |
| 2015-10-25 | Remove key duplication from `BTreeMap` example in `collections` | Tobias Bucher | -4/+4 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -4/+62 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+1 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -1/+1 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -8/+5 |
| 2015-08-31 | Implement RFC 839 for `{HashMap, HashSet}` | Andrew Paseltiner | -0/+62 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -4/+105 |
| 2015-08-25 | collections doc: remove mention of BitVec, BitSet, VecMap | Georg Brandl | -28/+6 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -12/+24 |
| 2015-08-14 | Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankro | bors | -0/+1 |
| 2015-08-13 | Mark round_up_to_next as inline | arielb1 | -0/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -18/+6 |
| 2015-08-11 | Add HashSet and HashMap tests | Guillaume Gomez | -25/+15 |
| 2015-08-10 | Add Send/Sync traits on Iter struct in hash/table | Guillaume Gomez | -1/+25 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -5/+10 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -3/+3 |
| 2015-07-06 | typo "struct has is 0-sized" | Oliver Schneider | -1/+1 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -11/+11 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -22/+23 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -22/+23 |
| 2015-06-17 | collections: fix a couple of typos | Ivan Ukhov | -3/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -9/+10 |
| 2015-05-31 | Inline hash_table::calculate_offsets, used by iterators. | Eduard Burtescu | -0/+1 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -2/+2 |
| 2015-05-16 | Small typo in the docs | Emilio Cobos Álvarez | -1/+1 |