aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/coerce_anon_struct.zig
AgeCommit message (Expand)Author
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-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: fix typo and lower optimized instsJacob Young
2025-01-22x86_64: implement error return tracesJacob Young
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg