zig/test/cases
2017-12-18 09:59:57 -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 introduce align keyword 2017-08-29 07:51:34 -04:00
array.zig add Child property of slice type 2017-09-13 14:30:57 -04:00
asm.zig wip export rewrite 2017-12-18 09:59:57 -05:00
atomics.zig
bitcast.zig partial implementation of printing floating point numbers with errol3 2017-06-14 00:24:25 -04:00
bool.zig
cast.zig align syntax: align(4) instead of align 4 2017-08-30 04:54:33 -04:00
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 depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
field_parent_ptr.zig
fn.zig rename some behavior tests 2017-09-09 22:53:32 -04:00
for.zig rename some behavior tests 2017-09-09 22:53:32 -04:00
generics.zig
goto.zig rename some behavior tests 2017-09-09 22:53:32 -04:00
if.zig rename some behavior tests 2017-09-09 22:53:32 -04:00
import.zig add import test 2017-09-09 22:54:50 -04:00
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig Allow 128-bit hex float literals 2017-09-28 23:33:36 +13:00
misc.zig wip export rewrite 2017-12-18 09:59:57 -05:00
null.zig fix compiler segfault on null ?? x 2017-06-14 19:32:52 -04:00
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 add ptrToInt builtin, remove usize(ptr) cast 2017-08-08 17:38:25 -04:00
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 windows: alignstack=16 on every function 2017-10-02 09:55:49 -04:00
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 allow trailing commas 2017-06-17 10:34:51 -04:00
this.zig
try.zig
undefined.zig fix compiler crash regarding type name of undefined 2017-10-21 13:14:10 -04:00
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 const global values can reference each other 2017-05-27 00:54:14 -04:00
void.zig
while.zig