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
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-6
/
+1
2025-08-21
Rollup merge of #144758 - QnJ1c2kNCg:master, r=Noratrieb
Jacob Pratt
-6
/
+6
2025-08-09
`HashMap`: also add "Usage with custom key types" heading
Ada Alakbarova
-0
/
+2
2025-08-09
`{BTree,Hash}Map`: add "`Entry` API" section heading
Ada Alakbarova
-0
/
+2
2025-07-31
[Doc] Add links to the various collections
Bruno Roy
-6
/
+6
2025-05-17
Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentence
Paul Mabileau
-1
/
+1
2025-05-17
Docs(lib/extract_if): Unify paragraph about elements mutation
Paul Mabileau
-2
/
+2
2025-05-17
Docs(lib/extract_if): Unify paragraph about closure actions
Paul Mabileau
-6
/
+6
2025-05-17
Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value`
Paul Mabileau
-3
/
+3
2025-05-12
update version placeholders
Pietro Albini
-10
/
+10
2025-05-05
Consistent trait bounds for ExtractIf Debug impls
David Tolnay
-22
/
+17
2025-04-24
Rollup merge of #139307 - xizheyin:issue-139296, r=joboet
Matthias Krüger
-0
/
+3
2025-04-20
Use `currently` for futher improvement
xizheyin
-1
/
+1
2025-04-09
replace version placeholder
Boxy
-10
/
+10
2025-04-05
std: Add performance warnings to HashMap::get_disjoint_mut
xizheyin
-0
/
+3
2025-03-14
Rollup merge of #137870 - karolzwolak:lazylock-const-hashmaps-137566, r=cuviper
Jacob Pratt
-7
/
+19
2025-03-12
Remove `feature = "hash_raw_entry"`
Josh Stone
-564
/
+0
2025-03-01
docs(std): mention LazyLock in const/static HashMap construction
Karol Zwolak
-7
/
+19
2025-02-24
Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviper
Trevor Gross
-16
/
+10
2025-02-18
update version placeholders
Josh Stone
-2
/
+2
2025-02-07
Clean up 'HashMap' and 'HashSet' docs;
Gabriel Bjørnager Jensen
-8
/
+8
2025-01-27
Stabilize `HashMap::get_many_mut` as `HashMap::get_disjoint_mut`
Urgau
-15
/
+17
2025-01-08
fmt
Pietro Albini
-8
/
+2
2025-01-08
update version placeholders
Pietro Albini
-2
/
+2
2024-12-22
Specify only that duplicates are discarded, not the order.
Kevin Reid
-4
/
+5
2024-12-22
Stabilize `hash_extract_if`
Pavel Grigorenko
-16
/
+10
2024-12-21
Document collection `From` and `FromIterator` impls that drop duplicate keys.
Kevin Reid
-0
/
+13
2024-12-03
./x miri: fix sysroot build
Ralf Jung
-4
/
+4
2024-12-02
stabilize const_collections_with_hasher and build_hasher_default_const_new
Ralf Jung
-2
/
+46
2024-11-28
Also use zero when referencing to capacity or length
timvisee
-4
/
+4
2024-11-18
Improve `{BTreeMap,HashMap}::get_key_value` docs.
Nicholas Nethercote
-4
/
+36
2024-11-11
Rollup merge of #120077 - SUPERCILEX:set-entry, r=Amanieu
Matthias Krüger
-0
/
+449
2024-11-02
Add Set entry API
Alex Saveau
-0
/
+449
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-15
replace placeholder version
Josh Stone
-12
/
+12
2024-10-02
impl Default for Hash{Map,Set} iterators that don't already have it
ltdk
-0
/
+80
2024-10-02
Update hashbrown to 0.15 and adjust some methods
Urgau
-114
/
+55
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
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-19
[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths
GnomedDev
-0
/
+8
2024-09-19
[Clippy] Swap `map_entry` to use diagnostic items instead of paths
GnomedDev
-0
/
+2
2024-09-18
[Clippy] Swap `manual_retain` to use diagnostic items instead of paths
GnomedDev
-0
/
+1
2024-09-13
Stabilize entry_insert
Félix Saparelli
-4
/
+2
2024-09-10
Clarify docs for std::collections
James Liu
-27
/
+35
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-26
/
+19
2024-07-14
std: Unsafe-wrap HashMap::get_many_unchecked_mut
Jubilee Young
-3
/
+1
2024-07-14
std: deny(unsafe_op_in_unsafe_fn) but allow sites
Jubilee Young
-0
/
+2
2024-06-03
Fix typo in the docs of `HashMap::raw_entry_mut`
Tim Kurdov
-1
/
+1
[next]