about summary refs log tree commit diff
path: root/library/std/src/collections/hash
AgeCommit message (Expand)AuthorLines
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-6/+9
2021-03-18Rollup merge of #82434 - jyn514:hash, r=JohnTitorDylan DPC-2/+4
2021-03-05Rollup merge of #82764 - m-ou-se:map-try-insert, r=AmanieuMara-0/+68
2021-03-04Add tracking issue for map_try_insert.Mara Bos-4/+4
2021-03-04Remove unnecessary bound from HashMap::try_insert.Mara Bos-4/+1
2021-03-04Ignore file length tidy warning in hash/map.rs.Mara Bos-0/+2
2021-03-04Implement Error for OccupiedError.Mara Bos-0/+13
2021-03-04Improve Debug implementations of OccupiedError.Mara Bos-1/+11
2021-03-04Add HashMap::try_insert and hash_map::OccupiedError.Mara Bos-0/+46
2021-03-03Fix std testsRyan Levick-4/+4
2021-02-23Add more links between hash and btree collectionsJoshua Nelson-2/+4
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+2
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-6/+2
2021-01-16Clarify what the effects of a 'logic error' areChris Jefferson-1/+6
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+2
2020-12-26Use the hashbrown::{HashMap,HashSet} `clone_from` impls.David Adler-2/+35
2020-12-19Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi-5/+7
2020-12-07Improved documentation for HashMap/BTreeMap Entry's .or_insert_with_key methodChai T. Rex-3/+6
2020-12-01Update rustc version that or_insert_with_key landedChai T. Rex-1/+1
2020-11-13Rollup merge of #77996 - tkaitchuck:master, r=m-ou-seGuillaume Gomez-3/+3
2020-11-12Update library/std/src/collections/hash/map.rsTom Kaitchuck-1/+1
2020-11-07Convert a bunch of intra-doc linksCamelid-4/+0
2020-10-27Change link to point to crates.io keyword "hasher"Tom Kaitchuck-3/+3
2020-10-26Improve formatting of hash collections docsCamelid-5/+6
2020-10-18Stabilize or_insert_with_keyChai T. Rex-2/+1
2020-10-15Change mention of `fnv` in HashMap to mention `aHash` as an alternitive hasher.Tom Kaitchuck-2/+2
2020-10-04Rollup merge of #77072 - sharnoff:hash-docs, r=LukasKalbertodtJonas Schievink-20/+20
2020-10-03Rollup merge of #75377 - canova:map_debug_impl, r=dtolnayJonas Schievink-8/+4
2020-10-02Link `new` method in `DefautHasher`s docWaffle-4/+3
2020-09-27Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=Dylan-DPCJonas Schievink-1/+106
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