aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors
AgeCommit message (Expand)Author
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
2023-01-05Sema: remove generic function from `monomorphed_funcs` on any errorVeikka Tuominen
2023-01-05Sema: only untyped undefined should coerce to all typesVeikka Tuominen
2023-01-05Sema: improve struct/union field error locationsVeikka Tuominen
2023-01-03Sema: do not immediately destroy failed generic instantiationVeikka Tuominen
2023-01-02Sema: `@intToEnum` on non-exhaustive enum at comptime should check int is in ...Veikka Tuominen
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-29Type: fix printing of default alignment on non-byte aligned pointersVeikka Tuominen
2022-12-29add tests for fixed stage1 bugsVeikka Tuominen
2022-12-28disable failing compile errors testAndrew Kelley
2022-12-26Sema: add error for recursive inline callVeikka Tuominen
2022-12-22Merge pull request #13960 from r00ster91/stage1cruftAndrew Kelley
2022-12-21cases: more test coverager00ster91