aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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-23compiler: Disallow align(0) everywhere in the language.Alex Rønne Petersen
2024-11-12AstGen: add missing `rvalue` call to `labeledBlockExpr`mlugg
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-25disallow non-scalar sentinel typesAndrew Kelley
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
2024-09-01AstGen: error on unused switch labelmlugg
2024-09-01compiler: implement decl literalsmlugg
2024-09-01fix(Sema): patch segfault in `finishStructInit`WillLillis
2024-08-29cases: update for new error wording, add coverage for field/decl name conflictmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27behavior,cases: add `@branchHint` test coveragemlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-16add an error for stack allocations in naked functions (#21082)David Rubin
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-21Sema: fix OOB access in coerceTupleToStruct (#19620)Bogdan Romanyuk
2024-07-21fix(fmt): pointer type syntax to index (take 2) (#20336)Will Lillis
2024-07-21fix: remove misleading error note for failed array coercionsWillLillis
2024-07-21fix: Add error notes for method calls on double pointers (#20686)Will Lillis