aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/try.zig
AgeCommit message (Expand)Author
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-24stage2-wasm: implement try_ptr + is_(non_)err_ptrPavel Verigo
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-01compiler: do not propagate result type to `try` operandmlugg
2024-09-15Sema: give `try` operand `error{}` result type in non-errorable functionsmlugg
2024-09-01compiler: provide result type to operand of `try`mlugg
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-06-13ZigObject: enforce min function alignement on riscvDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-09-23spirv: enable passing testsRobin Voetter
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2022-12-29stage2 AArch64: implement errUnion{Err,Payload} for registersjoachimschmidt557
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-09-09stage2 ARM: amend implementation of various AIR instructionsjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-22Port more behavior testsJakub Konka
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley