This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
zig
Watch
1
Fork
0
You've already forked zig
Code
Releases
Activity
Files
080dd27157e79adc8e5d5b7c1dcf94919624abab
zig
/
test
History
Andrew Kelley
080dd27157
breaking: fix @typeInfo handling of global error set type
...
`builtin.TypeInfo.ErrorSet` is now `?[]Error` instead of `struct{errors:[]Error}`.
closes
#1936
2019-03-14 11:57:56 -04:00
..
stage1
breaking: fix @typeInfo handling of global error set type
2019-03-14 11:57:56 -04:00
stage2
fix race conditions in self-hosted compiler; add test
2018-07-24 21:28:54 -04:00
standalone
zig build: do a better job of detecting system paths
2019-03-11 15:22:05 -04:00
assemble_and_link.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
build_examples.zig
enable C ABI tests on macOS
2019-03-11 12:21:30 -04:00
cli.zig
breaking changes to zig build API and improved caching
2019-03-08 23:23:11 -05:00
compare_output.zig
New Zig formal grammar (
#1685
)
2018-11-13 05:08:37 -08:00
compile_errors.zig
compile error for import outside package path
2019-03-02 10:38:27 -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
Revert "use unique test source names for test-gen-h"
2019-03-11 10:35:39 -04:00
translate_c.zig
translate-c: additional test case for integer suffixes on 0
2019-03-11 16:36:27 -04:00