zig/test/behavior
2021-06-14 00:16:40 +03:00
..
bugs add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
align.zig
alignof.zig
array.zig
asm.zig
async_fn.zig
atomics.zig stage1: Fix for atomicrmw xchg on fp types 2021-05-28 19:18:42 -04:00
await_struct.zig
bit_shifting.zig
bitcast.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
bitreverse.zig
bool.zig
byteswap.zig test: re-enable dragonfly tests 2021-06-05 22:08:36 -04:00
byval_arg_var.zig
call.zig
cast.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
const_slice_child.zig
defer.zig
enum_with_members.zig Have std.fmt functions take case as an enum 2021-06-10 08:33:42 +03:00
enum.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
error.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
eval.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
field_parent_ptr.zig
floatop.zig
fn_delegation.zig
fn_in_struct_in_comptime.zig
fn.zig zig fmt 2021-06-10 20:13:43 -07:00
for.zig
generics.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
hasdecl.zig
hasfield.zig
if.zig
import.zig
incomplete_struct_param_tld.zig
inttoptr.zig
ir_block_deps.zig
math.zig
merge_error_sets.zig
misc.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
muladd.zig
namespace_depends_on_compile_var.zig
null.zig
optional.zig
pointers.zig
popcount.zig
ptrcast.zig
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig
shuffle.zig Re-enable multiple wasm32 vector tests 2021-06-09 23:54:23 -04:00
sizeof_and_typeof.zig Renamed @byteOffsetOf to @offsetOf 2021-06-12 19:16:01 +03:00
slice_sentinel_comptime.zig
slice.zig
src.zig
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct.zig Renamed @byteOffsetOf to @offsetOf 2021-06-12 19:16:01 +03:00
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch.zig
syntax.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
this.zig
translate_c_macros.h meta.cast: handle casts from negative ints to ptrs 2021-06-13 16:53:01 +03:00
translate_c_macros.zig meta.cast: handle casts from negative ints to ptrs 2021-06-13 16:53:01 +03:00
truncate.zig stage1: make @truncate to an integer type of different sign an error at comptime too 2021-06-08 20:58:30 +03:00
try.zig
tuple.zig stage1: Allow array-like initialization for tuple types 2021-06-06 21:21:42 -04:00
type_info.zig
type.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
typename.zig
undefined.zig
underscore.zig
union.zig add ast-check flag to zig fmt, fix found bugs 2021-06-14 00:16:40 +03:00
usingnamespace.zig
var_args.zig
vector.zig Re-enable multiple wasm32 vector tests 2021-06-09 23:54:23 -04:00
void.zig
wasm.zig
while.zig
widening.zig