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 2025-12-15 18:53:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/std/special
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
..
compiler_rt
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
init-exe
breaking changes to zig build API and improved caching
2019-03-08 23:23:11 -05:00
init-lib
std.debug.assert: remove special case for test builds
2019-02-08 18:23:38 -05:00
bootstrap_lib.zig
support building static libraries
2018-10-09 13:15:14 -04:00
bootstrap_windows_tls.zig
compile error for import outside package path
2019-03-02 10:38:27 -05:00
bootstrap.zig
fixes for Windows and WASI
2019-05-27 00:48:56 -04:00
build_runner.zig
clean up references to os
2019-05-26 18:32:44 -04:00
c.zig
add bcmp implementation as LLVM 9 now emits those
2019-06-08 17:24:30 -04:00
compiler_rt.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
panic.zig
wasi: switch to "standard" wasi_unstable module fn
2019-04-15 18:44:33 -04:00
test_runner.zig
clean up test output
2019-04-26 15:10:13 -04:00