about summary refs log tree commit diff
path: root/library/std/src/collections/hash
AgeCommit message (Expand)AuthorLines
2020-09-22minor doc changes, attribute orderingssharnoff-20/+20
2020-09-21Add missing code examples on HashMap typesGuillaume Gomez-1/+106
2020-09-20Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPCRalf Jung-0/+86
2020-09-18Add missing examples on HashSet iter typesGuillaume Gomez-0/+86
2020-09-18Fixed intra-docs links in library/std/src/collections/hash/map.rsAmjad Alsharafi-6/+0
2020-09-08Tests for HashMap/HashSet::drain_filterMatt Brubeck-0/+232
2020-09-08Add HashMap::drain_filter and HashSet::drain_filterMatt Brubeck-0/+171
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-58/+53
2020-09-08Update to hashbrown 0.9Matt Brubeck-5/+5
2020-09-06Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAusbors-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-1350/+1346
2020-08-30Move to Arc::clone(&x) over x.clone() in library/stdAlexis Bourget-2/+2
2020-08-11Remove the unused bounds from Debug impl of HashMap::{IntoKeys,IntoValues}Nazım Can Altınova-2/+2
2020-08-10Only print values in the Debug of HashMap::ValuesMut structNazım Can Altınova-6/+2
2020-08-08Update the tracking issue number of map_into_keys_valuesNazım Can Altınova-12/+12
2020-08-07Only print the fields that are relevant to iterators for Debug of IntoKeys an...Nazım Can Altınova-2/+2
2020-08-07Add unit tests for new `HashMap::into_{keys,values}` methodsNazım Can Altınova-0/+24
2020-08-07Add `into_{keys,values}` methods for HashMapNazım Can Altınova-0/+128
2020-08-07Update hashbrown to 0.8.1Amanieu d'Antras-4/+4
2020-07-27mv std libs to library/mark-0/+5538