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-16 03:03:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Alexandros Naskos 4ec09ac243 Enabled optional types of zero bit types with no LLVM DI type. (#1110)
* Zero bit optional types do not need a LLVM DI type
2018-06-14 10:57:28 -04:00
..
cases
Enabled optional types of zero bit types with no LLVM DI type. (#1110)
2018-06-14 10:57:28 -04:00
standalone
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
assemble_and_link.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
behavior.zig
add docs and missing test case for merging error sets
2018-06-12 19:38:59 -04:00
build_examples.zig
use * for pointer type instead of &
2018-05-31 17:28:07 -04:00
compare_output.zig
disallow unknown-length pointer to opaque
2018-06-05 18:03:21 -04:00
compile_errors.zig
disallow implicit casts that break rules for optionals
2018-06-13 11:04:09 -04:00
gen_h.zig
fix regressions
2018-06-01 00:17:31 -04:00
runtime_safety.zig
fix regressions
2018-06-01 00:17:31 -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