about summary refs log tree commit diff
path: root/library/std/src/collections/hash/set.rs
AgeCommit message (Expand)AuthorLines
2025-05-17Docs(lib/extract_if): Unify paragraph about closure actionsPaul Mabileau-3/+3
2025-05-17Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value`Paul Mabileau-3/+3
2025-05-12update version placeholdersPietro Albini-5/+5
2025-05-05Consistent trait bounds for ExtractIf Debug implsDavid Tolnay-11/+8
2025-04-09replace version placeholderBoxy-5/+5
2025-02-24Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviperTrevor Gross-8/+5
2025-02-07Clean up 'HashMap' and 'HashSet' docs;Gabriel Bjørnager Jensen-2/+2
2025-01-08fmtPietro Albini-4/+1
2025-01-08update version placeholdersPietro Albini-1/+1
2024-12-22Specify only that duplicates are discarded, not the order.Kevin Reid-1/+2
2024-12-22Stabilize `hash_extract_if`Pavel Grigorenko-8/+5
2024-12-21Document collection `From` and `FromIterator` impls that drop duplicate keys.Kevin Reid-0/+4
2024-12-03./x miri: fix sysroot buildRalf Jung-2/+2
2024-12-02stabilize const_collections_with_hasher and build_hasher_default_const_newRalf Jung-1/+23
2024-11-28Also use zero when referencing to capacity or lengthtimvisee-2/+2
2024-11-02Add Set entry APIAlex Saveau-0/+449
2024-10-15replace placeholder versionJosh Stone-2/+2
2024-10-02impl Default for Hash{Map,Set} iterators that don't already have itltdk-0/+16
2024-10-02Update hashbrown to 0.15 and adjust some methodsUrgau-32/+0
2024-09-19[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of pathsGnomedDev-0/+2
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-04-17Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnayMatthias Krüger-0/+4
2024-03-19Add "put" as a confusable for insert on hash map/setSky-1/+1
2024-03-08Document overrides of `clone_from()`Noa-0/+4
2024-02-22Add `rustc_confusables` annotations to some stdlib APIsEsteban Küber-0/+3
2023-12-04Specialize `count` tooBenoît du Garreau-0/+12
2023-12-04`HashMap`/`HashSet`: forward `fold` implementations of iteratorsBenoît du Garreau-0/+58
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-3/+3
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-2/+2
2023-10-07Auto merge of #109214 - tosti007:std_collection_hash_new_rework, r=workingjub...bors-1/+1
2023-08-07Increase clarity about Hash - Eq consistency in HashMap and HashSet docsEasyoakland-3/+4
2023-07-12avoid ambiguous wordTshepang Mbambo-1/+1
2023-07-12update ancient noteTshepang Mbambo-2/+2
2023-06-15Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieubors-25/+24
2023-06-14Rollup merge of #107619 - stepancheg:hash-set-insert, r=AmanieuMatthias Krüger-1/+3
2023-06-14update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIfThe 8472-25/+24
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-03-29Use with_capacity_and_hasher instead of using basetosti007-1/+1
2023-03-20Remove outdated commentsMaybe Waffle-7/+0
2023-02-03Specify behavior of HashSet::insertStiopa Koltsov-1/+3
2023-01-07docs: make `HashSet::retain` doctest more clearEzra Shaw-1/+1
2022-10-29fix typo in hashmap and hashset try_reserve methodjoseLuís-1/+1
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-1/+2
2022-09-02Fix `std::collections::HashSet::drain` documentationWojciech Kordalski-1/+1
2022-06-19Fix documentation for with_capacity and reserve families of methodsjmaargh-9/+16
2022-06-06Apply suggestions from code reviewnzrq-2/+3
2022-06-04Update library/std/src/collections/hash/set.rsnzrq-1/+1
2022-06-03Update set.rsnzrq-6/+4
2022-06-03Add note to documentation of HashSet::intersectionnzrq-0/+7