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-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+2
2021-10-04
Stabilize try_reserve
Kornel
-2
/
+1
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-09-16
Add IntoIterator intra doc link to various collections
est31
-1
/
+2
2021-08-08
Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay
bors
-2
/
+1
2021-08-08
Bump shrink_to stabilization to Rust 1.56
David Tolnay
-1
/
+1
2021-07-24
Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett
bors
-4
/
+33
2021-07-24
Update std_collections_from_array stability version
bstrie
-1
/
+1
2021-07-24
Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se
Yuki Okushi
-0
/
+1
2021-07-06
Stabilize Vec<T>::shrink_to
Yoh Deadfall
-2
/
+1
2021-07-01
Document iteration order of `retain` functions
Janik Rabe
-0
/
+1
2021-06-30
impl From<[(K, V); N]> for std::collections
bstrie
-4
/
+33
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