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
Age
Commit message (
Expand
)
Author
Lines
2020-09-22
minor doc changes, attribute orderings
sharnoff
-20
/
+20
2020-09-21
Add missing code examples on HashMap types
Guillaume Gomez
-1
/
+106
2020-09-20
Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPC
Ralf Jung
-0
/
+86
2020-09-18
Add missing examples on HashSet iter types
Guillaume Gomez
-0
/
+86
2020-09-18
Fixed intra-docs links in library/std/src/collections/hash/map.rs
Amjad Alsharafi
-6
/
+0
2020-09-08
Tests for HashMap/HashSet::drain_filter
Matt Brubeck
-0
/
+232
2020-09-08
Add HashMap::drain_filter and HashSet::drain_filter
Matt Brubeck
-0
/
+171
2020-09-08
Implement HashSet in terms of hashbrown::HashSet
Matt Brubeck
-58
/
+53
2020-09-08
Update to hashbrown 0.9
Matt Brubeck
-5
/
+5
2020-09-06
Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus
bors
-2
/
+2
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-1350
/
+1346
2020-08-30
Move to Arc::clone(&x) over x.clone() in library/std
Alexis Bourget
-2
/
+2
2020-08-11
Remove the unused bounds from Debug impl of HashMap::{IntoKeys,IntoValues}
Nazım Can Altınova
-2
/
+2
2020-08-10
Only print values in the Debug of HashMap::ValuesMut struct
Nazım Can Altınova
-6
/
+2
2020-08-08
Update the tracking issue number of map_into_keys_values
Nazım Can Altınova
-12
/
+12
2020-08-07
Only print the fields that are relevant to iterators for Debug of IntoKeys an...
Nazım Can Altınova
-2
/
+2
2020-08-07
Add unit tests for new `HashMap::into_{keys,values}` methods
Nazım Can Altınova
-0
/
+24
2020-08-07
Add `into_{keys,values}` methods for HashMap
Nazım Can Altınova
-0
/
+128
2020-08-07
Update hashbrown to 0.8.1
Amanieu d'Antras
-4
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+5538
[prev]