summaryrefslogtreecommitdiff
path: root/rust/kernel/list.rs
AgeCommit message (Expand)Author
2025-05-22rust: list: Add examples for linked listI Hsin Cheng
2025-05-22rust: list: Use "List::is_empty()" to perform checking when possibleI Hsin Cheng
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-08rust: list: make the cursor point between elementsAlice Ryhl
2025-03-08rust: list: extract common code for insertionAlice Ryhl
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-08-23rust: list: add ListArcFieldAlice Ryhl
2024-08-23rust: list: support heterogeneous listsAlice Ryhl
2024-08-23rust: list: add cursorAlice Ryhl
2024-08-23rust: list: add iteratorsAlice Ryhl
2024-08-23rust: list: add ListAlice Ryhl
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl
2024-08-23rust: list: add struct with prev/next pointersAlice Ryhl
2024-08-23rust: list: add tracking for ListArcAlice Ryhl
2024-08-23rust: list: add ListArcAlice Ryhl