zig/test/cases
2017-12-19 02:39:43 -05:00
..
bugs fix compiler crash in a nullable if after an if in... 2017-12-14 01:07:23 -05:00
import
namespace_depends_on_compile_var
pub_enum
align.zig add maximum value for @setAlignStack 2017-10-23 22:33:00 -04:00
alignof.zig
array.zig
asm.zig bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
atomics.zig
bitcast.zig
bool.zig
cast.zig
const_slice_child.zig
defer.zig
enum_with_members.zig rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
enum.zig switch on enum which only has 1 field is comptime known 2017-12-05 22:26:17 -05:00
error.zig
eval.zig
field_parent_ptr.zig
fn.zig
for.zig
generics.zig
goto.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig
misc.zig bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
null.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
sizeof_and_typeof.zig
slice.zig add test for allowing slice[slice.len..slice.len] 2017-12-12 21:56:13 -05:00
struct_contains_slice_of_itself.zig
struct.zig
switch_prong_err_enum.zig rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
switch_prong_implicit_cast.zig rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
switch.zig rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
syntax.zig
this.zig
try.zig
undefined.zig
union.zig add implicit cast from enum tag type of union to const ptr to the union 2017-12-08 17:49:14 -05:00
var_args.zig
void.zig
while.zig