This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
zig
/
std
/
os
/
linux
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
..
arm64.zig
more progress on posix API layer
2019-05-26 18:32:43 -04:00
test.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
tls.zig
behavior tests passing on Linux
2019-05-26 19:56:37 -04:00
vdso.zig
tests passing on linux
2019-05-26 23:35:26 -04:00
x86_64.zig
run zig fmt to update
use
to
usingnamespace
2019-05-29 19:09:58 -04:00