zig/test/behavior
2022-01-23 18:31:55 -05:00
..
bugs remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07: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_stage1.zig compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
align.zig c backend: Implement aligning fields and local/global variables 2022-01-23 17:23:55 -05:00
alignof.zig
array_llvm.zig stage2: implement tuples 2022-01-20 16:17:16 -07:00
array.zig Merge pull request #10638 from Luukdegram/wasm-refactor 2022-01-20 20:26:09 +01:00
asm.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
async_fn.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
atomics.zig disable failing atomicrmw test on llvm + aarch64 2022-01-18 21:25:22 -07:00
await_struct.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
basic_llvm.zig C backend: implement trunc for unsigned non-pow2 ints 2021-10-28 18:33:13 -07:00
basic.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
bit_shifting.zig bit_shifting.zig now passes stage2 llvm backend 2022-01-07 22:10:36 +01:00
bitcast_stage1.zig stage2 LLVM backend: fix bitcast 2021-10-26 16:43:18 -07:00
bitcast.zig stage2 LLVM backend: fix bitcast 2021-10-26 16:43:18 -07:00
bitreverse.zig
bool.zig C backend: fix @boolToInt 2021-10-28 17:33:05 -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_int.zig wasm: Implement float_to_int 2022-01-10 21:01:00 +01:00
cast_llvm.zig disable some broken stuff for stage2 llvm backend on aarch64 2022-01-21 14:42:58 -07:00
cast_stage1.zig Sema: implement peer type resolution of signed and unsigned ints 2022-01-02 14:11:37 -07:00
cast.zig stage2: partially implement intcast on x86_64 2022-01-18 13:18:59 +01: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 compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
defer.zig compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
enum_llvm.zig Sema: fix anytype parameters whose types require comptime 2021-12-27 19:39:28 -07:00
enum_stage1.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
enum.zig Sema: fix anytype parameters whose types require comptime 2021-12-27 19:39:28 -07:00
error_llvm.zig stage2: @errorName sema+llvm 2022-01-08 14:30:11 -05:00
error_stage1.zig stage2: @errorName sema+llvm 2022-01-08 14:30:11 -05:00
error.zig sema: error union in-memory coercion 2021-11-22 03:21:31 +01:00
eval_stage1.zig compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
eval.zig compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
field_parent_ptr.zig
floatop_stage1.zig AstGen: make the index variable of inline for a alloc_comptime 2021-10-20 15:34:10 -07:00
floatop.zig stage1: fix bigint_init_bigfloat for single-limb negative floats 2022-01-14 13:29:58 -05:00
fn_delegation.zig
fn_in_struct_in_comptime.zig
fn_stage1.zig stage2: implement @typeName 2021-11-27 00:27:52 -07:00
fn.zig stage2: implement @typeName 2021-11-27 00:27:52 -07:00
for_stage1.zig AstGen: fix loop result locations 2021-12-27 15:30:31 -07:00
for.zig wasm: Refactor storing values. 2022-01-19 20:01:23 +01:00
generics_llvm.zig stage2: move some tests which are now passing 2021-11-22 04:36:57 +01:00
generics.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07: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 C backend: fix crash when number of Decls passes a threshold 2021-10-28 17:23:02 -07:00
import.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
incomplete_struct_param_tld.zig
int128.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
inttoptr.zig disable some broken stuff for stage2 llvm backend on aarch64 2022-01-21 14:42:58 -07:00
ir_block_deps.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
math_stage1.zig stage2: implement @ctz and @clz including SIMD 2022-01-12 23:53:26 -07:00
math.zig stage2: implement @ctz and @clz including SIMD 2022-01-12 23:53:26 -07:00
maximum_minimum.zig stage2: implement @minimum and @maximum, including vectors 2021-10-14 21:17:30 -07: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: do not interpret identifier containing underscores (eg: u3_2) as int primitive type 2022-01-17 16:54:48 +02:00
muladd.zig disable failing @mulAdd behavior test for aarch64-macos 2021-12-01 17:30:41 -08:00
namespace_depends_on_compile_var.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
null_llvm.zig C backend: implement ?void, and other zero sized types 2021-11-02 12:45:29 -04:00
null_stage1.zig stage2: LLVM backend: lower constant field/elem ptrs 2021-10-17 17:02:20 -07:00
null.zig stage2: implement @typeName 2021-11-27 00:27:52 -07:00
optional_llvm.zig C backend: errors and optionals 2021-11-23 13:46:56 -07:00
optional_stage1.zig Sema: fix analyzeBlockBody logic 2021-11-26 23:17:01 -07:00
optional.zig Sema: fix analyzeBlockBody logic 2021-11-26 23:17:01 -07:00
pointers_stage1.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
pointers.zig C backend: basic big ints, fix airPtrToInt, array references, pointer arithmetic UB with NULL, implement airPtrElemPtr/Val, fix redundant indirection/references with arrays 2021-11-16 16:51:31 -07:00
popcount_stage1.zig stage2: implement @popCount for non-vectors 2021-10-29 17:49:02 -07:00
popcount.zig stage2: implement @ctz and @clz including SIMD 2022-01-12 23:53:26 -07:00
prefetch.zig stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
ptrcast_stage1.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
ptrcast.zig stage2: implement comptime loads through casted pointers 2021-10-21 22:56:11 -07:00
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
reflection.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
saturating_arithmetic_stage1.zig stage1: saturating shl operates using LHS type 2021-12-08 15:25:31 -07:00
saturating_arithmetic.zig stage2: fix Decl addrspace being undefined 2021-10-22 15:53:59 -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 Implement bitOffsetOf 2022-01-08 14:01:28 +01:00
sizeof_and_typeof.zig Implement bitOffsetOf 2022-01-08 14:01:28 +01:00
slice_sentinel_comptime.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
slice_stage1.zig stage1: fix access of slice sentinel at comptime 2021-12-28 14:44:46 +02:00
slice_stage2.zig stage2: comptime slice of pointer to hardcoded address 2021-10-25 20:41:15 +02:00
slice.zig stage2: generate correct constants for zero-sized arrays 2021-10-25 20:41:15 +02:00
src.zig
struct_contains_null_ptr_itself.zig
struct_contains_slice_of_itself.zig
struct_llvm.zig Sema: const inferred alloc infers comptime-ness 2022-01-06 00:52:10 -07:00
struct_stage1.zig Sema: const inferred alloc infers comptime-ness 2022-01-06 00:52:10 -07:00
struct.zig c backend: Implement aligning fields and local/global variables 2022-01-23 17:23:55 -05:00
switch_prong_err_enum.zig
switch_prong_implicit_cast.zig
switch.zig Sema: implement else capture value 2022-01-17 20:45:55 -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 lint: duplicate import (#10519) 2022-01-07 00:06:06 -05: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 lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
truncate_stage1.zig stage1: saturating shl operates using LHS type 2021-12-08 15:25: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 std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
type_info.zig Sema: implement declarations for @typeInfo 2022-01-18 18:22:48 -07:00
type_stage1.zig stage2: move some more tests 2022-01-03 02:09:54 +01:00
type.zig stage2: move some more tests 2022-01-03 02:09:54 +01:00
typename.zig stage1: fix anon struct naming in certain cases 2021-07-28 18:17:11 -04:00
undefined.zig stage2: implement @typeName 2021-11-27 00:27:52 -07:00
underscore.zig AstGen: fix while and for with unreachable bodies 2021-10-02 20:15:03 -07:00
union_stage1.zig Sema: more union fixes 2021-12-28 23:22:09 -07:00
union_with_members.zig Sema: improve union support 2021-12-28 20:20:30 -07:00
union.zig compiler_rt: move more functions to the stage2 section 2021-12-29 00:39:25 -07:00
usingnamespace.zig put the passing stage2 behavior tests back 2021-11-30 16:15:42 -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 std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
wasm.zig
while.zig Sema: implement else capture value 2022-01-17 20:45:55 -07:00
widening.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00