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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
collections
/
hash
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2021-07-24
Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se
Yuki Okushi
-0
/
+1
2021-07-01
Document iteration order of `retain` functions
Janik Rabe
-0
/
+1
2021-06-30
Remove "length" doc aliases
Amanieu d'Antras
-1
/
+0
2021-06-30
Remove "delete" doc aliases
Amanieu d'Antras
-1
/
+0
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2021-02-23
Add more links between hash and btree collections
Joshua Nelson
-1
/
+2
2021-01-31
Add doc aliases for "delete"
Konrad Borowski
-0
/
+1
2021-01-26
shrink_to shouldn't panic on len greater than capacity
Thom Wiggers
-3
/
+1
2021-01-16
Clarify what the effects of a 'logic error' are
Chris Jefferson
-1
/
+3
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-26
Use the hashbrown::{HashMap,HashSet} `clone_from` impls.
David Adler
-1
/
+17
2020-10-26
Improve formatting of hash collections docs
Camelid
-2
/
+2
2020-09-18
Add missing examples on HashSet iter types
Guillaume Gomez
-0
/
+86
2020-09-08
Add HashMap::drain_filter and HashSet::drain_filter
Matt Brubeck
-0
/
+84
2020-09-08
Implement HashSet in terms of hashbrown::HashSet
Matt Brubeck
-57
/
+52
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-419
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+2000