aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
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