COMMITS
/ test/behavior/generics.zig May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 26, 2024
D
riscv: implement optional logic
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
David Rubin committed
April 29, 2024
D
riscv: arbitrary sized arrays
David Rubin committed
April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
D
riscv: by-value structs + `@min`
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
April 6, 2024
R
spirv: enable passing tests
Robin Voetter committed
March 17, 2024
V
Sema: allow param instructions to clobber inst_map
Veikka Tuominen committed
March 5, 2024
M
behavior: correct tests after #18816
mlugg committed
February 18, 2024
J
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 22, 2023
R
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter committed
A
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley committed
October 21, 2023
R
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
August 26, 2023
R
spirv: disable failing tests
Robin Voetter committed
July 24, 2023
A
InternPool: add func_coerced handling to funcIesResolved
Andrew Kelley committed
July 19, 2023
A
Sema: fix return type of generic function is function pointer
Andrew Kelley committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 14, 2023
Z
test/behavior/generics.zig: remove outdated TODO
zooster committed
May 19, 2023
R
spirv: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 3, 2023
J
x86_64: fix feature confusion
Jacob Young committed
May 2, 2023
J
x86_64: fix global slices
Jacob Young committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
February 18, 2023
A
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley committed
December 16, 2022
R
std.builtin: remove layout field from Type.Enum
r00ster91 committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 7, 2022
A
remove references to stage1 in behavior tests
Andrew Kelley committed
November 8, 2022
V
Type: check return_type for generic poison before comparing
Veikka Tuominen committed
October 29, 2022
J
cbe: implement optional slice representation change
Jacob Young committed
October 27, 2022
V
value: properly hash `null_value` pointer
Veikka Tuominen committed
October 8, 2022
J
cbe: fix infinite recursion on recursive types
Jacob Young committed
October 6, 2022
J
behavior: fix redefined exports
Jacob Young committed
October 18, 2022
J
value: implement `Value.eqlAdvanced` on slices
Jacob Young committed
September 23, 2022
V
Sema: properly handle generic struct as parameter type
Veikka Tuominen committed
September 9, 2022
V
value: hash extern functions
Veikka Tuominen committed
September 12, 2022
A
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley committed
September 6, 2022
J
stage2 ARM: implement ptr_elem_val
joachimschmidt557 committed
August 30, 2022
A
skip new behavior tests that do not pass for stage1
Andrew Kelley committed
August 24, 2022
V
Sema: do not construct nested partial function types
Veikka Tuominen committed
August 17, 2022
A
Sema: fix generics with struct literal coerced to tagged union
Andrew Kelley committed
May 26, 2022
J
stage2 AArch64: complete genTypedValue
joachimschmidt557 committed