COMMITS
/ test/behavior/tuple.zig April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
April 16, 2024
D
riscv: math progress
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
March 19, 2024
J
Update uses of `@fieldParentPtr` to use RLS
Jacob Young committed
March 18, 2024
J
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young committed
February 19, 2024
T
std.builtin: make container layout fields lowercase
Tristan Ross committed
February 11, 2024
J
Fix tuple default values
John Schmidt committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
January 13, 2024
R
spirv: update tests
Robin Voetter committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
January 3, 2024
X
add missing resolveStructFieldInits
xdBronch committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
October 15, 2023
A
spirv: fieldParentPtr
Ali Chraghi committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 14, 2023
X
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux committed
October 13, 2023
X
codegen/wasm: fix tuple member offset computation
Xavier Bouchoux committed
October 3, 2023
I
Add behavior test for empty tuple type
Ian Johnson committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
July 28, 2023
J
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young committed
J
Sema: don't reorder tuple fields
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 7, 2023
M
Sema: allow indexing tuple and vector pointers
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 8, 2023
J
x86_64: implement union_init
Jacob Young committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 2, 2023
J
x86_64: implement fieldParentPtr
Jacob Young committed
January 4, 2023
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
March 25, 2023
J
x86_64: implement atomic loops
Jacob Young committed
March 19, 2023
J
x86_64: (re)implement optional ops
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
March 3, 2023
R
Ast: properly handle sentinel-terminated slices in tuple
r00ster91 committed
February 18, 2023
A
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley committed
December 31, 2022
V
add tests for fixed stage1 bugs
Veikka Tuominen committed
December 28, 2022
V
add tests for fixed stage1 bugs
Veikka Tuominen committed
December 13, 2022
R
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91 committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
November 12, 2022
V
llvm: check that tuple fields have runtime bits
Veikka Tuominen committed
October 25, 2022
J
cbe: add support for all float literals types
Jacob Young committed
October 10, 2022
J
cbe: fix global access fix
Jacob Young committed
August 28, 2022
V
Sema: correct one possible value for tuples
Veikka Tuominen committed
August 24, 2022
V
Sema: check one possible value earlier in `zirValidateArrayInit`
Veikka Tuominen committed
July 29, 2022
V
Sema: implement coercion from tuples to tuples
Veikka Tuominen committed
V
stage2: fix hashing of struct values
Veikka Tuominen committed
July 9, 2022
C
stage2: Support `@fieldParentPtr` for tuples and anon structs
Cody Tapscott committed
C
stage2: Support `@offsetOf` for tuples and anon structs
Cody Tapscott committed
July 8, 2022
C
stage2: Support initializing anonymous struct type
Cody Tapscott committed
June 25, 2022
J
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557 committed