zig/test/cases
Andrew Kelley 137c8f5e8a ability to set tag values of enums
also remove support for enums with 0 values

closes #305
2017-12-02 22:32:39 -05:00
..
bugs remove zigrt 2017-09-30 20:21:57 -04:00
import IR testing: rename cases3 dir to cases 2016-12-26 02:49:30 -05:00
namespace_depends_on_compile_var clean up behavior test names 2017-05-23 21:38:31 -04:00
pub_enum clean up behavior test names 2017-05-23 21:38:31 -04:00
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 progress toward tests passing on MacOS 2017-08-27 00:11:09 -04:00
atomics.zig `@import("builtin")` instead of `@compileVar` 2017-05-01 13:12:38 -04:00
bitcast.zig partial implementation of printing floating point numbers with errol3 2017-06-14 00:24:25 -04:00
bool.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
cast.zig align syntax: align(4) instead of align 4 2017-08-30 04:54:33 -04:00
const_slice_child.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
defer.zig add error for break/continue exiting defer expression 2017-05-21 10:44:55 -04:00
enum.zig ability to set tag values of enums 2017-12-02 22:32:39 -05:00
enum_with_members.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
error.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
eval.zig depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
field_parent_ptr.zig add `@fieldParentPtr` builtin function 2017-04-18 02:28:05 -04:00
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 fix segfault with array of generic functions 2017-05-26 14:39:18 -04:00
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 introduce copyable concept 2017-03-26 03:39:18 -04:00
ir_block_deps.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
math.zig Allow 128-bit hex float literals 2017-09-28 23:33:36 +13:00
misc.zig add Child property of slice type 2017-09-13 14:30:57 -04: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 fix compiler crash when referencing a variable... 2017-05-02 12:59:09 -04:00
reflection.zig add @memberType and @memberName builtin functions 2017-11-06 22:07:19 -05:00
sizeof_and_typeof.zig add ptrToInt builtin, remove usize(ptr) cast 2017-08-08 17:38:25 -04:00
slice.zig add Child property of slice type 2017-09-13 14:30:57 -04:00
struct.zig windows: alignstack=16 on every function 2017-10-02 09:55:49 -04:00
struct_contains_slice_of_itself.zig change slicing syntax from ... to .. 2017-05-19 10:39:59 -04:00
switch.zig fix capturing value of switch with all unreachable prongs 2017-11-29 21:34:17 -05:00
switch_prong_err_enum.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
switch_prong_implicit_cast.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
syntax.zig allow trailing commas 2017-06-17 10:34:51 -04:00
this.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
try.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
undefined.zig fix compiler crash regarding type name of undefined 2017-10-21 13:14:10 -04:00
union.zig fix codegen for union init with runtime value 2017-11-16 22:06:08 -05:00
var_args.zig const global values can reference each other 2017-05-27 00:54:14 -04:00
void.zig clean up behavior test names 2017-05-23 21:38:31 -04:00
while.zig implement else on loops and break can give an expression 2017-05-04 12:43:11 -04:00