This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-04-30 23:02:49 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fdf69bc4082c49a571c0ee7bb7441d910def795
zig
/
test
T
History
Andrew Kelley
2fdf69bc40
Merge pull request
#2079
from Sahnvour/issue-2050
...
Fixes c_ABI tests on windows
2019-03-20 00:11:11 -04:00
..
stage1
c_abi: add some tests for int and float parameter passing potentially using both registers and stack
2019-03-19 22:09:12 +01: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
c_abi: activate tests on windows
2019-03-19 22:41:27 +01: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
add regression test for invalid multiple dereferences
2019-03-16 00:23:18 -04: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 std.mem.Allocator interface API
2019-03-15 17:57:21 -04:00
translate_c.zig
Merge pull request
#2069
from ziglang/glibc-assert-translation
2019-03-18 14:43:17 -04:00