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