about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_pointers.rs
AgeCommit message (Expand)AuthorLines
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