| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-09 | Replace iterator-based set construction by *Set::From<[T; N]> | Júnior Bassani | -38/+37 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -2/+2 |
| 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-11-10 | Fix collection entry API documentation. | Joseph Roitman | -1/+1 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+8 |
| 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 | -20/+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-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+20 |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -2/+2 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+20 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+8 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+6 |
| 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/+6 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -5/+3 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -2/+2 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -9/+9 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -2/+4 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -2/+2 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -2/+2 |
| 2021-09-24 | consistent big O notation | r00ster91 | -9/+9 |
| 2021-09-22 | PR fixup | Aman Arora | -0/+1 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -2/+4 |
| 2021-09-09 | Fix typo in docs for iterators | Jesse Ruderman | -1/+1 |
| 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-12 | Auto merge of #87843 - kornelski:try_reserve, r=m-ou-se | bors | -9/+12 |