summaryrefslogtreecommitdiff
path: root/rust/kernel/list
AgeCommit message (Expand)AuthorFilesLines
2025-01-14rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding1-3/+6
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-3/+0
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-1/+1
2024-08-23rust: list: add ListArcFieldAlice Ryhl1-0/+96
2024-08-23rust: list: support heterogeneous listsAlice Ryhl1-0/+131
2024-08-23rust: list: add ListAlice Ryhl1-2/+4
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl1-0/+143
2024-08-23rust: list: add tracking for ListArcAlice Ryhl1-2/+169
2024-08-23rust: list: add ListArcAlice Ryhl1-0/+352