| Age | Commit message (Expand) | Author | Lines |
| 2025-07-06 | Renamed retain_mut to retain on LinkedList as mentioned in the ACP | Joshua Gentry | -37/+2 |
| 2025-06-27 | BTreeSet: remove duplicated code by reusing `from_sorted_iter` | Cheng Xu | -3/+1 |
| 2025-06-18 | vec_deque tests: remove static mut | Marijn Schouten | -43/+13 |
| 2025-06-17 | Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35 | Jacob Pratt | -106/+55 |
| 2025-06-17 | linked_list tests: buff check_links | Marijn Schouten | -40/+25 |
| 2025-06-16 | linked_list tests: less static mut | Marijn Schouten | -66/+30 |
| 2025-06-13 | Remove unneeded lifetimes from signature of BTreeSet::extract_if | David Tolnay | -4/+4 |
| 2025-06-02 | Lightly tweak docs for BTree{Map,Set}::extract_if | Sidney Cammeresi | -7/+7 |
| 2025-05-27 | Unit test for Range parameter of `BTreeMap::extract_if` | Sidney Cammeresi | -0/+24 |
| 2025-05-27 | Update docs for new Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -4/+16 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -31/+31 |
| 2025-05-27 | Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if` | Sidney Cammeresi | -19/+57 |
| 2025-05-25 | Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-Simulacrum | Jacob Pratt | -10/+12 |
| 2025-05-21 | std: fix doctest and explain for as_slices and as_mut_slices in VecDeque | xizheyin | -5/+28 |
| 2025-05-17 | Docs(lib/extract_if): Unify example description | Paul Mabileau | -1/+1 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about elements mutation | Paul Mabileau | -2/+2 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -3/+3 |
| 2025-05-17 | Docs(lib/coll/btm): Split `extract_if`'s first sentence from the following ones | Paul Mabileau | -4/+6 |
| 2025-05-07 | Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhpratt | Jacob Pratt | -0/+67 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -15/+18 |
| 2025-05-05 | Implement `VecDeque::truncate_front()` | Vladimir Krivopalov | -0/+67 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -1/+1 |
| 2025-04-09 | intra-doc link | Boxy | -1/+1 |
| 2025-04-09 | replace version placeholder | Boxy | -4/+4 |
| 2025-03-12 | Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay | Matthias Krüger | -4/+78 |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-07 | Add comments | bjorn3 | -0/+3 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -1/+29 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -4/+4 |
| 2025-02-25 | Rollup merge of #137576 - goffrie:setvalzst, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-23 | stabilize extract_if | bendn | -5/+4 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -1/+1 |
| 2025-02-09 | Fix pattern matching mode changes and unsafe_op_in_unsafe_fn | Michael Goulet | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -21/+30 |
| 2025-01-30 | Rollup merge of #136215 - btj:patch-1, r=cuviper | Stuart Cook | -2/+2 |
| 2025-01-29 | btree/node.rs: pop_internal_level: does not invalidate other handles | Bart Jacobs | -0/+3 |
| 2025-01-28 | btree/node.rs: remove incorrect comment from pop_internal_level docs | Bart Jacobs | -3/+0 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -0/+1 |
| 2025-01-28 | Rollup merge of #135367 - Urgau:unreach_pub-std-3, r=Noratrieb | Matthias Krüger | -168/+203 |
| 2025-01-25 | [Clippy] Add vec_reserve & vecdeque_reserve diagnostic items | wowinter13 | -0/+1 |
| 2025-01-24 | Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc | Matthias Krüger | -0/+46 |
| 2025-01-22 | Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if` | Pavel Grigorenko | -0/+46 |
| 2025-01-22 | Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut` | Pavel Grigorenko | -4/+4 |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -168/+203 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -3/+1 |
| 2024-12-26 | Rollup merge of #134644 - kpreid:duplicates, r=Mark-Simulacrum | Jacob Pratt | -1/+13 |
| 2024-12-22 | Specify only that duplicates are discarded, not the order. | Kevin Reid | -4/+5 |
| 2024-12-21 | Document collection `From` and `FromIterator` impls that drop duplicate keys. | Kevin Reid | -1/+12 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+1 |