index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
list.rs
Age
Commit message (
Expand
)
Author
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-06-24
rust: list: replace unwrap() with ? in doctest examples
Albin Babu Varghese
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
2025-03-08
rust: list: extract common code for insertion
Alice Ryhl
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-08-23
rust: list: add ListArcField
Alice Ryhl
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
2024-08-23
rust: list: add cursor
Alice Ryhl
2024-08-23
rust: list: add iterators
Alice Ryhl
2024-08-23
rust: list: add List
Alice Ryhl
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
2024-08-23
rust: list: add struct with prev/next pointers
Alice Ryhl
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
2024-08-23
rust: list: add ListArc
Alice Ryhl