aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-13Sema: add missing error and test for bool not on vector of intsAndrew Kelley
2025-06-07seriously don't put internpool indexes in test casesAndrew Kelley
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-06-01compiler: implement better shuffle AIRmlugg
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-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-27Sema: simplify comptime `@intFromPtr` logicDavid Rubin
2025-05-21spirv: super basic composite int supportAli Cheraghi
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-20Merge pull request #23836 from mlugg/incr-fixesMatthew Lugg
2025-05-19Sema: allow `@ptrCast` single-item pointer to slicemlugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-16cases: update to new "called from here" notesmlugg
2025-05-15make error messages prettierwooster0
2025-05-03Merge pull request #23263 from mlugg/comptime-field-ptrMatthew Lugg
2025-05-03std.Target: Add Cpu.Arch.or1k and basic target info.Alex Rønne Petersen
2025-04-28Merge pull request #23708 from ziglang/memmove-followupsAndrew Kelley
2025-04-28Sema: fix a few indexing bugsmlugg
2025-04-28sema: do checked cast when resolving aggregate sizedweiller
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-28Sema: fix pointers to comptime fields of comptime-known aggregate pointersmlugg
2025-04-26test: add tests for @memmovedweiller
2025-04-26compiler: add @memmove builtindweiller
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-03-29compiler: "illegal behavior", not "undefined behavior", in errorsmlugg
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-17Sema: error on illegal code when targeting spirvAli Cheraghi
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-03-08Sema: handle generated tag enums in union field order checkIan Johnson
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-26test: remove dependencies on legacy coercionmlugg
2025-02-26Sema: remove legacy coercionmlugg
2025-02-25AstGen: improve 'file cannot be a tuple' source locationmlugg
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-22AstGen: make layout specifiers on opaque containers a compile errorDavid Rubin
2025-02-21added compile_error test coverage for issue 17166Benjamin Thompson
2025-02-17test: Update some compiler-internal type names in expected output.Alex Rønne Petersen
2025-02-17std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).Alex Rønne Petersen
2025-02-17Sema: make source location in checkCallConvSupportsVarArgs more meaningfulTw
2025-02-15x86_64: implement error set and enum safetyJacob Young
2025-02-06Sema: add missing `validateRuntimeValue` callsmlugg