zig/lib/std/os
mlugg d00e05f186
all: update to std.builtin.Type.Pointer.Size field renames
This was done by regex substitution with `sed`. I then manually went
over the entire diff and fixed any incorrect changes.

This diff also changes a lot of `callconv(.C)` to `callconv(.c)`, since
my regex happened to also trigger here. I opted to leave these changes
in, since they *are* a correct migration, even if they're not the one I
was trying to do!
2025-01-16 12:46:29 +00:00
..
linux all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
windows std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
emscripten.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
linux.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
plan9.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
uefi.zig std.os.uefi: Fix calling convention build error 2024-10-25 10:45:55 +02:00
wasi.zig Copy in WASI rights_t documentation 2024-10-06 09:44:52 +01:00
windows.zig Sema: rewrite semantic analysis of function calls 2025-01-09 06:46:47 +00:00