aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-19tests: remove more old async testsmlugg
2025-07-17test: Restore and fix deleted tests that relied on intern pool types (#24422)Felix Koppe
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-29Sema: correct OPV for optional empty error setAndrew Kelley
2025-06-23remove `spirv` cpu archAli Cheraghi
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