Files
zig/src
Matthew Lugg 0978566db8 incremental: handle loss of main struct instruction
My changes to how incremental compilation handles container types mean
that, at least for now, it is possible for the ZIR `.main_struct_inst`
of a source file to be lost (this happens if the number of top-level
fields in a file changes for instance). I missed a few things which
needed changing to account for this, which could lead to crashes with
certain (trivial) changes---oops!

Adds two new incremental test cases. They are currently disabled for
wasm32-wasi-selfhosted because they both trigger a crash in the WASM
backend.
2026-03-12 21:27:16 +01:00
..
2026-03-10 00:42:32 +01:00
2026-03-10 10:26:14 +00:00
2026-03-10 10:26:07 +00:00
2026-02-09 10:47:21 -05:00
2026-03-10 10:26:14 +00:00
2026-03-10 10:26:14 +00:00
2026-03-10 10:26:07 +00:00
2026-02-09 10:47:21 -05:00
2026-03-10 10:26:14 +00:00