aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
2023-04-25update test cases for new memcpy/memset semanticsAndrew Kelley
2023-04-25Sema: implement comptime `@memset`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-20Sema: allow ptr field access on pointer-to-arraymlugg
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-04-05Sema: validate array element typesVeikka Tuominen
2023-03-26Module: fix lazy srcloc resolution for new for loop syntaxVeikka Tuominen
2023-03-21fix broken test cases exposed by ec445fb6b8bb3f3d423cafa4f3a7860da65ca233Veikka Tuominen
2023-03-21Improve error messages for break type coercionJohn Schmidt
2023-03-21Merge pull request #15028 from Vexu/compile-errorsVeikka Tuominen
2023-03-20Port some stage1 test cases to stage2mlugg
2023-03-21Sema: improve error message of field access of wrapped typeVeikka Tuominen
2023-03-16Add error for bad cast from `*T` to `*[n]T`InKryption
2023-03-15fix test-case copy-paste typo from earlier commitAndrew Kelley
2023-03-15fix compile log test case expected outputAndrew Kelley
2023-03-15test-cases: add missing compile log outputAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-12Sema: improve error message when calling non-member function as methodmlugg
2023-03-10Sema: correctly detect use of undefined within slices in @Typemlugg
2023-03-09Fix test case added in 6d7fb8fmlugg
2023-03-09Sema: check type of comptime try operandmlugg
2023-03-08astgen: fill result location with `void` value if no other valueJohn Schmidt
2023-03-04AstGen: compile-error on primitive value exportr00ster91
2023-03-01astgen: do not discard result location in for/while loopsJohn Schmidt
2023-02-21Sema: implement @fieldParentPtr for unionsIsaac Freund
2023-02-19add test coverage for fixed bug. closes #5410Andrew Kelley
2023-02-19implement `writeToMemory`/`readFromMemory` for pointersVeikka Tuominen
2023-02-18implement error for unbounded for loopsAndrew Kelley
2023-02-18improve error message for byref capture of byval arrayAndrew Kelley
2023-02-18fix source location for not-indexable for loop errorsAndrew Kelley
2023-02-18AstGen: add error for discard of unbounded counterAndrew Kelley
2023-02-18Sema: improve error message for mismatched for loop lengthsAndrew Kelley
2023-02-18update test-cases for new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-11Sema: validate inferred error set payload typeVeikka Tuominen
2023-02-01Merge pull request #14477 from Vexu/fixesAndrew Kelley
2023-02-01Sema: fix error location on comptime arg to typed generic paramVeikka Tuominen
2023-01-31update test case for new std.builtin.OptimizeMode APIAndrew Kelley
2023-01-31Sema: emit compile error for comptime or inline call of function pointerr00ster91
2023-01-30implement `@qualCast`Veikka Tuominen
2023-01-30Sema: replace backticks with single quotesVeikka Tuominen
2023-01-30Sema: add helpful notes to invalid `@ptrCast` operationsVeikka Tuominen
2023-01-30AstGen: fix crash on invalid decltestVeikka Tuominen
2023-01-30Sema: ensure args to inline comptime args are comptime-knownVeikka Tuominen
2023-01-22Sema: fix unwrapping null when reporting error on member accessVeikka Tuominen
2023-01-17enable passing compile error testVeikka Tuominen
2023-01-11AstGen: add note pointing to tuple fieldVeikka Tuominen
2023-01-11Sema: fix condition for omitting comptime arg from function typeVeikka Tuominen
2023-01-05Sema: handle enum expressions referencing local variablesVeikka Tuominen