zig/test/cases
Andrew Kelley 7dd3c3814d
fix incorrect error union const value generation
closes #1442

zig needed to insert explicit padding into this structure before
it got bitcasted.
2018-09-11 15:16:50 -04:00
..
bugs fix incorrect error union const value generation 2018-09-11 15:16:50 -04:00
import
namespace_depends_on_compile_var
pub_enum
align.zig
alignof.zig
array.zig
asm.zig
atomics.zig
bitcast.zig
bool.zig
byval_arg_var.zig
cancel.zig test/cases/cancel.zig: update suspend to use @handle(); 2018-08-02 17:47:03 +09:00
cast.zig allow comptime_int to @floatToInt 2018-09-05 18:01:48 -04:00
const_slice_child.zig
coroutine_await_struct.zig test/cases/coroutine_await_struct.zig: update test to reflect that the promise symbol is no in scope with suspend; 2018-08-02 16:59:11 +09:00
coroutines.zig pull request fixups 2018-08-02 14:15:31 -04:00
defer.zig fix generation of error defers for fns inside fns 2018-07-19 18:06:41 -04:00
enum_with_members.zig
enum.zig
error.zig
eval.zig stage1: improve handling of generic fn proto type expr 2018-09-05 21:21:59 -04:00
field_parent_ptr.zig
fn_in_struct_in_comptime.zig
fn.zig add compile error for using outer scoped runtime variables 2018-09-05 20:32:06 -04:00
for.zig fix crash when var in inline loop has different types 2018-08-28 15:24:28 -04:00
generics.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
ir_block_deps.zig
math.zig
merge_error_sets.zig fix linux 2018-08-21 20:31:50 -04:00
misc.zig all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
new_stack_call.zig
null.zig
optional.zig allow == for comparing optional pointers 2018-07-13 12:34:42 -04:00
pointers.zig
popcount.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig
sizeof_and_typeof.zig
slice.zig
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct.zig all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch.zig
syntax.zig
this.zig
try.zig
type_info.zig
undefined.zig
underscore.zig better support for _ identifier 2018-08-03 02:57:17 -04:00
union.zig stage1: fix tagged union with no payloads 2018-09-05 16:19:58 -04:00
var_args.zig
void.zig
while.zig
widening.zig