zig/lib/std/os
Jacob Young d10c52c194 AstGen: disallow alignment on function types
A pointer type already has an alignment, so this information does not
need to be duplicated on the function type.  This already has precedence
with addrspace which is already disallowed on function types for this
reason.  Also fixes `@TypeOf(&func)` to have the correct addrspace and
alignment.
2024-03-17 03:06:17 +01:00
..
linux io_uring: ring mapped buffers (#17806) 2024-03-15 22:34:31 -04:00
plan9 plan 9: filesystem support 2023-08-02 17:39:52 -04:00
uefi Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00
windows Windows: Replace CreatePipe with ntdll implementation 2024-03-16 23:37:50 +11:00
emscripten.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
linux.zig AstGen: disallow alignment on function types 2024-03-17 03:06:17 +01:00
plan9.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
test.zig std.builtin: make atomic order fields lowercase 2024-03-11 07:09:10 -07:00
uefi.zig os.uefi: add ns to epoch 2023-12-20 20:05:16 -08:00
wasi.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
windows.zig Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enum 2024-03-16 23:37:50 +11:00