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-12 09:13:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley 8c77c5705f
implementation for bitcasting extern enum type to c_int
closes #1036
2018-09-18 15:00:14 -04:00
..
cases
implementation for bitcasting extern enum type to c_int
2018-09-18 15:00:14 -04:00
stage1/c_abi
C ABI: support returning large structs on x86_64
2018-09-07 20:09:33 -04:00
stage2
fix race conditions in self-hosted compiler; add test
2018-07-24 21:28:54 -04:00
standalone
Fix additional regressions calling FileOutStream/FileInStream init()
2018-09-14 12:07:21 -04:00
assemble_and_link.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
behavior.zig
somewhat realistic usecase test for shifting strange integer sizes
2018-09-17 20:49:23 -04:00
build_examples.zig
add C ABI tests
2018-09-06 16:29:35 -04:00
cli.zig
remove zig build --init. add zig init-lib and zig init-exe
2018-09-17 17:11:18 -04:00
compare_output.zig
fix regressions
2018-09-02 18:35:32 -04:00
compile_errors.zig
add compile error for @ptrCast 0 bit type to non-0 bit type
2018-09-17 19:41:11 -04:00
gen_h.zig
add C ABI tests
2018-09-06 16:29:35 -04:00
runtime_safety.zig
fix codegen for @intCast to u0
2018-09-17 20:33:42 -04:00
tests.zig
remove zig build --init. add zig init-lib and zig init-exe
2018-09-17 17:11:18 -04:00
translate_c.zig
Revert "Merge branch 'mtn-translate-c-enum-vals'"
2018-08-21 20:50:03 -04:00