| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | update version placeholders | Pietro Albini | -1/+1 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -3/+3 |
| 2024-12-21 | Document collection `From` and `FromIterator` impls that drop duplicate keys. | Kevin Reid | -0/+9 |
| 2024-12-03 | ./x miri: fix sysroot build | Ralf Jung | -2/+2 |
| 2024-12-02 | stabilize const_collections_with_hasher and build_hasher_default_const_new | Ralf Jung | -1/+23 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -2/+2 |
| 2024-11-18 | Improve `{BTreeMap,HashMap}::get_key_value` docs. | Nicholas Nethercote | -4/+36 |
| 2024-10-15 | replace placeholder version | Josh Stone | -10/+10 |
| 2024-10-02 | impl Default for Hash{Map,Set} iterators that don't already have it | ltdk | -0/+64 |
| 2024-10-02 | Update hashbrown to 0.15 and adjust some methods | Urgau | -82/+55 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -0/+6 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-13 | Stabilize entry_insert | Félix Saparelli | -4/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+2 |
| 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 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-03-19 | Add "put" as a confusable for insert on hash map/set | Sky | -1/+1 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+2 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+3 |
| 2023-12-04 | Specialize `count` too | Benoît du Garreau | -0/+32 |
| 2023-12-04 | `HashMap`/`HashSet`: forward `fold` implementations of iterators | Benoît du Garreau | -0/+72 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -3/+3 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -150/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-08-07 | Increase clarity about Hash - Eq consistency in HashMap and HashSet docs | Easyoakland | -2/+4 |
| 2023-06-29 | make HashMap::or_insert_with example more simple | Tshepang Mbambo | -4/+4 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -26/+26 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -4/+2 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -3/+3 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -3/+6 |
| 2022-10-29 | fix typo in hashmap and hashset try_reserve method | joseLuís | -1/+1 |
| 2022-10-02 | Make Hash{Set,Map}::with_hasher unstably const | Nixon Enraght-Moony | -1/+2 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+11 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -14/+21 |
| 2022-06-20 | Fix typo in `HashMap::drain` docs | nils | -1/+1 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -14/+21 |
| 2022-06-15 | Add examples using `add_modify` to HashMap | KarlWithK | -2/+4 |
| 2022-06-13 | [perf] std: add missing `#[inline]` to `DefaultHasher::{new,default}`. | Eduard-Mihai Burtescu | -0/+2 |
| 2022-06-01 | Rollup merge of #94647 - Urgau:hash-map-many-mut, r=Amanieu | Yuki Okushi | -0/+113 |
| 2022-06-01 | Expose get_many_mut and get_many_unchecked_mut to HashMap | Loïc BRANSTETT | -0/+113 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -1/+2 |
| 2022-05-20 | Add complexity estimation of iterating over HashSet and HashMap | AngelicosPhosphoros | -0/+40 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+8 |