| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-08-05 | Update HashMap docs regarding DoS protection | Michael Gattozzi | -7/+6 |
| 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-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-06 | Auto merge of #33086 - cardoe:non-blocking-rand-read, r=alexcrichton | bors | -2/+4 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 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 | -2/+1 |
| 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 |
| 2016-04-01 | Address FIXMEs related to short lifetimes in `HashMap`. | Corey Farwell | -8/+4 |
| 2016-03-30 | Test that HashMap, HashSet, and their iterators are properly covariant | Jonathan S | -0/+14 |
| 2016-03-30 | Fix the variances of HashMap and HashSet iterators | Jonathan S | -17/+13 |
| 2016-03-30 | Remove no longer necessary coercions to fn pointer types. | Corey Farwell | -8/+0 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -4/+4 |
| 2016-03-22 | Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422 | bors | -182/+183 |
| 2016-03-22 | f clarification, docs | Piotr Czarnecki | -0/+5 |
| 2016-03-17 | fixup Cleaner Recover::replace | Piotr Czarnecki | -11/+15 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -2/+2 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+49 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -20/+0 |
| 2016-03-06 | fix Recover::replace | Piotr Czarnecki | -2/+7 |
| 2016-03-05 | Turn 2 assertions into debug assertions | Piotr Czarnecki | -2/+2 |
| 2016-03-05 | Add tests | Piotr Czarnecki | -2/+40 |
| 2016-03-05 | Refactor fn robin_hood | Piotr Czarnecki | -15/+14 |
| 2016-03-05 | Add `InternalEntry` for use in all searches. | Piotr Czarnecki | -159/+109 |
| 2016-03-05 | Rename 'distance' -> 'displacement' | Piotr Czarnecki | -4/+4 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -2/+2 |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -3/+4 |
| 2016-02-11 | Auto merge of #31357 - rthomas:hashers, r=alexcrichton | bors | -0/+7 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+7 |
| 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 | -58/+66 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -58/+66 |
| 2016-01-19 | Add examples of the Entry API to the HashMap documentation. | Nathan Kleyn | -0/+29 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -2/+6 |