Files
Justus Klausecker 36069a2a7d Sema: make dereferences of comptime-known null C pointers runtime-known
This allows `@TypeOf(@as([*c]T, null).*.x)` to (continue to) work.
In the long term these are probably not the semantics we want, unwrapping
a comptime-known `null` pointer should always result in `unreachable`.

Also adds missing runtime safety checks for loading null C pointers.
2026-06-20 09:45:38 +02:00
..
2026-06-07 04:58:53 +02:00
2026-04-22 19:30:39 +02:00