zig/test/behavior
2022-12-09 20:37:18 -07:00
..
bugs TypedValue: fix handling of tuples represented as empty_struct_value 2022-12-08 22:21:49 +02:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace Sema: make check for namespace lookup of private declarations more strict 2022-11-11 17:59:53 +02:00
align.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
alignof.zig behavior: enable stage2_c tests that are currently passing 2022-10-25 05:11:28 -04:00
array.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
asm.zig cbe: add support for constraint modifiers specified after a colon 2022-12-02 22:21:24 -05:00
async_fn.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
atomics.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
await_struct.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
basic.zig disable failing behavior tests with -ofmt=c -target x86_64-windows 2022-12-07 04:01:04 -05:00
bit_shifting.zig behavior: enable fixed cbe tests 2022-10-30 15:38:50 -04:00
bitcast.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
bitreverse.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
bool.zig C backend: fix @boolToInt 2021-10-28 17:33:05 -07:00
byteswap.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
byval_arg_var.zig stage2 ARM: implement basic intCast and error union wrapping 2022-06-25 21:16:51 +02:00
call.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
cast_int.zig behavior: enable stage2_c tests that are currently passing 2022-10-25 05:11:28 -04:00
cast.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
comptime_memory.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
const_slice_child.zig stage2 ARM: implement ptr_elem_val 2022-09-09 19:17:18 +02:00
decltest.zig stage2: add decltests 2022-02-13 14:42:20 +02:00
defer.zig cbe: fix atomics 2022-10-25 05:11:29 -04:00
empty_union.zig stage2: fix onePossibleValue of empty unions and enums 2022-11-04 23:13:50 +02:00
enum.zig Merge pull request #13715 from Vexu/cbe 2022-12-01 17:38:11 -05:00
error.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
eval.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
export_self_referential_type_info.zig behavior: fix redefined exports 2022-10-25 05:11:28 -04:00
export.zig stage2: implement exporting using field access (#13136) 2022-10-12 04:38:07 -04:00
field_parent_ptr.zig cbe: implement field_parent_ptr 2022-10-25 05:11:29 -04:00
floatop.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
fn_delegation.zig stage2 AArch64: complete genTypedValue 2022-05-27 16:43:11 -04:00
fn_in_struct_in_comptime.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
fn.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
for.zig cbe: canonicalize types that have the same C type when emitting typedefs 2022-10-25 05:11:29 -04:00
generics.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
hasdecl.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
hasfield.zig Sema: make @hasField support tuples too 2022-03-11 12:59:20 -07:00
if.zig Sema: make inferred allocs always mutable 2022-11-30 15:14:33 +02:00
import.zig lint: duplicate import (#10519) 2022-01-07 00:06:06 -05:00
incomplete_struct_param_tld.zig aarch64: add airRetLoad for register mcv 2022-06-29 17:19:49 +02:00
inline_switch.zig Sema: inline switch capture needs to be set when switch operand is comptime known 2022-10-08 16:58:52 +03:00
int128.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
int_div.zig CBE: implement mod, divFloor, divTrunc 2022-03-19 21:01:36 -04:00
inttoptr.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
ir_block_deps.zig x64: pass more behavior tests 2022-02-28 23:20:05 +01:00
math.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
maximum_minimum.zig Sema: resolve lazy values in analyzeMinMax 2022-12-07 14:48:24 +02:00
member_func.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
merge_error_sets.zig stage2 ARM: amend implementation of various AIR instructions 2022-09-09 19:17:17 +02:00
muladd.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
namespace_depends_on_compile_var.zig CBE: enable more tests that are currently passing 2022-03-17 11:39:56 -07:00
null.zig CBE: enable more tests that are currently passing 2022-03-17 11:39:56 -07:00
optional.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
packed_struct_explicit_backing_int.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
packed-struct.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
pointers.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
popcount.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
prefetch.zig stage1: implement @prefetch() builtin 2021-12-11 00:29:31 +01:00
ptrcast.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
pub_enum.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
ref_var_in_if_after_if_2nd_switch_prong.zig Port more behavior tests 2022-02-22 21:57:42 +01:00
reflection.zig stage2 ARM: implement basic intCast and error union wrapping 2022-06-25 21:16:51 +02:00
saturating_arithmetic.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
select.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
shuffle.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
sizeof_and_typeof.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
slice_sentinel_comptime.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00
slice.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
src.zig Value: handle runtime_int in hashPtr 2022-10-20 20:11:12 +03:00
struct_contains_null_ptr_itself.zig cbe: fix infinite recursion on recursive types 2022-10-25 05:11:28 -04:00
struct_contains_slice_of_itself.zig cbe: fix global access fix 2022-10-25 05:11:29 -04:00
struct.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
switch_prong_err_enum.zig behavior: enable stage2_c tests that are currently passing 2022-10-25 05:11:28 -04:00
switch_prong_implicit_cast.zig cbe: fix infinite recursion on recursive types 2022-10-25 05:11:28 -04:00
switch.zig cbe: cast pointer switch target to int 2022-11-30 15:14:33 +02:00
this.zig stage2 ARM: amend implementation of various AIR instructions 2022-09-09 19:17:17 +02:00
threadlocal.zig disable failing behavior tests with -ofmt=c -target x86_64-windows 2022-12-07 04:01:04 -05:00
translate_c_macros_not_utf8.h translate-c: Escape non-ASCII characters that appear in macros 2022-09-10 01:50:17 +03:00
translate_c_macros.h Translate-C Remainder Macro Fix 2022-11-03 14:07:00 +02:00
translate_c_macros.zig Translate-C Remainder Macro Fix 2022-11-03 14:07:00 +02:00
truncate.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
try.zig stage2 ARM: amend implementation of various AIR instructions 2022-09-09 19:17:17 +02:00
tuple_declarations.zig add tests for tuple declarations 2022-11-23 22:16:31 +02:00
tuple.zig llvm: check that tuple fields have runtime bits 2022-11-12 15:41:29 +02:00
type_info.zig Eliminate BoundFn type from the language 2022-12-09 20:37:18 -07:00
type.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
typename.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
undefined.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
underscore.zig stage2 ARM: fix recursive fibonacci 2022-05-22 21:02:32 +02:00
union_with_members.zig behavior: enable stage2_c tests that are currently passing 2022-10-25 05:11:28 -04:00
union.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
usingnamespace.zig Sema: make check for namespace lookup of private declarations more strict 2022-11-11 17:59:53 +02:00
var_args.zig stage2 ARM: implement basic intCast and error union wrapping 2022-06-25 21:16:51 +02:00
vector.zig remove references to stage1 in behavior tests 2022-12-06 19:06:48 -07:00
void.zig stage2: Reference to void constants 2022-08-26 00:00:22 -04:00
wasm.zig stage2: cleanups to wasm memory intrinsics 2022-03-03 18:31:55 -07:00
while.zig add behavior test for while(true) not needing else unreachable 2022-12-06 17:57:27 -07:00
widening.zig cbe: implement 128-bit and fix smaller integer builtins 2022-10-25 05:11:29 -04:00
wrapping_arithmetic.zig stage1: fix saturating arithmetic producing incorrect results on type comptime_int, allow saturating left shift on type comptime int 2022-01-29 18:12:28 +02:00