..
bugs
Merge pull request #11530 from ziglang/test-harness
2022-04-29 08:24:02 +02:00
hasdecl
import
namespace_depends_on_compile_var
pub_enum
usingnamespace
align.zig
target: Rename sparcv9 -> sparc64
2022-05-13 16:43:59 -04:00
alignof.zig
array.zig
clean up behavior tests
2022-04-22 07:52:21 -07:00
asm.zig
stage2: implement global assembly
2022-05-04 20:38:53 -07:00
async_fn.zig
behavior tests: disable failing stage1 test
2022-03-23 14:06:07 -07:00
atomics.zig
stage2: improve semantics of atomic operations
2022-05-04 17:34:16 -07:00
await_struct.zig
behavior tests: disable failing stage1 test
2022-03-23 14:06:07 -07:00
basic.zig
Sema: Fix many-pointer array concatenation at comptime ( #11512 )
2022-04-29 22:53:06 -04:00
bit_shifting.zig
bitcast.zig
stage2: fix @sizeOf
for structs with comptime fields
2022-05-04 18:45:59 -07:00
bitreverse.zig
stage2: implement @bitReverse
for vectors
2022-03-18 16:28:38 +01:00
bool.zig
byteswap.zig
Avoid index out of bounds for one-valued types in zirValidateArrayInit
2022-03-17 18:00:48 -07:00
byval_arg_var.zig
arm: lock dest register in shl_overflow so that we do not spill it
2022-05-07 22:53:17 +02:00
call.zig
Liveness: modify encoding to support over 32 operands
2022-04-12 11:22:12 -07:00
cast_int.zig
organize behavior tests
2022-03-18 15:02:52 -07:00
cast.zig
allow in-memory coercion of differently-named floats with same bits
2022-05-08 13:05:16 -07:00
comptime_memory.zig
stage2: add test for fixed issue
2022-03-21 15:05:21 +02:00
const_slice_child.zig
Sema: implement @truncate
for SIMD vectors
2022-03-15 15:09:48 -07:00
decltest.zig
defer.zig
stage2 ARM: implement ret_load
2022-03-08 21:10:04 +01:00
enum.zig
wasm: Enable passing behavior tests
2022-03-09 13:53:20 -07:00
error.zig
stage2 llvm: properly align error union payload
2022-04-02 19:31:32 -04:00
eval.zig
Sema: solve a false positive "depends on itself"
2022-05-06 22:40:57 -07:00
export_self_referential_type_info.zig
stage2: fix mem{set,cpy} for non comptime mutable pointers
2022-03-08 11:23:38 +02:00
export.zig
Sema: fix export with Internal linkage
2022-04-24 20:24:37 -07:00
field_parent_ptr.zig
wasm: Enable passing behavior tests
2022-03-09 13:53:20 -07:00
floatop.zig
Sema: fix bigIntToFloat
2022-05-03 21:50:00 -07:00
fn_delegation.zig
fn_in_struct_in_comptime.zig
fn.zig
clean up behavior tests
2022-04-22 07:52:21 -07:00
for.zig
CBE: fix C output after PR #11302 , reenable tests
2022-03-29 02:28:20 -04:00
generics.zig
Sema: fix generic instantiation false negatives
2022-04-14 06:08:28 -07:00
hasdecl.zig
hasfield.zig
Sema: make @hasField
support tuples too
2022-03-11 12:59:20 -07:00
if.zig
stage2 AArch64: add more slice support
2022-03-05 11:31:51 +01:00
import.zig
incomplete_struct_param_tld.zig
stage2 ARM: implement ret_load
2022-03-08 21:10:04 +01:00
int128.zig
CBE: disable int128 test since airWrapOp is needed for runtime safety
2022-04-22 22:22:30 -07:00
int_div.zig
CBE: implement mod, divFloor, divTrunc
2022-03-19 21:01:36 -04:00
inttoptr.zig
stage2 AArch64: add more slice support
2022-03-05 11:31:51 +01:00
ir_block_deps.zig
math.zig
Merge pull request #11628 from ziglang/x64-shifts
2022-05-11 08:24:03 +02:00
maximum_minimum.zig
wasm: Enable passing behavior tests
2022-04-02 21:54:01 +02:00
member_func.zig
merge_error_sets.zig
CBE: enable more tests that are currently passing
2022-03-17 11:39:56 -07:00
muladd.zig
enable newly passing behavior tests
2022-04-27 17:24:36 -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
stage2 llvm: fix optional pointers to zero bit payloads
2022-04-15 19:17:50 +03:00
packed-struct.zig
stage1: Additional fix for packed structs
2022-04-09 12:43:30 +02:00
pointers.zig
Sema: fix comptime elem_ptr compare fixed address
2022-03-23 19:58:13 -07:00
popcount.zig
wasm: Implement @popCount
2022-03-21 22:01:34 -04:00
prefetch.zig
ptrcast.zig
wasm: Write nops for padding debug info
2022-05-09 18:51:46 +02:00
pub_enum.zig
ref_var_in_if_after_if_2nd_switch_prong.zig
reflection.zig
saturating_arithmetic.zig
organize behavior tests
2022-03-18 15:02:52 -07:00
select.zig
sema: coerce inputs to vectors in zirSelect
2022-03-25 19:14:11 +01:00
shuffle.zig
organize behavior tests
2022-03-18 15:02:52 -07:00
sizeof_and_typeof.zig
CBE: handle returning undefined
for ErrorUnion
2022-04-30 13:29:21 -04:00
slice_sentinel_comptime.zig
slice.zig
Sema: fix slice field modification at comptime
2022-04-28 17:45:33 +03:00
src.zig
struct_contains_null_ptr_itself.zig
stage2 ARM: genSetStack for stack_argument_offset
2022-03-16 20:19:58 +01:00
struct_contains_slice_of_itself.zig
Sema: introduce a mechanism in Value to resolve types
2022-03-22 15:45:59 -07:00
struct.zig
stage2: fix @sizeOf
for structs with comptime fields
2022-05-04 18:45:59 -07:00
switch_prong_err_enum.zig
wasm: Enable passing behavior tests
2022-03-09 13:53:20 -07:00
switch_prong_implicit_cast.zig
wasm: Enable passing behavior tests
2022-03-09 13:53:20 -07:00
switch.zig
Sema: forward switch condition to captures
2022-04-04 22:46:05 -07:00
this.zig
stage2 AArch64: add more slice support
2022-03-05 11:31:51 +01:00
translate_c_macros.h
translate-c: use nested scope for comma operator in macros
2022-03-08 20:38:51 +02:00
translate_c_macros.zig
organize behavior tests
2022-03-18 15:02:52 -07:00
truncate.zig
stage2 AArch64: Add ldrsb, ldrsh instructions
2022-04-19 22:40:48 +02:00
try.zig
stage2 AArch64: add more slice support
2022-03-05 11:31:51 +01:00
tuple.zig
pass more behaviour tests
2022-03-24 17:04:50 +01:00
type_info.zig
replace other uses of std.meta.Vector
with @Vector
( #11346 )
2022-03-30 14:12:14 -04:00
type.zig
replace other uses of std.meta.Vector
with @Vector
( #11346 )
2022-03-30 14:12:14 -04:00
typename.zig
wasm: Enable all passing tests
2022-03-23 21:40:33 +01:00
undefined.zig
stage2: improve @typeName
2022-03-18 00:12:22 -07:00
underscore.zig
union_with_members.zig
organize behavior tests
2022-03-18 15:02:52 -07:00
union.zig
Sema: fix comptime equality of extern unions with same tag
2022-04-12 11:36:26 -07:00
usingnamespace.zig
Sema: fix usingnamespace decl Value in wrong arena
2022-03-30 17:24:01 -07:00
var_args.zig
CBE: enable more tests that are currently passing
2022-03-17 11:39:56 -07:00
vector.zig
target: Rename sparcv9 -> sparc64
2022-05-13 16:43:59 -04:00
void.zig
stage2 ARM: implement addwrap, subwrap, mulwrap
2022-03-16 20:20:07 +01:00
wasm.zig
while.zig
AstGen: emit break_inline from inline while loop
2022-03-24 22:45:10 -07:00
widening.zig
stage1: implement casting from u0
2022-03-27 11:49:54 +03:00
wrapping_arithmetic.zig