Files
zig/lib/std
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
..
2026-03-10 10:38:50 +00:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2026-03-10 10:26:07 +00:00
2026-03-10 10:38:50 +00:00
2025-11-22 22:42:38 +00:00
2026-03-10 10:26:13 +00:00
2026-02-11 23:37:31 +01:00
2026-03-10 10:26:14 +00:00
2026-03-10 10:38:50 +00:00
2026-02-13 17:58:09 -05:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:07 +00:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2026-03-10 10:38:50 +00:00
2025-11-22 22:42:38 +00:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:38:50 +00:00
2026-03-10 10:26:14 +00:00
2026-02-11 23:37:31 +01:00
2026-03-09 03:19:11 +01:00
2026-02-05 16:50:41 -08:00
2026-03-10 10:26:07 +00:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-03-10 10:26:09 +00:00