summaryrefslogtreecommitdiff
path: root/rust/kernel/ptr/projection.rs
AgeCommit message (Expand)Author
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo
2026-06-05rust: ptr: add panicking index projection variantGary Guo
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo
2026-03-07rust: ptr: add projection infrastructureGary Guo