about summary refs log tree commit diff
path: root/tests/ui/mir/null
AgeCommit message (Expand)AuthorLines
2025-07-19tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)Martin Nordholts-6/+6
2025-02-08occured -> occurredMichael Goulet-6/+6
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-0/+20
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+87