summaryrefslogtreecommitdiffstats
path: root/rust/kernel/rbtree.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: rbtree: remove unwrap in assertsDaniel Sedlak2025-01-131-23/+23
* rust: treewide: switch to our kernel `Box` typeDanilo Krummrich2024-10-151-22/+27
* rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda2024-10-071-3/+6
* rust: avoid `box_uninit_write` featureMiguel Ojeda2024-09-041-9/+8
* rust: rbtree: add `RBTree::entry`Alice Ryhl2024-08-311-75/+230
* rust: rbtree: add cursorMatt Gilbride2024-08-311-0/+523
* rust: rbtree: add mutable iteratorWedson Almeida Filho2024-08-311-14/+89
* rust: rbtree: add iteratorWedson Almeida Filho2024-08-311-18/+112
* rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho2024-08-311-0/+432