Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rust: rbtree: remove unwrap in asserts | Daniel Sedlak | 2025-01-13 | 1 | -23/+23 |
* | rust: treewide: switch to our kernel `Box` type | Danilo Krummrich | 2024-10-15 | 1 | -22/+27 |
* | rust: rbtree: fix `SAFETY` comments that should be `# Safety` sections | Miguel Ojeda | 2024-10-07 | 1 | -3/+6 |
* | rust: avoid `box_uninit_write` feature | Miguel Ojeda | 2024-09-04 | 1 | -9/+8 |
* | rust: rbtree: add `RBTree::entry` | Alice Ryhl | 2024-08-31 | 1 | -75/+230 |
* | rust: rbtree: add cursor | Matt Gilbride | 2024-08-31 | 1 | -0/+523 |
* | rust: rbtree: add mutable iterator | Wedson Almeida Filho | 2024-08-31 | 1 | -14/+89 |
* | rust: rbtree: add iterator | Wedson Almeida Filho | 2024-08-31 | 1 | -18/+112 |
* | rust: rbtree: add red-black tree implementation backed by the C version | Wedson Almeida Filho | 2024-08-31 | 1 | -0/+432 |