| Age | Commit message (Expand) | Author | Lines |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -7/+0 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 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 |
| 2022-04-27 | HashMap doc: Don't use monospace font for 'Entry Api' | Nixon Enraght-Moony | -1/+1 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -1/+1 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -2/+2 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -2/+2 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -27/+27 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -20/+20 |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -1/+10 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -1/+10 |
| 2022-02-17 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+20 |
| 2022-01-22 | Disable test_try_reserve on Android | Amanieu d'Antras | -0/+1 |
| 2022-01-21 | Update HashMap::try_reserve test to version from hashbrown | Amanieu d'Antras | -5/+15 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -11/+11 |
| 2022-01-01 | Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnay | Matthias Krüger | -99/+99 |
| 2021-12-21 | Rollup merge of #90345 - passcod:entry-insert, r=dtolnay | Matthias Krüger | -6/+6 |
| 2021-12-20 | Bump insert_entry stabilization to Rust 1.59 | David Tolnay | -2/+2 |
| 2021-12-11 | Remove unnecessary bounds for some Hash{Map,Set} methods | Xidorn Quan | -99/+99 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -38/+37 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -53/+70 |