summaryrefslogtreecommitdiffstats
path: root/rust/kernel/list
AgeCommit message (Expand)AuthorLines
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo-3/+0
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda-1/+1
2024-08-23rust: list: add ListArcFieldAlice Ryhl-0/+96
2024-08-23rust: list: support heterogeneous listsAlice Ryhl-0/+131
2024-08-23rust: list: add ListAlice Ryhl-2/+4
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl-0/+143
2024-08-23rust: list: add tracking for ListArcAlice Ryhl-2/+169
2024-08-23rust: list: add ListArcAlice Ryhl-0/+352