about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_null.rs
AgeCommit message (Expand)AuthorLines
2025-06-29mir: Add a `new` method to `statement`dianqk-18/+17
2025-04-25Extend the alignment check to borrowsBastian Kersting-2/+8
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-23/+46
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+110