Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2026-03-14 15:21:35 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/os
History
David CARLIER b9d2e0e308 std.os: add linux timer api
2023-05-19 03:41:10 +03: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.os: add linux timer api
2023-05-19 03:41:10 +03:00
plan9.zig
…
test.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
uefi.zig
…
wasi.zig
…
windows.zig
convert s[start..start+len] to s[start..][0..len]
2023-05-07 15:55:21 +10:00