zig/test
Andrew Kelley 2ee67b7642 langref: docs for invalid error set cast and incorrect pointer alignment
also add detection of incorrect pointer alignment at compile-time
of pointers that were constructed with `@intToPtr`.
2018-07-09 11:13:29 -04:00
..
cases add @popCount intrinsic 2018-07-07 00:25:32 -04:00
standalone
assemble_and_link.zig
behavior.zig add @popCount intrinsic 2018-07-07 00:25:32 -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 langref: docs for invalid error set cast and incorrect pointer alignment 2018-07-09 11:13:29 -04:00
gen_h.zig
runtime_safety.zig add runtime safety for @intToEnum; add docs for runtime safety 2018-07-02 15:50:28 -04:00
tests.zig std: update stdlib to match updated allocator create signature; ref #733 2018-06-21 00:40:21 +09:00
translate_c.zig