| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -2/+6 |
| 2024-03-19 | Add "put" as a confusable for insert on hash map/set | Sky | -2/+2 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+6 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+5 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+3 |
| 2024-01-20 | Auto merge of #117756 - a1phyr:hashmap_fold, r=the8472 | bors | -0/+174 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2023-12-04 | Specialize `count` too | Benoît du Garreau | -0/+44 |
| 2023-12-04 | `HashMap`/`HashSet`: forward `fold` implementations of iterators | Benoît du Garreau | -0/+130 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -6/+6 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -154/+10 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-07 | Auto merge of #109214 - tosti007:std_collection_hash_new_rework, r=workingjub... | bors | -1/+1 |
| 2023-08-07 | Increase clarity about Hash - Eq consistency in HashMap and HashSet docs | Easyoakland | -5/+8 |
| 2023-07-12 | avoid ambiguous word | Tshepang Mbambo | -1/+1 |
| 2023-07-12 | update ancient note | Tshepang Mbambo | -2/+2 |
| 2023-06-29 | make HashMap::or_insert_with example more simple | Tshepang Mbambo | -4/+4 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -73/+76 |
| 2023-06-14 | Rollup merge of #107619 - stepancheg:hash-set-insert, r=Amanieu | Matthias Krüger | -1/+23 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -73/+76 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -4/+2 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -4/+0 |
| 2023-04-14 | Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton | Yuki Okushi | -2/+5 |
| 2023-04-14 | Add links to docs to `Iterator` | Sergey Kaunov | -2/+5 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -4/+0 |
| 2023-04-08 | std: Mark two reexports that should be inlined as `doc(inline)` | Vadim Petrochenkov | -0/+2 |
| 2023-03-29 | Use with_capacity_and_hasher instead of using base | tosti007 | -1/+1 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -7/+0 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 2023-02-03 | Specify behavior of HashSet::insert | Stiopa Koltsov | -1/+23 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -4/+5 |
| 2023-01-07 | docs: make `HashSet::retain` doctest more clear | Ezra Shaw | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -4/+5 |
| 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 | -2/+2 |
| 2022-10-02 | Make Hash{Set,Map}::with_hasher unstably const | Nixon Enraght-Moony | -2/+16 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-02 | Fix `std::collections::HashSet::drain` documentation | Wojciech Kordalski | -1/+1 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+11 |
| 2022-08-18 | make many std tests work in Miri | Ralf Jung | -10/+14 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -23/+37 |
| 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 | -23/+37 |
| 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-06 | Apply suggestions from code review | nzrq | -2/+3 |
| 2022-06-04 | Update library/std/src/collections/hash/set.rs | nzrq | -1/+1 |
| 2022-06-03 | Update set.rs | nzrq | -6/+4 |
| 2022-06-03 | Add note to documentation of HashSet::intersection | nzrq | -0/+7 |