aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/optional.zig
AgeCommit message (Expand)Author
2025-10-30aarch64: implement optional comparisonsJacob Young
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-22Dwarf: fix lowering of comptime-only optional pointer `null` valuesJacob Young
2025-01-21Sema: fix `is_non_null_ptr` handling for runtime-known pointersmlugg
2025-01-16x86_64: pass more behavior testsJacob Young
2024-09-12riscv: implement `optional_payload_ptr_set`David Rubin
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-22riscv: disable failing testDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13ZigObject: enforce min function alignement on riscvDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-13cbe: fix optional codegenJacob Young
2024-03-18spirv: enable passing testsRobin Voetter
2024-02-25x86_64: implement optional comparisonsJacob Young
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2024-02-04spirv: update testsRobin Voetter
2024-02-04spirv: air is_(non_)null_ptr, optional_payload_ptrRobin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-08llvm: optional slices cannot be passed in parts when they allowzeroVeikka Tuominen
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-23Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""Robin Voetter
2023-10-22Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"Andrew Kelley
2023-10-21spirv: self-referential pointers via new fwd_ptr_typeRobin Voetter
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: override function return type to void if it has no runtime bitsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-08-09Sema: remove `validateRunTimeType`Jacob Young
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-31enable passing behavior testsLuuk de Gram
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-15x86_64: implement global payload pointersJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi