| Age | Commit message (Expand) | Author | Lines |
| 2020-11-13 | Rollup merge of #77996 - tkaitchuck:master, r=m-ou-se | Guillaume Gomez | -3/+3 |
| 2020-11-12 | Update library/std/src/collections/hash/map.rs | Tom Kaitchuck | -1/+1 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -4/+0 |
| 2020-10-27 | Change link to point to crates.io keyword "hasher" | Tom Kaitchuck | -3/+3 |
| 2020-10-26 | Improve formatting of hash collections docs | Camelid | -5/+6 |
| 2020-10-18 | Stabilize or_insert_with_key | Chai T. Rex | -2/+1 |
| 2020-10-15 | Change mention of `fnv` in HashMap to mention `aHash` as an alternitive hasher. | Tom Kaitchuck | -2/+2 |
| 2020-10-04 | Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodt | Jonas Schievink | -20/+20 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -8/+4 |
| 2020-10-02 | Link `new` method in `DefautHasher`s doc | Waffle | -4/+3 |
| 2020-09-27 | Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=Dylan-DPC | Jonas Schievink | -1/+106 |
| 2020-09-22 | minor doc changes, attribute orderings | sharnoff | -20/+20 |
| 2020-09-21 | Add missing code examples on HashMap types | Guillaume Gomez | -1/+106 |
| 2020-09-20 | Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPC | Ralf Jung | -0/+86 |
| 2020-09-18 | Add missing examples on HashSet iter types | Guillaume Gomez | -0/+86 |
| 2020-09-18 | Fixed intra-docs links in library/std/src/collections/hash/map.rs | Amjad Alsharafi | -6/+0 |
| 2020-09-08 | Tests for HashMap/HashSet::drain_filter | Matt Brubeck | -0/+232 |
| 2020-09-08 | Add HashMap::drain_filter and HashSet::drain_filter | Matt Brubeck | -0/+171 |
| 2020-09-08 | Implement HashSet in terms of hashbrown::HashSet | Matt Brubeck | -58/+53 |
| 2020-09-08 | Update to hashbrown 0.9 | Matt Brubeck | -5/+5 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -2/+2 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -1350/+1346 |
| 2020-08-30 | Move to Arc::clone(&x) over x.clone() in library/std | Alexis Bourget | -2/+2 |
| 2020-08-23 | Switch to intra-doc links in `std::collections` | Camelid | -9/+1 |
| 2020-08-11 | Remove the unused bounds from Debug impl of HashMap::{IntoKeys,IntoValues} | Nazım Can Altınova | -2/+2 |
| 2020-08-10 | Only print values in the Debug of HashMap::ValuesMut struct | Nazım Can Altınova | -6/+2 |
| 2020-08-08 | Update the tracking issue number of map_into_keys_values | Nazım Can Altınova | -12/+12 |
| 2020-08-07 | Only print the fields that are relevant to iterators for Debug of IntoKeys an... | Nazım Can Altınova | -2/+2 |
| 2020-08-07 | Add unit tests for new `HashMap::into_{keys,values}` methods | Nazım Can Altınova | -0/+24 |
| 2020-08-07 | Add `into_{keys,values}` methods for HashMap | Nazım Can Altınova | -0/+128 |
| 2020-08-07 | Update hashbrown to 0.8.1 | Amanieu d'Antras | -4/+4 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+5984 |