zig/lib/std/os
Veikka Tuominen ca16f1e8a7 std.Target adjustments
* move `ptrBitWidth` from Arch to Target since it needs to know about the abi
* double isn't always 8 bits
* AVR uses 1-byte alignment for everything in GCC
2023-05-26 21:42:19 -07:00
..
linux fix incorrect use of mutable pointers to temporary values 2023-05-11 17:23:06 +03:00
plan9
uefi std: update to use @memcpy directly 2023-04-28 13:24:43 -07:00
windows std: fix uses of comptime blocks in non-inline functions 2023-04-18 19:51:18 -07:00
linux.zig std.Target adjustments 2023-05-26 21:42:19 -07:00
plan9.zig
test.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
uefi.zig Make invalidFmtError public and use in place of compileErrors for bad format strings (#13526) 2022-11-12 21:03:24 +02:00
wasi.zig std: fix WASI regressions 2022-12-06 12:15:05 -07:00
windows.zig convert s[start..start+len] to s[start..][0..len] 2023-05-07 15:55:21 +10:00