summary refs log tree commit diff
path: root/library/std/src/collections/hash/set
AgeCommit message (Expand)AuthorLines
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-1/+1
2023-06-15Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieubors-10/+12
2023-06-14update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIfThe 8472-10/+12
2023-02-03Specify behavior of HashSet::insertStiopa Koltsov-0/+20
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-0/+6
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2021-06-30impl From<[(K, V); N]> for std::collectionsbstrie-0/+12
2020-09-08Tests for HashMap/HashSet::drain_filterMatt Brubeck-0/+71
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+415