COMMITS
/ test/behavior/basic.zig 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: mutable globals
David Rubin committed
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
March 26, 2024
M
compiler: audit uses of `ptr.addr` in the frontend
mlugg committed
March 2, 2024
R
spirv: make generic globals invocation-local
Robin Voetter committed
February 7, 2024
A
spirv: make rusticl the primary testing implementation
Ali Chraghi committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
V
llvm: revert bad array access optimization
Veikka Tuominen committed
February 6, 2024
A
delete bad behavior test
Andrew Kelley committed
January 13, 2024
R
spirv: update tests
Robin Voetter committed
January 15, 2024
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 21, 2023
R
spirv: disable failing tests
Robin Voetter 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 18, 2023
J
x86_64: fix crashes
Jacob Young committed
October 17, 2023
A
spirv: switch on bool
Ali Chraghi committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 8, 2023
R
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter committed
October 7, 2023
R
spirv: aggregate_init for structs
Robin Voetter committed
October 14, 2023
X
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux committed
X
codegen/wasm: fix non-byte-sized signed integer comparison
Xavier Bouchoux committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
September 18, 2023
R
spirv: generate module initializer
Robin Voetter committed
June 25, 2023
E
std.cstr: deprecate namespace
Eric Joldasov committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 31, 2023
L
enable passing behavior tests
Luuk de Gram committed
May 19, 2023
R
spirv: more passing tests
Robin Voetter committed
May 18, 2023
R
spirv: ptr_add
Robin Voetter committed
R
spirv: dont use OpIAddCarry
Robin Voetter committed
R
spirv: implement pointer comparison in for air cmp
Robin Voetter committed
May 13, 2023
V
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 9, 2023
V
Sema: return const pointers from ref inits
Veikka Tuominen committed
May 1, 2023
R
fix `[x]u65529` and above overflowing
r00ster91 committed
May 8, 2023
D
Disallow named test decls with duplicate names
Dominic committed
May 3, 2023
J
x86_64: fix feature confusion
Jacob Young committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed
April 26, 2023
A
llvm backend: fix lowering of memset
Andrew Kelley committed
A
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley committed
April 24, 2023
J
behavior: update passing cbe tests
Jacob Young committed
A
x86_64 backend: support `@memset` with slices
Andrew Kelley committed
A
x86_64 backend: implement `@memset` for element ABI size > 1
Andrew Kelley committed
April 23, 2023
A
add behavior test for `@memset` on slices
Andrew Kelley committed
A
Sema: implement comptime `@memcpy`
Andrew Kelley committed
A
Sema: implement comptime `@memset`
Andrew Kelley committed