aboutsummaryrefslogtreecommitdiff
path: root/test/cases
AgeCommit message (Expand)Author
2024-12-24delete aro dependencysans-aroAndrew Kelley
2024-12-19compiler: disallow `align` etc annotations on comptime-only globalsmlugg
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-16Sema: disallow unsafe in-memory coercionsmlugg
2024-12-15Sema: disallow runtime stores to pointers with comptime-only element typesmlugg
2024-12-11AstGen: fix analysis when encountering discard of error captureTechatrix
2024-12-09Merge pull request #22157 from mlugg/astgen-error-lazyAndrew Kelley
2024-12-08Sema: fix use of Zcu.LazySrcLoc in error messagewooster0
2024-12-05compiler: allow files with AstGen errors to undergo semantic analysismlugg
2024-11-29compiler: use `@Type` instead of `@TypeOf` to print enum literal typemlugg
2024-11-24test: Set emit_bin=false for some safety tests.Alex Rønne Petersen
2024-11-24test: Set emit_bin=false for spirv_mergable_pointers.zig.Alex Rønne Petersen
2024-11-24test: Add test cases for PIC/PIE on various supported platforms.Alex Rønne Petersen
2024-11-23compiler: Disallow align(0) everywhere in the language.Alex Rønne Petersen
2024-11-12AstGen: add missing `rvalue` call to `labeledBlockExpr`mlugg
2024-11-11test: remove old-style incremental cases, add a few new incremental casesmlugg
2024-11-09Sema: fix wording in error messageWooster
2024-11-02Sema: Disallow calling functions with certain special calling conventions.Alex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-29Merge pull request #21826 from Snektron/spirv-vulkanRobin Voetter
2024-10-28Sema: add missing coercion to bool for condbr_inlinemlugg
2024-10-27fix compile error tests with unstable error setsRobin Voetter
2024-10-27spirv: forbid merging logical pointersRobin Voetter
2024-10-25Merge pull request #21710 from alexrp/function-alignmentAlex Rønne Petersen
2024-10-24Sema: fix check for whether current AnalUnit is a test functionVeikka Tuominen
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22tests: add tests for is_dll_import externskcbanner
2024-10-20compiler: Disallow function alignment for nvptx and spirv.Alex Rønne Petersen
2024-10-19Sema: add and improve some callconv compile errorsmlugg
2024-10-19test: update for `CallingConvention` changesmlugg
2024-10-18compiler: implement `@FieldType`mlugg
2024-10-14Sema: fail if analyzing return in `noreturn`-declared function before coercin...gabeuehlein
2024-10-12implement packed struct equality (#21679)David Rubin
2024-10-10Sema: implement @splat for arraysmlugg
2024-10-07Sema: add missing runtime value validation to global mutable variablesmlugg
2024-10-07Sema: add missing runtime value validation to @memcpy and @memsetmlugg
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-03fix: print correct number of provided arguments in min/max error messageWillLillis
2024-09-28revert safety test cases to rely on deprecated old APIAndrew Kelley
2024-09-26disable plan9 testAndrew Kelley
2024-09-26update safety test cases to new panic APIAndrew Kelley
2024-09-26update test cases to new panic APIAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-25disallow non-scalar sentinel typesAndrew Kelley
2024-09-24fix: disallow discard as errdefer captureWillLillis
2024-09-23fix: Add error note when attempt is made to destructure error union (#21491)Will Lillis
2024-09-16Sema: return undefined on comparison of runtime value against undefinedmlugg
2024-09-12Sema: perform requested coercion when decl literal demoted to enum literalmlugg
2024-09-10add error for discarding if/while pointer capturexdBronch
2024-09-04Merge pull request #21257 from mlugg/computed-goto-3Andrew Kelley