aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/redundant_try.zig
AgeCommit message (Expand)Author
2025-07-31Sema: add note suggesting dropping try on non error-unionsmikastiv
2025-07-17test: Restore and fix deleted tests that relied on intern pool types (#24422)Felix Koppe
2025-06-07seriously don't put internpool indexes in test casesAndrew Kelley
2025-06-06x86_64: add support for pie executablesJacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-03std.Target: Add Cpu.Arch.or1k and basic target info.Alex Rønne Petersen
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-02-17test: Update some compiler-internal type names in expected output.Alex Rønne Petersen
2025-02-03meta: fix failing test case affecting masterMeghan Denny
2025-02-01compiler: do not propagate result type to `try` operandmlugg