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