aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/enum.zig
AgeCommit message (Expand)Author
2025-09-13std.math.big.int: normalize zero result for small multiplicationsmlugg
2025-07-27aarch64: fix error union constantsJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-07test: check @tagName() in callconv C functionIsaac Freund
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-19Merge pull request #20070 from Rexicon226/riscvJakub Konka
2024-06-15stage2-wasm: enum bigint <= 128 bitsPavel Verigo
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: fix register clobber in certain edge casesDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: switch progress + by-ref return progressDavid Rubin
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-06Builder: fix encoding big integers in bitcodeJacob Young
2024-03-06behavior: add tests for #18816mlugg
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-27value: handle lazy_align and lazy_size in writeToPackedMemoryBogdan Romanyuk
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-08add behavior test `@tagName` with signed valuesLuuk de Gram
2023-09-23spirv: enable passing testsRobin Voetter
2023-07-01spirv: disable new behavior tests that do not passRobin Voetter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20Sema: fix auto-numbered enums with signed tag typesJacob Young
2023-06-20Fix @enumToInt and @tagName for auto-numbered enums with signed tag type.IntegratedQuantum
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-20Merge pull request #15753 from Snektron/spirv-more-testsAndrew Kelley
2023-05-20spirv: more passing testsRobin Voetter
2023-05-20spirv: use intInfo instead of arithmeticTypeInfo in airIntCastRobin Voetter
2023-05-20spirv: implement pointer comparison in for air cmpRobin Voetter
2023-05-20spirv: lower get_union_tagAli Chraghi
2023-05-15spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)Ali Chraghi
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01x86_64: implement tagNameJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-16x86_64: implement packed load and storeJacob Young