aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
2025-02-05Sema: fix crash on `@tagName` of undefined enum literalmlugg
2025-02-05Sema: fix incorrectly succeeding type resolutionmlugg
2025-02-05Merge pull request #22754 from mlugg/files-and-stuffMatthew Lugg
2025-02-05AstGen: improve error for invalid bytes in strings and commentsWill Lillis
2025-02-04test: remove failing casemlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-02-02fix: error on non-exhaustive enums with zero width backing type (#21374)Will Lillis
2025-02-01Merge pull request #22672 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-01compiler: do not propagate result type to `try` operandmlugg
2025-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-29Sema: explain why we tried to call an `extern fn` at comptimemlugg
2025-01-29Sema: `@memcpy` changesmlugg
2025-01-26fix: Only suggest try on destructure of error union if payload type can be de...Will Lillis