summaryrefslogtreecommitdiffstats
path: root/rust/kernel/rbtree.rs
AgeCommit message (Expand)AuthorLines
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-22/+27
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda-3/+6
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda-9/+8
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl-75/+230
2024-08-31rust: rbtree: add cursorMatt Gilbride-0/+523
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho-14/+89
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho-18/+112
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho-0/+432