| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-18 | vec_deque tests: remove static mut | Marijn Schouten | -17/+1 | |
| 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-02-08 | Rustfmt | bjorn3 | -12/+16 | |
| 2025-01-20 | alloc: add `#![warn(unreachable_pub)]` | Urgau | -1/+1 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -17/+13 | |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+3 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+5 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-04 | Make deleting on LinkedList aware of the allocator | Andrei Damian | -0/+39 | |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -21/+21 | |
| 2023-06-14 | remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use] | The 8472 | -3/+9 | |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+3 | |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -6/+7 | |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -28/+28 | |
| Test leaking of BinaryHeap Drain iterators Add test cases about forgetting the `BinaryHeap::Drain` iterator, and slightly fortifies some other test cases. Consists of separate commits that I don't think are relevant on their own (but I'll happily turn these into more PRs if desired). | ||||
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -11/+11 | |
| 2022-05-02 | Slightly tighten leak-on-panic test cases | Stein Somers | -28/+28 | |
| 2022-03-11 | Classify BinaryHeap & LinkedList unit tests as such | Stein Somers | -8/+687 | |
| 2021-07-01 | Implement changes suggested by @Amanieu | Ian Wahbe | -0/+12 | |
| 2021-06-29 | Add non-mutable methods to `Cursor` | Ian Wahbe | -0/+3 | |
| 2021-06-29 | add head/tail methods to linked list mutable cursor | Ian Wahbe | -0/+32 | |
| 2020-08-01 | Remove `linked_list_extras` methods. | Charles Lew | -27/+0 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+457 | |
