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-26 16:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley 85422d7aea
Merge pull request #1136 from alexnask/typeinfo_improvements
@typeInfo now uses optional types instead of @typeOf(undefined)
2018-06-19 11:46:32 -04:00
..
cases
Merge pull request #1136 from alexnask/typeinfo_improvements
2018-06-19 11:46:32 -04:00
standalone
load_dynamic_library test: no need to link libc
2018-06-16 18:54:41 -04:00
assemble_and_link.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
behavior.zig
disable byval
2018-06-16 19:37:00 -04:00
build_examples.zig
disable failing macos test. see #1126
2018-06-18 01:09:51 -04:00
compare_output.zig
update more tests
2018-06-17 12:33:24 -04:00
compile_errors.zig
remove enum to/from int casting syntax; add @enumToInt/@intToEnum
2018-06-19 03:50:38 -04:00
gen_h.zig
fix regressions
2018-06-01 00:17:31 -04:00
runtime_safety.zig
remove error to/from int casting syntax; add @errorToInt/@intToError
2018-06-18 18:48:29 -04:00
tests.zig
breaking syntax change: ??x to x.? (#1095)
2018-06-09 23:42:14 -04:00
translate_c.zig
breaking syntax change: orelse keyword instead of ?? (#1096)
2018-06-10 01:13:51 -04:00