about summary refs log tree commit diff
path: root/library/alloc/src/collections/linked_list
AgeCommit message (Expand)AuthorLines
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