about summary refs log tree commit diff
path: root/library/std/src/collections/hash/set
AgeCommit message (Expand)AuthorLines
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-0/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2024-01-02Adjust library tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
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