aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
2024-07-16Sema: add error note for failed coercions to optional types and error unionsWill Lillis
2024-07-15Sema: support pointer subtractionWooster
2024-07-15Tokenizer bug fixes and improvementsgooncreeper
2024-07-15Sema: disallow casting to opaquefmaggi
2024-07-13Compilation: introduce work stages for better work distributionJacob Young
2024-07-12Zcu: allow atomic operations on packed structsJacob Young
2024-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04Zcu: key compile errors on `AnalUnit` where appropriatemlugg
2024-07-03Make 0e.0 and 0xp0 not crashwooster0
2024-06-20Merge pull request #20299 from mlugg/the-great-decl-splitMatthew Lugg
2024-06-19AstGen: error for redundant `@inComptime()`mlugg
2024-06-18cases: un-regress some notesmlugg
2024-06-15Zcu: rework source locationsmlugg
2024-06-02Sema: validate function signature for Signal calling conventionVeikka Tuominen
2024-06-02Sema: add missing error for runtime `@ptrFromInt` to comptime-only typeVeikka Tuominen
2024-05-22Revert "implement `@expect` builtin (#19658)"Andrew Kelley
2024-05-22implement `@expect` builtin (#19658)David Rubin
2024-05-22Sema: add missing declared here notewooster0
2024-05-14Sema: suggest using try/catch/if on method call on error unionWooster
2024-05-14Sema: improve error set/union discard/ignore errorsr00ster91
2024-05-14Sema: add error note for !?Type types when optional type is expectedr00ster91