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-24 15:13:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley 02f3a834b0
struct types get fully qualified names
and function symbol names become fully qualified
2019-02-28 15:40:57 -05:00
..
stage1
struct types get fully qualified names
2019-02-28 15:40:57 -05:00
stage2
fix race conditions in self-hosted compiler; add test
2018-07-24 21:28:54 -04:00
standalone
std.debug.assert: remove special case for test builds
2019-02-08 18:23:38 -05:00
assemble_and_link.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
build_examples.zig
building DLLs on Windows works better
2019-02-25 13:34:25 -05:00
cli.zig
std.debug.assert: remove special case for test builds
2019-02-08 18:23:38 -05:00
compare_output.zig
New Zig formal grammar (#1685)
2018-11-13 05:08:37 -08:00
compile_errors.zig
remove namespace type; files are empty structs
2019-02-28 10:11:32 -05:00
gen_h.zig
New Zig formal grammar (#1685)
2018-11-13 05:08:37 -08:00
runtime_safety.zig
implement vector negation
2019-02-22 13:28:57 -05:00
tests.zig
breaking changes to the way targets work in zig
2019-02-26 15:58:10 -05:00
translate_c.zig
Translate parameterless C functions (#1978)
2019-02-18 10:26:45 -05:00