aboutsummaryrefslogtreecommitdiff
path: root/test/cases
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-23llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64kcbanner
2023-06-20Type: remove arbitrary restrictions on param and return typesJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-14Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-betterAndrew Kelley
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13Sema: rewrite peer type resolutionmlugg
2023-06-13Add a compiler error for @mulAdd with int vectors.IntegratedQuantum
2023-06-13std.meta: remove `Vector` (deprecated in 0.10)Eric Joldasov
2023-06-13Fix bad source locations in switch capture errorsmlugg
2023-06-13Sema: resolve union payload switch captures with peer type resolutionmlugg
2023-06-10stage2: pass most test cases under InternPoolmlugg
2023-06-10Sema: emit error on @intToPtr with slice dest typemlugg
2023-05-31add missing note "operation is runtime due to this operand"Evin Yulo
2023-05-31don't crash when can't evaluate comptime expression with inferred typeyujiri8
2023-05-31sema: add compile error for incorrect extern typeBogdan Romanyuk
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-23Merge pull request #15235 from Vexu/safetyVeikka Tuominen
2023-05-22Sema: improve error message when calling optional functionVeikka Tuominen
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-05-18Sema: simplify "duplicate test name" error messageAndrew Kelley
2023-05-18make `@trap` return unreachable/noreturn (#15749)zooster
2023-05-16add runtime safety for noreturn function returningVeikka Tuominen
2023-05-15Merge pull request #15704 from Vexu/fix-memcpysetAndrew Kelley
2023-05-15Sema: add more type checks to `@mem{cpy,set}`Veikka Tuominen
2023-05-15correct error note and check type of extern variableswrongnull
2023-05-11Sema: fix crash when generating anon name on invalid codeVeikka Tuominen
2023-05-11Sema: add error for resolving inferred error set of generic functionVeikka Tuominen
2023-05-11Sema: make `@call` compile errors match regular callsVeikka Tuominen
2023-05-11module: return null if no candidate srcJohn Schmidt
2023-05-10Merge pull request #15508 from r00ster91/semathingsVeikka Tuominen
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-07Fix parsing of hexadecimal literalsDominic
2023-05-06Sema: fix and improve errors for `for` loop objects and non-indexablesr00ster91
2023-05-06Sema: add some missing apostrophes to error messagesr00ster91
2023-04-30sema: improve the error message when coercing to []anyopaquekcbanner
2023-04-29Merge pull request #15503 from r00ster91/noinlineAndrew Kelley
2023-04-29Sema: disallow indexing non-tuple structr00ster91
2023-04-29Sema: emit error for always_inline call of noinline functionr00ster91
2023-04-27sema: Rework Decl.value_arena to fix another memory corruption issuekcbanner
2023-04-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-26add support for .field_ptr in elemValueAdvancedkcbanner
2023-04-26sema: add error for coercing a slice to an anyopaque pointerkcbanner
2023-04-25update test cases for new memcpy/memset semanticsAndrew Kelley
2023-04-25Sema: implement comptime `@memset`Andrew Kelley
2023-04-24Merge pull request #15421 from Vexu/fixesAndrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-23Sema: emit cast to null panics for function pointersVeikka Tuominen
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-20Unify incremental test cases and disable manymlugg