aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/ptr.rs
AgeCommit message (Expand)AuthorFilesLines
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-1/+29
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda1-1/+0
2026-04-03rust: ptr: add const_align_up()John Hubbard1-0/+29
2026-03-30rust: add `const_assert!` macroGary Guo1-6/+6
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