This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2025-12-16 03:03:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
std
/
os
/
bits
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
..
linux
Correct flag definitions for arm64
2019-05-30 17:05:39 +02:00
darwin.zig
Add sigaltstack syscall
2019-05-28 15:22:19 +02:00
freebsd.zig
Move dl_iterate_phdr to os.zig
2019-05-31 11:59:53 +02:00
linux.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
netbsd.zig
Move dl_iterate_phdr to os.zig
2019-05-31 11:59:53 +02:00
wasi.zig
more fixes for windows and wasi
2019-05-27 01:35:58 -04:00
windows.zig
run zig fmt to update
use
to
usingnamespace
2019-05-29 19:09:58 -04:00