| Age | Commit message (Expand) | Author | Lines |
| 2021-11-12 | provide a `SpecExtend` trait for `Vec<T>` | Neutron3529 | -0/+8 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -2/+10 |
| 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 len and is_empty | John Kugelman | -4/+12 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -18/+57 |
| 2021-10-27 | Remove big O notation | r00ster91 | -1/+1 |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -9/+9 |
| 2021-10-18 | Avoid overflow in `VecDeque::with_capacity_in()`. | Hans Kratz | -1/+1 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -18/+57 |
| 2021-10-15 | Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se | bors | -2/+30 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+8 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+2 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+2 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+7 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -10/+15 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -10/+15 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+7 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+3 |
| 2021-10-06 | Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip... | Manish Goregaokar | -16/+21 |
| 2021-10-05 | refactor: VecDeques IterMut fields to private | DeveloperC | -16/+21 |
| 2021-10-05 | refactor: VecDeques Drain fields to private | DeveloperC286 | -17/+26 |
| 2021-10-04 | Rollup merge of #89244 - DeveloperC286:pair_slices_fields_to_private, r=josht... | Manish Goregaokar | -4/+4 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -6/+4 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -0/+1 |
| 2021-10-04 | Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se | Jubilee | -1/+41 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -6/+4 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-04 | Update outdated comment | Xinye Tao | -1/+1 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -0/+1 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+4 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -4/+4 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -9/+21 |
| 2021-09-25 | refactor: VecDeques PairSlices fields to private | DeveloperC | -4/+4 |
| 2021-09-24 | unitalicize O(1) complexities | Takashi Idobe | -4/+4 |
| 2021-09-24 | consistent big O notation | r00ster91 | -4/+4 |
| 2021-09-23 | remove trailing whitespace | Takashi Idobe | -4/+4 |
| 2021-09-23 | Add time complexities to linked_list.rs | Takashi Idobe | -0/+10 |
| 2021-09-22 | PR fixup | Aman Arora | -4/+4 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+4 |
| 2021-09-17 | refactor: VecDeques IntoIter fields to private | DeveloperC286 | -2/+8 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -5/+10 |
| 2021-09-16 | Add intra-doc-links to BinaryHeap rustdoc | est31 | -3/+7 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |
| 2021-09-08 | rearrange to be panic safe | tabokie | -10/+12 |
| 2021-09-07 | Optimize VecDeque::append | tabokie | -2/+28 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+101 |
| 2021-09-05 | Fix typo: needede -> needed | Yechan Bae | -1/+1 |
| 2021-09-02 | Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytm | Mara Bos | -1/+4 |