aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2023-07-10AstGen: make sure for range start and end are usizesr00ster91
2023-07-10Merge pull request #16339 from r00ster91/ueficcAndrew Kelley
2023-07-09Change math.Order order (#16356)Niles Salter
2023-07-08Sema: infrastructure for supporting more than .C callconv for variadic functionsr00ster91
2023-06-27behavior: boolean vector with 2 or more elementsr00ster91
2023-06-27test cases: expected optional type in for loopr00ster91
2023-06-27test cases: never-inline call of inline function with comptime parameterr00ster91
2023-06-27test cases: @intCast on vectorr00ster91
2023-06-26AstGen: fix result locations for elements of typed array initmlugg
2023-06-25Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixesAndrew Kelley
2023-06-25AstGen: add source location to certain const initializersJacob Young
2023-06-25cases: add tests for errors introduced by cast builtin result type inferencemlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
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-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-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-26Merge pull request #15278 from ziglang/memcpy-memsetAndrew Kelley
2023-04-26sema: add error for coercing a slice to an anyopaque pointerkcbanner