| Age | Commit message (Expand) | Author | Lines |
| 2025-07-30 | Implement push_mut | Balt | -4/+50 |
| 2025-07-06 | Renamed retain_mut to retain on LinkedList as mentioned in the ACP | Joshua Gentry | -37/+2 |
| 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-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -2/+7 |
| 2025-04-09 | replace version placeholder | Boxy | -4/+4 |
| 2025-02-23 | stabilize extract_if | bendn | -5/+4 |
| 2024-12-16 | remove bounds from vec and linkedlist ExtractIf | The 8472 | -7/+2 |
| 2024-10-16 | Fix predicate signatures in retain_mut docs | Collin O'Connor | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-01 | LinkedList's Cursor: method to get a ref to the cursor's list | Pavel Grigorenko | -0/+20 |
| 2024-06-04 | Make deleting on LinkedList aware of the allocator | Andrei Damian | -2/+2 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -8/+14 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+10 |
| 2023-12-09 | Auto merge of #114136 - TennyZhuang:linked-list-retain, r=thomcc | bors | -0/+93 |
| 2023-07-30 | Avoid using ptr::Unique in LinkedList code | Ryan Lowe | -11/+13 |
| 2023-07-28 | add LinkedList::{retain,retain_mut} | TennyZhuang | -0/+93 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -16/+16 |
| 2023-06-14 | remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use] | The 8472 | -27/+5 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -3/+3 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -135/+224 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -135/+224 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+1 |
| 2023-02-28 | rewrite iterator `Default` tests as doctests | The 8472 | -0/+14 |
| 2023-02-28 | Implement Default for some alloc/core iterators | The 8472 | -0/+21 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -2/+2 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -1/+1 |
| 2022-02-19 | Fix some confusing wording and improve slice-search-related docs | r00ster91 | -5/+5 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+2 |
| 2021-12-10 | Fix since attribute for const_linked_list_new feature | Martin Fischer | -1/+1 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+1 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+2 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+21 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+1 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -2/+6 |
| 2021-09-24 | unitalicize O(1) complexities | Takashi Idobe | -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 | -1/+1 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+1 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -1/+2 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |