This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
mirror of
https://codeberg.org/ziglang/zig.git
synced
2025-12-08 23:04:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
16dbb960fc
zig
/
lib
/
std
/
os
History
yujiri8
a1bb9e94d4
fix type errors in os.linux (
#15801
)
...
* fix NUMA-related functions in os.linux * fix os.linux.CPU_ISSET
2023-05-22 13:34:39 +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
fix type errors in os.linux (
#15801
)
2023-05-22 13:34:39 +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