aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: fix typo and lower optimized instsJacob Young
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-22Merge pull request #22572 from jacobly0/new-error-traceMatthew Lugg
2025-01-22x86_64: implement error return tracesJacob Young
2025-01-22Sema: fix crash when `inline` loop condition is not comptime-knownmlugg
2025-01-22Zcu: fix switch prong source location resolutionmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-21Sema: fix `is_non_null_ptr` handling for runtime-known pointersmlugg
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-14Sema: more validation for builtin decl typesmlugg
2025-01-14Sema: fix UB in error reportingmlugg
2025-01-14Type: `struct {}` does not have a well-defined layoutmlugg
2025-01-13Sema: disallow non scalar sentinels in array types and reified types (#22473)xdBronch
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-03Zir: split up start and end of range in `for_len`mlugg
2025-01-01Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`mlugg
2024-12-31cases: update to new compile error wordingsmlugg
2024-12-31cases: add cases for runtime code in comptime scopesmlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-23Zir: refactor `declaration` instruction representationmlugg
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-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