COMMITS
/ test/behavior/eval.zig November 29, 2024
D
test: adjust behaviour test to new concat/mul semantics
David Rubin committed
October 3, 2024
A
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen committed
October 12, 2024
R
spirv: skip range switch tests
Robin Voetter committed
August 28, 2024
M
July 25, 2024
D
riscv: enable passing tests
David Rubin committed
May 30, 2024
D
riscv: truncate `airStructFieldVal` result
David Rubin committed
D
riscv implement `@sqrt` for f32/f64
David Rubin committed
June 19, 2024
J
Merge pull request #20070 from Rexicon226/riscv
Jakub Konka committed
June 18, 2024
M
AstGen: error for redundant `@inComptime()`
mlugg committed
May 27, 2024
D
riscv: rewrite "binOp"
David Rubin committed
May 26, 2024
D
riscv: implement optional logic
David Rubin committed
May 12, 2024
D
riscv: zero registers when using register-wide operations
David Rubin committed
D
riscv: add `airAggregateInit` for arrays
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 19, 2024
D
riscv: switch progress + by-ref return progress
David Rubin committed
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 22, 2024
M
compiler: implement analysis-local comptime-mutable memory
mlugg committed
February 24, 2024
M
compiler: decide dbg_var scoping based on AIR blocks
mlugg 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 15, 2024
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley 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
October 9, 2023
J
x86_64: implement 128-bit integer multiply and divide
Jacob Young committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
August 26, 2023
R
spirv: disable failing tests
Robin Voetter committed
September 15, 2023
M
Sema: refactor detection of comptime-known consts
mlugg committed
September 16, 2023
M
AstGen: allow closure over known-runtime values within @TypeOf
mlugg committed
July 31, 2023
J
std: finish cleanup up asm
Jacob Young committed
July 30, 2023
J
cbe: get behavior tests running on arm
Jacob Young committed
July 27, 2023
A
add behavior test for comptime array load
Andrew Kelley committed
July 25, 2023
J
make `@typeInfo` not return private decls
Jacob G-W 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 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: ptr_elem_val
Robin Voetter committed
R
spirv: more passing tests
Robin Voetter committed
May 16, 2023
J
x86_64: initialize array sentinels
Jacob Young 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
codegen: handle variable and decl_ref_mut consistently
Jacob Young committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed