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-01-02 19:43:29 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/std/os
History
Andrew Kelley b735764898
different array literal syntax when inferring the size
old syntax:  []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}

closes #1797
2019-06-09 19:26:32 -04:00
..
bits
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
linux
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
windows
switched to fixed-length buffer for error messages
2019-06-05 17:34:58 -05:00
bits.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00
darwin.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00
freebsd.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00
linux.zig
Fix some syscalls on arm64
2019-05-30 16:28:33 +02:00
netbsd.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00
test.zig
Move dl_iterate_phdr to os.zig
2019-05-31 11:59:53 +02:00
uefi.zig
Add sigaltstack wrapper in os.zig
2019-05-29 22:38:14 +02:00
wasi.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00
windows.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
zen.zig
run zig fmt to update use to usingnamespace
2019-05-29 19:09:58 -04:00