Files
zig/lib/compiler/resinator
Matthew Lugg 5ec3a0cd54 std: update for language changes
Now that zig1.wasm is updated, apply the matching standard library
changes.

The main one is in `std.builtin.Type`, where `alignment` fields now have
type `?usize` rather than `comptime_int`.

Additionally, we need to add explicit backing integers to some packed
unions, because (due to https://github.com/ziglang/zig/issues/24714)
they need explicit backing integers to be used in `extern` contexts.
This change could not happen before now, because prior to this branch,
packed unions did not allow explicit backing integer types (that is,
this branch implemented https://github.com/ziglang/zig/issues/25350).
2026-03-10 10:38:50 +00:00
..
2025-08-29 17:14:26 -07:00
2026-01-14 01:04:24 +01:00
2025-11-22 22:42:38 +00:00
2025-01-17 23:10:41 -08:00
2026-01-14 01:04:24 +01:00
2026-03-10 10:38:50 +00:00
2026-01-14 01:04:24 +01:00
2025-07-07 22:43:51 -07:00
2026-01-14 01:04:24 +01:00
2026-01-14 01:04:24 +01:00
2025-01-17 23:10:41 -08:00
2025-08-31 12:49:18 -07:00
2026-01-14 01:04:24 +01:00