| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -0/+4 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -0/+4 |
| 2022-02-17 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+10 |
| 2022-01-01 | Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnay | Matthias Krüger | -77/+77 |
| 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 | -77/+77 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -53/+70 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-12-03 | Make `HashMap`s mutable again | Joseph T Lyons | -6/+6 |
| 2021-12-02 | Use `HashMap::from()` instead of using `HashMap::new()` with `HashMap::insert()` | Joseph T Lyons | -53/+70 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+5 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -10/+0 |
| 2021-10-28 | Stabilise entry_insert | Félix Saparelli | -4/+2 |
| 2021-10-28 | Update doctests for renames | Félix Saparelli | -2/+2 |
| 2021-10-28 | Expose HashMap:VacantEntry:insert_entry | Félix Saparelli | -1/+3 |
| 2021-10-28 | Rename HashMap:Entry:insert to :insert_entry | Félix Saparelli | -1/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+10 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+3 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+4 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -2/+1 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-22 | PR fixup | Aman Arora | -0/+1 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -1/+2 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -3/+3 |
| 2021-08-23 | Auto merge of #87598 - ccqpein:master, r=yaahc | bors | -2/+10 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-22 | Add doctests for 's into_values and into_keys methods | ccQpein | -2/+10 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -2/+1 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -1/+1 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -2/+5 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-07-28 | Rollup merge of #87330 - inquisitivecrystal:extend-reserve, r=JohnTitor | Yuki Okushi | -9/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -2/+0 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -17/+51 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -2/+5 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -1/+1 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-20 | Use hashbrown's `extend_reserve()` in `HashMap` | inquisitivecrystal | -9/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -2/+1 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+1 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -17/+51 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-05-06 | Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se | Dylan DPC | -18/+12 |
| 2021-05-05 | Bump map_into_keys_values stable version to 1.54.0. | Mara Bos | -12/+12 |