| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-25 | SinglyLinkedList.remove docs: Assumes -> asserts | Ryan Liptak | |
| Removing a node that is not in the list invokes safety-checked illegal behavior, so "asserts" is the recommended language to use. | |||
| 2025-10-25 | `*LinkedList.remove()` assumes node is in the list | IOKG04 | |
| probably closes https://github.com/ziglang/zig/issues/16795 | |||
| 2025-04-03 | de-genericify SinglyLinkedList | Andrew Kelley | |
| by making it always intrusive, we make it a more broadly useful API, and avoid binary bloat. | |||
