index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
collections
/
hash
/
map
Age
Commit message (
Expand
)
Author
Lines
2025-03-12
Remove `feature = "hash_raw_entry"`
Josh Stone
-93
/
+0
2024-11-02
const_with_hasher test: actually construct a usable HashMap
Ralf Jung
-3
/
+23
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-1
/
+1
2024-10-01
make test_lots_of_insertions test take less long in Miri
Ralf Jung
-1
/
+1
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-0
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2023-11-02
Move RandomState and DefaultHasher into std::hash, but don't export for now
ltdk
-1
/
+1
2023-06-14
update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf
The 8472
-12
/
+14
2023-01-04
Update rand in the stdlib tests, and remove the getrandom feature from it
Thom Chiovoloni
-4
/
+5
2022-10-02
Make Hash{Set,Map}::with_hasher unstably const
Nixon Enraght-Moony
-0
/
+6
2022-08-18
make many std tests work in Miri
Ralf Jung
-10
/
+14
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-3
/
+3
2022-01-22
Disable test_try_reserve on Android
Amanieu d'Antras
-0
/
+1
2022-01-21
Update HashMap::try_reserve test to version from hashbrown
Amanieu d'Antras
-5
/
+15
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-10
/
+10
2021-08-07
Use assert_matches! instead of if let {} else
Kornel
-9
/
+12
2021-08-07
Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc
bors
-3
/
+3
2021-07-24
Hide allocator details from TryReserveError
Kornel
-3
/
+3
2021-06-30
impl From<[(K, V); N]> for std::collections
bstrie
-0
/
+12
2021-03-03
Fix std tests
Ryan Levick
-4
/
+4
2020-09-08
Tests for HashMap/HashSet::drain_filter
Matt Brubeck
-0
/
+161
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+926