summary refs log tree commit diff
path: root/library/std/src/collections/hash/map
AgeCommit message (Expand)AuthorLines
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