zig/test/behavior
2021-10-04 23:48:55 -07:00
..
bugs Spelling corrections (#9833) 2021-09-24 13:39:20 -04:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace std: fix regressions from this branch 2021-09-01 17:54:07 -07:00
align.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
alignof.zig
array_stage1.zig Spelling corrections (#9833) 2021-09-24 13:39:20 -04:00
array.zig stage2: emit Value.repeated for ** where the array size is one 2021-10-01 16:46:28 -04:00
asm.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
async_fn.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
atomics.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
await_struct.zig
basic.zig stage2: implement @memset and @memcpy builtins 2021-09-24 17:33:06 -07:00
bit_shifting.zig
bitcast_stage1.zig stage2: fix comptime @bitCast 2021-10-04 23:30:04 -07:00
bitcast.zig stage2: fix comptime @bitCast 2021-10-04 23:30:04 -07:00
bitreverse.zig
bool.zig Sema: implement comptime variables 2021-08-01 12:36:04 -07:00
byteswap.zig re-enable mips behavior tests for vectors 2021-09-01 15:41:29 -07:00
byval_arg_var.zig
call_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
call.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
cast_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
cast.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
comptime_memory.zig Add comptime memory tests 2021-08-30 18:50:07 -04:00
const_slice_child.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
defer_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
defer.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
enum_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
enum.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
error.zig stage1: remove incorrect compile error for var redeclaration 2021-08-24 22:35:37 -07:00
eval_stage1.zig Stage 2: Support inst.func() syntax (#9827) 2021-09-28 12:00:35 -05:00
eval.zig Stage 2: Support inst.func() syntax (#9827) 2021-09-28 12:00:35 -05:00
field_parent_ptr.zig
floatop.zig
fn_delegation.zig
fn_in_struct_in_comptime.zig
fn.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
for_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
for.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
generics_stage1.zig Stage 2: Support inst.func() syntax (#9827) 2021-09-28 12:00:35 -05:00
generics.zig Stage 2: Support inst.func() syntax (#9827) 2021-09-28 12:00:35 -05:00
hasdecl.zig
hasfield.zig
if_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
if.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
import.zig
incomplete_struct_param_tld.zig
inttoptr.zig
ir_block_deps.zig
math_stage1.zig stage2: implement @clz and @ctz 2021-09-28 22:38:51 -07:00
math.zig stage2: implement @clz and @ctz 2021-09-28 22:38:51 -07:00
maximum_minimum.zig minimum/maximum builtins 2021-07-26 20:41:00 -04:00
member_func.zig Stage 2: Support inst.func() syntax (#9827) 2021-09-28 12:00:35 -05:00
merge_error_sets.zig
misc.zig stage2: implement @memset and @memcpy builtins 2021-09-24 17:33:06 -07:00
muladd.zig
namespace_depends_on_compile_var.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
null.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
optional.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
pointers_stage1.zig stage2: pass some pointer tests 2021-08-07 15:46:53 -07:00
pointers.zig stage2: pass some pointer tests 2021-08-07 15:46:53 -07:00
popcount.zig re-enable mips behavior tests for vectors 2021-09-01 15:41:29 -07:00
ptrcast.zig
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
saturating_arithmetic.zig stage2: fix Type max/min int calculation 2021-10-04 12:23:49 -07:00
select.zig Add @select 2021-07-26 20:05:48 -04:00
shuffle.zig re-enable mips behavior tests for vectors 2021-09-01 15:41:29 -07:00
sizeof_and_typeof_stage1.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
sizeof_and_typeof.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
slice_sentinel_comptime.zig
slice.zig
src.zig
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct_stage1.zig stage2: LLVM backend: implement struct type fwd decls 2021-09-29 14:04:52 -07:00
struct.zig stage2: LLVM backend: implement struct type fwd decls 2021-09-29 14:04:52 -07:00
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
switch.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
this.zig Stage2: Implement comptime closures and the This builtin (#9823) 2021-09-23 13:17:06 -04:00
translate_c_macros_stage1.zig stage2: various fixes to cImport, sizeOf and types to get tests passing 2021-09-20 20:51:31 -07:00
translate_c_macros.h translate-c: handle macros that cast to cv void 2021-08-06 09:10:50 +03:00
translate_c_macros.zig stage2: various fixes to cImport, sizeOf and types to get tests passing 2021-09-20 20:51:31 -07:00
truncate.zig Fix unexpected truncation behavior with comptime_int larger than u64 range (#9303) 2021-07-06 12:42:18 +03:00
try.zig
tuple.zig
type_info.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
type.zig Address Spaces: Pointer and function info in @Type 2021-09-20 02:29:04 +02:00
typename.zig stage1: fix anon struct naming in certain cases 2021-07-28 18:17:11 -04:00
undefined.zig
underscore.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
union_stage1.zig stage2: implement union coercion to its own tag 2021-09-27 23:11:00 -07:00
union_with_members.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
union.zig stage2: implement union coercion to its own tag 2021-09-27 23:11:00 -07:00
usingnamespace_stage1.zig std: fix regressions from this branch 2021-09-01 17:54:07 -07:00
usingnamespace.zig stage2: first pass at implementing usingnamespace 2021-09-01 17:54:06 -07:00
var_args.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
vector.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
void.zig
wasm.zig
while_stage1.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
while.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
widening.zig stage2: progress towards ability to compile compiler-rt 2021-09-21 23:21:07 -07:00