Bastian Kersting 8196d260e8 Insert null checks for pointer dereferences when debug assertions are enabled
Similar to how the alignment is already checked, this adds a check
for null pointer dereferences in debug mode. It is implemented similarly
to the alignment check as a MirPass.

This is related to a 2025H1 project goal for better UB checks in debug
mode: https://github.com/rust-lang/rust-project-goals/pull/177.
2025-01-31 11:13:34 +00:00
..
2025-01-21 10:05:32 +01:00
2025-01-17 21:28:11 +02:00
2024-12-28 18:23:24 +01:00
2025-01-09 05:43:08 +02:00
2025-01-17 21:28:11 +02:00
2025-01-06 17:57:17 +01:00
2025-01-14 01:31:07 -06:00