.. |
bugs
|
Sema: optimize compare comptime float with int
|
2022-11-18 22:06:49 +02:00 |
hasdecl
|
move behavior tests from test/stage1/ to test/
|
2021-04-29 15:54:04 -07:00 |
import
|
move behavior tests from test/stage1/ to test/
|
2021-04-29 15:54:04 -07:00 |
namespace_depends_on_compile_var
|
move behavior tests from test/stage1/ to test/
|
2021-04-29 15:54:04 -07:00 |
pub_enum
|
move behavior tests from test/stage1/ to test/
|
2021-04-29 15:54:04 -07:00 |
usingnamespace
|
Sema: make check for namespace lookup of private declarations more strict
|
2022-11-11 17:59:53 +02:00 |
align.zig
|
all: rename i386 to x86
|
2022-11-04 00:09:27 +03:30 |
alignof.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
array.zig
|
Sema: correct condition in validateArrayInit
|
2022-11-04 23:13:49 +02:00 |
asm.zig
|
stage2: Support modifiers in inline asm
|
2022-11-11 16:01:31 +02:00 |
async_fn.zig
|
behavior tests: disable failing stage1 test
|
2022-03-23 14:06:07 -07:00 |
atomics.zig
|
cbe: disable aarch64 behavior tests that are broken with gcc
|
2022-10-31 21:01:04 -04:00 |
await_struct.zig
|
behavior tests: disable failing stage1 test
|
2022-03-23 14:06:07 -07:00 |
basic.zig
|
Sema: prioritize Value.variable over OPV when resolving const value
|
2022-11-20 20:25:12 +02:00 |
bit_shifting.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04:00 |
bitcast.zig
|
run zig fmt on everything checked by CI
|
2022-11-18 19:22:42 +00:00 |
bitreverse.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
bool.zig
|
C backend: fix @boolToInt
|
2021-10-28 17:33:05 -07:00 |
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
|
Sema: do not re-evaluate type of non-generic inline call parameters
|
2022-11-16 01:12:27 +02:00 |
cast_int.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
cast.zig
|
Sema: allow coercing typed undefined to int
|
2022-11-20 20:25:11 +02: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
|
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
|
dwarf: do not assume unsigned 64bit integer for the enum value
|
2022-11-10 09:36:45 +01:00 |
error.zig
|
Sema: adjust result type of anyerror field access
|
2022-11-05 13:22:21 +02:00 |
eval.zig
|
Sema: ensure comptime reference to function points to original decl
|
2022-11-16 01:12:54 +02: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
|
extract C backend behavior tests with vectors
|
2022-11-19 01:29:51 -05: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
|
Merge pull request #13446 from Vexu/stage2-fixes
|
2022-11-07 14:17:26 +02: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
|
Type: check return_type for generic poison before comparing
|
2022-11-11 17:59:53 +02: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
|
cbe: hack around invalid Air
|
2022-11-02 10:20:31 -04: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
|
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
|
aarch64: pass some tests dealing with optionals
|
2022-11-08 13:59:47 +01:00 |
packed_struct_explicit_backing_int.zig
|
cbe: fix atomics
|
2022-10-25 05:11:29 -04:00 |
packed-struct.zig
|
cbe: implement optional slice representation change
|
2022-10-29 05:58:41 -04:00 |
pointers.zig
|
llvm: correctly lower references to generic functions
|
2022-11-12 15:41:29 +02:00 |
popcount.zig
|
stage2+stage1: remove type parameter from bit builtins
|
2022-08-22 11:19:20 +03:00 |
prefetch.zig
|
stage1: implement @prefetch() builtin
|
2021-12-11 00:29:31 +01:00 |
ptrcast.zig
|
cbe: implement 128-bit and fix smaller integer builtins
|
2022-10-25 05:11:29 -04: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
|
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_sentinel_comptime.zig
|
std, src, doc, test: remove unused variables
|
2021-06-21 17:03:03 -07:00 |
slice.zig
|
behavior: enable fixed cbe tests
|
2022-10-30 15:38:50 -04: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
|
llvm: correct calculation of index of zero-bit field
|
2022-11-11 17:59:53 +02: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
|
stage2 AArch64: implement basic switch statements
|
2022-11-01 20:43:27 +01:00 |
this.zig
|
stage2 ARM: amend implementation of various AIR instructions
|
2022-09-09 19:17:17 +02: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
|
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
|
llvm: check that tuple fields have runtime bits
|
2022-11-12 15:41:29 +02:00 |
type_info.zig
|
Sema: handle opt_payload in beginComptimePtrLoad
|
2022-11-20 20:25:11 +02:00 |
type.zig
|
cbe: ignore comptime fields when generating tuple typedefs
|
2022-11-02 10:21:05 -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_with_members.zig
|
behavior: enable stage2_c tests that are currently passing
|
2022-10-25 05:11:28 -04:00 |
union.zig
|
Sema+llvm: improve handling of namespace-like unions
|
2022-11-16 01:13:35 +02: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
|
Sema: coerce array operands to shuffle
|
2022-11-11 18:00:05 +02: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
|
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 |