Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-03-08 | rust: improve lifetimes markup | 1 | -3/+3 | |
2025-02-12 | rust: rbtree: fix overindented list item | 1 | -1/+1 | |
2025-01-13 | rust: rbtree: remove unwrap in asserts | 1 | -23/+23 | |
2024-10-15 | rust: treewide: switch to our kernel `Box` type | 1 | -22/+27 | |
2024-10-07 | rust: rbtree: fix `SAFETY` comments that should be `# Safety` sections | 1 | -3/+6 | |
2024-09-04 | rust: avoid `box_uninit_write` feature | 1 | -9/+8 | |
2024-08-31 | rust: rbtree: add `RBTree::entry` | 1 | -75/+230 | |
2024-08-31 | rust: rbtree: add cursor | 1 | -0/+523 | |
2024-08-31 | rust: rbtree: add mutable iterator | 1 | -14/+89 | |
2024-08-31 | rust: rbtree: add iterator | 1 | -18/+112 | |
2024-08-31 | rust: rbtree: add red-black tree implementation backed by the C version | 1 | -0/+432 |