about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_pointers.rs
AgeCommit message (Expand)AuthorLines
2025-06-29mir: Use the `new` method for `BasicBlockData`dianqk-5/+5
2025-04-28Rework the logic for PointerFinder::visit_placeBastian Kersting-22/+17
2025-04-25Extend the alignment check to borrowsBastian Kersting-21/+36
2025-02-24Rollup merge of #136610 - Jarcho:range_idx, r=NoratriebJacob Pratt-2/+1
2025-02-21Iterate directly on block indices in `rustc_mir_transform`Jason Newcomb-2/+1
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-1/+1
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-6/+8
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-1/+2
2025-01-30Refactor `PointerFinder` into a separate moduleBastian Kersting-0/+233