aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/list (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-20rust: list: remove nonexistent generic parameter in linkMiguel Ojeda1-2/+2
2025-07-19rust: list: remove OFFSET constantsTamir Duberstein1-76/+69
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein1-3/+93
2025-07-19rust: list: use fully qualified pathTamir Duberstein1-5/+5
2025-07-19rust: list: use consistent self parameter nameTamir Duberstein1-4/+4
2025-07-19rust: list: use consistent type parameter styleTamir Duberstein1-5/+5
2025-07-19rust: list: simplify macro captureTamir Duberstein1-11/+5
2025-07-19rust: list: undo unintended replacement of method nameMiguel Ojeda1-1/+1
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl1-2/+2
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-26rust: make section names pluralPatrick Miller1-1/+1
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin1-1/+1
2025-01-13rust: 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