zig/test/cases
2017-05-17 12:26:35 -04:00
..
import
namespace_depends_on_compile_var @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
pub_enum
array.zig
asm.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
atomics.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
bool.zig
cast.zig allow undefined to be resolved with other types 2017-05-01 22:37:34 -04:00
const_slice_child.zig change while syntax 2017-05-03 18:12:07 -04:00
defer.zig remove ?return and ?defer 2017-04-21 15:08:03 -04:00
enum_with_members.zig
enum.zig
error.zig
eval.zig add compile error for compile-time integer cast truncating bits 2017-05-16 17:04:35 -04:00
field_parent_ptr.zig
fn.zig inline function call with builtin function instead... 2017-05-09 22:54:23 -04:00
for.zig
generics.zig
goto.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig allow division and remainder operators sometimes 2017-05-06 23:59:57 -04:00
misc.zig typeId builtin instead of isInteger, isFloat, etc 2017-05-17 12:26:35 -04:00
null.zig delete @generatedCode builtin function 2017-05-07 23:25:36 -04:00
ref_var_in_if_after_if_2nd_switch_prong.zig fix compiler crash when referencing a variable... 2017-05-02 12:59:09 -04:00
sizeof_and_typeof.zig
slice.zig ability to slice ptr to hard coded integer at comptime 2017-05-09 22:23:38 -04:00
struct_contains_slice_of_itself.zig add peer type resolution []T and [0]T 2017-04-30 12:21:24 -04:00
struct.zig
switch_prong_err_enum.zig blocks check that their statements are void 2017-04-23 21:15:15 -07:00
switch_prong_implicit_cast.zig
switch.zig add test case for all prongs unreachable in switch 2017-05-07 13:26:41 -04:00
this.zig
try.zig switch expression - add compile errors 2017-05-07 12:07:35 -04:00
undefined.zig
var_args.zig change while syntax 2017-05-03 18:12:07 -04:00
void.zig
while.zig implement else on loops and break can give an expression 2017-05-04 12:43:11 -04:00