summaryrefslogtreecommitdiff
path: root/rust/kernel/ptr.rs
AgeCommit message (Expand)AuthorFilesLines
2026-03-07rust: ptr: add projection infrastructureGary Guo1-0/+3
2026-03-07rust: ptr: add `KnownSize` trait to support DST size info extractionGary Guo1-1/+26
2026-01-19rust: ptr: replace unneeded use of `build_assert`Alexandre Courbot1-6/+6
2025-10-20rust: remove spurious `use core::fmt::Debug`Tamir Duberstein1-1/+0
2025-09-22rust: add `Alignment` typeAlexandre Courbot1-0/+228