about summary refs log tree commit diff
path: root/library/std/src/collections/hash/map
AgeCommit message (Expand)AuthorLines
2025-03-12Remove `feature = "hash_raw_entry"`Josh Stone-93/+0
2024-11-02const_with_hasher test: actually construct a usable HashMapRalf Jung-3/+23
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-10-01make test_lots_of_insertions test take less long in MiriRalf Jung-1/+1
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-0/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-1/+1
2023-06-14update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIfThe 8472-12/+14
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-4/+5
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-0/+6
2022-08-18make many std tests work in MiriRalf Jung-10/+14
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2022-01-22Disable test_try_reserve on AndroidAmanieu d'Antras-0/+1
2022-01-21Update HashMap::try_reserve test to version from hashbrownAmanieu d'Antras-5/+15
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-10/+10
2021-08-07Use assert_matches! instead of if let {} elseKornel-9/+12
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-3/+3
2021-07-24Hide allocator details from TryReserveErrorKornel-3/+3
2021-06-30impl From<[(K, V); N]> for std::collectionsbstrie-0/+12
2021-03-03Fix std testsRyan Levick-4/+4
2020-09-08Tests for HashMap/HashSet::drain_filterMatt Brubeck-0/+161
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+926