COMMITS
/ test/behavior/enum.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
April 5, 2024
J
Builder: fix encoding big integers in bitcode
Jacob Young committed
March 5, 2024
M
behavior: add tests for #18816
mlugg 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 27, 2023
B
value: handle lazy_align and lazy_size in writeToPackedMemory
Bogdan Romanyuk committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 8, 2023
L
add behavior test `@tagName` with signed values
Luuk de Gram committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
July 1, 2023
R
spirv: disable new behavior tests that do not pass
Robin Voetter committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 20, 2023
J
Sema: fix auto-numbered enums with signed tag types
Jacob Young committed
June 19, 2023
I
Fix @enumToInt and @tagName for auto-numbered enums with signed tag type.
IntegratedQuantum 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 20, 2023
A
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley committed
May 19, 2023
R
spirv: more passing tests
Robin Voetter committed
May 18, 2023
R
spirv: use intInfo instead of arithmeticTypeInfo in airIntCast
Robin Voetter committed
R
spirv: implement pointer comparison in for air cmp
Robin Voetter committed
May 17, 2023
A
spirv: lower get_union_tag
Ali Chraghi committed
May 15, 2023
A
spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)
Ali Chraghi 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 1, 2023
J
x86_64: implement tagName
Jacob Young committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed
April 15, 2023
J
x86_64: implement packed load and store
Jacob Young committed
April 12, 2023
L
wasm: enable `@tagName` behavior tests
Luuk de Gram committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young committed
January 5, 2023
V
Sema: handle enum expressions referencing local variables
Veikka Tuominen committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 1, 2022
A
Merge pull request #13715 from Vexu/cbe
Andrew Kelley committed
November 30, 2022
L
wasm: enable behavior tests for packed structs
Luuk de Gram committed
November 27, 2022
V
cbe: ensure test and tagName function names are unique
Veikka Tuominen committed
November 10, 2022
J
dwarf: do not assume unsigned 64bit integer for the enum value
Jakub Konka committed
October 8, 2022
J
cbe: implement tag name
Jacob Young committed
C
stage1: Skip new tests that never passed in stage1
Cody Tapscott committed
October 18, 2022
A
Sema: fix runtime int to enum with one possible value
Andrew Kelley committed
October 5, 2022
R
fix(text): hyphenate "comptime" adjectives
r00ster91 committed
September 4, 2022
J
stage2 ARM: implement struct_field_val for registers
joachimschmidt557 committed
August 27, 2022
J
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557 committed
September 2, 2022
V
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen committed
August 28, 2022
V
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen committed
August 25, 2022
A
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley committed
June 29, 2022
V
stage2 llvm: ensure `@tagName` functions are unique
Veikka Tuominen committed
June 25, 2022
J
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557 committed
March 9, 2022
L
wasm: Enable passing behavior tests
Luuk de Gram committed