| .. |
|
bugs
|
Sema: resolve lazy align in zirReify for union fields
|
2023-01-09 13:48:15 -07:00 |
|
hasdecl
|
|
|
|
import
|
|
|
|
namespace_depends_on_compile_var
|
|
|
|
pub_enum
|
|
|
|
usingnamespace
|
|
|
|
align.zig
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04:00 |
|
alignof.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
|
array.zig
|
cbe: implement global assembly
|
2022-10-25 05:11:29 -04:00 |
|
asm.zig
|
cbe: misc fixes
|
2022-10-25 05:11:29 -04:00 |
|
async_fn.zig
|
behavior tests: disable failing stage1 test
|
2022-03-23 14:06:07 -07:00 |
|
atomics.zig
|
Merge pull request #13368 from jacobly0/fix-aarch64-c
|
2022-11-02 14:09:45 -07:00 |
|
await_struct.zig
|
behavior tests: disable failing stage1 test
|
2022-03-23 14:06:07 -07:00 |
|
basic.zig
|
Merge pull request #13389 from jacobly0/fix-only-c
|
2022-11-02 14:11:31 -07:00 |
|
bit_shifting.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
|
bitcast.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04:00 |
|
bitreverse.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
|
bool.zig
|
|
|
|
byteswap.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
|
byval_arg_var.zig
|
stage2 ARM: implement basic intCast and error union wrapping
|
2022-06-25 21:16:51 +02:00 |
|
call.zig
|
cbe: implement aggregate_init of struct
|
2022-10-25 05:11:29 -04:00 |
|
cast.zig
|
Merge pull request #13338 from Vexu/stage2-compile-errors
|
2023-01-09 13:48:34 -07:00 |
|
cast_int.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
|
comptime_memory.zig
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02:00 |
|
const_slice_child.zig
|
stage2 ARM: implement ptr_elem_val
|
2022-09-09 19:17:18 +02:00 |
|
decltest.zig
|
|
|
|
defer.zig
|
cbe: fix atomics
|
2022-10-25 05:11:29 -04:00 |
|
empty_union.zig
|
cbe: fix loads and stores of 0-bit types
|
2022-10-25 05:11:28 -04:00 |
|
enum.zig
|
cbe: implement tag name
|
2022-10-25 05:11:28 -04:00 |
|
error.zig
|
cbe: fix typedef declaration order
|
2022-10-25 05:11:29 -04:00 |
|
eval.zig
|
stage2: Make x and false/x or true comptime-known
|
2022-10-30 12:38:08 -07:00 |
|
export.zig
|
stage2: implement exporting using field access (#13136)
|
2022-10-12 04:38:07 -04:00 |
|
export_self_referential_type_info.zig
|
behavior: fix redefined exports
|
2022-10-25 05:11:28 -04:00 |
|
field_parent_ptr.zig
|
cbe: implement field_parent_ptr
|
2022-10-25 05:11:29 -04:00 |
|
floatop.zig
|
cbe: improve floating point type support
|
2022-10-25 05:22:55 -04:00 |
|
fn.zig
|
Merge pull request #13389 from jacobly0/fix-only-c
|
2022-11-02 14:11:31 -07:00 |
|
fn_delegation.zig
|
stage2 AArch64: complete genTypedValue
|
2022-05-27 16:43:11 -04:00 |
|
fn_in_struct_in_comptime.zig
|
|
|
|
for.zig
|
cbe: canonicalize types that have the same C type when emitting typedefs
|
2022-10-25 05:11:29 -04:00 |
|
generics.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04:00 |
|
hasdecl.zig
|
|
|
|
hasfield.zig
|
Sema: make @hasField support tuples too
|
2022-03-11 12:59:20 -07:00 |
|
if.zig
|
Merge pull request #13389 from jacobly0/fix-only-c
|
2022-11-02 14:11:31 -07:00 |
|
import.zig
|
|
|
|
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
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04: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
|
x64: pass more behavior tests
|
2022-02-28 23:20:05 +01:00 |
|
math.zig
|
cbe: fix floating point builtins
|
2022-10-25 07:02:06 -04:00 |
|
maximum_minimum.zig
|
cbe: fix infinite recursion on recursive types
|
2022-10-25 05:11:28 -04:00 |
|
member_func.zig
|
Port more behavior tests
|
2022-02-22 21:57:42 +01:00 |
|
merge_error_sets.zig
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02:00 |
|
muladd.zig
|
cbe: improve floating point type support
|
2022-10-25 05:22:55 -04: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
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
|
packed-struct.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04:00 |
|
packed_struct_explicit_backing_int.zig
|
cbe: fix atomics
|
2022-10-25 05:11:29 -04:00 |
|
pointers.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
|
popcount.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
|
prefetch.zig
|
|
|
|
ptrcast.zig
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04:00 |
|
pub_enum.zig
|
|
|
|
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
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04:00 |
|
select.zig
|
sema: coerce inputs to vectors in zirSelect
|
2022-03-25 19:14:11 +01:00 |
|
shuffle.zig
|
mark some more behavior tests as passing
|
2022-05-25 00:12:56 -07:00 |
|
sizeof_and_typeof.zig
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04:00 |
|
slice.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
|
slice_sentinel_comptime.zig
|
|
|
|
src.zig
|
Value: handle runtime_int in hashPtr
|
2022-10-20 20:11:12 +03:00 |
|
struct.zig
|
cbe: implement packed structs
|
2022-10-25 05:11:29 -04: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 |
|
switch.zig
|
Merge pull request #13404 from joachimschmidt557/stage2-aarch64
|
2022-11-02 14:10:52 -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 |
|
this.zig
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02:00 |
|
translate_c_macros.h
|
Translate-C Remainder Macro Fix
|
2023-01-09 13:45:42 -07:00 |
|
translate_c_macros.zig
|
Translate-C Remainder Macro Fix
|
2023-01-09 13:45:42 -07: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 |
|
truncate.zig
|
fix(text): hyphenate "comptime" adjectives
|
2022-10-05 21:19:30 +02:00 |
|
try.zig
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02:00 |
|
tuple.zig
|
cbe: add support for all float literals types
|
2022-10-25 05:22:55 -04:00 |
|
type.zig
|
Merge pull request #13389 from jacobly0/fix-only-c
|
2022-11-02 14:11:31 -07:00 |
|
type_info.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
|
typename.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
|
undefined.zig
|
cbe: implement packed structs
|
2022-10-25 05:11:29 -04:00 |
|
underscore.zig
|
stage2 ARM: fix recursive fibonacci
|
2022-05-22 21:02:32 +02:00 |
|
union.zig
|
cbe: fix atomics
|
2022-10-25 05:11:29 -04:00 |
|
union_with_members.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
|
usingnamespace.zig
|
stage2 ARM: implement struct_field_val for registers
|
2022-09-09 19:17:18 +02:00 |
|
var_args.zig
|
stage2 ARM: implement basic intCast and error union wrapping
|
2022-06-25 21:16:51 +02:00 |
|
vector.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04: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
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02:00 |
|
widening.zig
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04:00 |
|
wrapping_arithmetic.zig
|
|
|