about summary refs log tree commit diff
path: root/library/alloc/src/collections/linked_list
AgeCommit message (Expand)AuthorLines
2025-06-18vec_deque tests: remove static mutMarijn Schouten-17/+1
2025-06-17linked_list tests: buff check_linksMarijn Schouten-40/+25
2025-06-16linked_list tests: less static mutMarijn Schouten-66/+30
2025-02-08Rustfmtbjorn3-12/+16
2025-01-20alloc: add `#![warn(unreachable_pub)]`Urgau-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-17/+13
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+5
2024-06-04Make deleting on LinkedList aware of the allocatorAndrei Damian-0/+39
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-21/+21
2023-06-14remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use]The 8472-3/+9
2023-06-13ignore core, alloc and test tests that require unwinding on panic=abortPietro Albini-0/+3
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-6/+7
2022-12-28Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514fee1-dead-28/+28
2022-05-29Use Box::new() instead of box syntax in alloc testsest31-11/+11
2022-05-02Slightly tighten leak-on-panic test casesStein Somers-28/+28
2022-03-11Classify BinaryHeap & LinkedList unit tests as suchStein Somers-8/+687
2021-07-01Implement changes suggested by @AmanieuIan Wahbe-0/+12
2021-06-29Add non-mutable methods to `Cursor`Ian Wahbe-0/+3
2021-06-29add head/tail methods to linked list mutable cursorIan Wahbe-0/+32
2020-08-01Remove `linked_list_extras` methods.Charles Lew-27/+0
2020-07-27mv std libs to library/mark-0/+457