| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-01 | Rollup merge of #97611 - azdavis:master, r=Dylan-DPC | Yuki Okushi | -2/+3 |
| 2022-06-01 | Rollup merge of #94647 - Urgau:hash-map-many-mut, r=Amanieu | Yuki Okushi | -0/+113 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -2/+3 |
| 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 | -8/+10 |
| 2022-05-20 | Add complexity estimation of iterating over HashSet and HashMap | AngelicosPhosphoros | -0/+50 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -2/+2 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -1/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+8 |