aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2020-10-08stage1: Disallow arrays in function parameters or return typesTadeo Kondrak
2020-10-07Merge pull request #6421 from tadeokondrak/opaque-syntaxAndrew Kelley
2020-10-07stage1: improve error messages for missing `try` statementspfg
2020-10-06Update compile error test for field access of opaque typeTadeo Kondrak
2020-10-06stage1: disallow fields in opaque typesTadeo Kondrak
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-10-03Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...Alexandros Naskos
2020-10-01Add test for implicit extern-allowed enum tag type in extern structTadeo Kondrak
2020-10-01Add tests for enums with explicit extern-allowed tag types in extern typesTadeo Kondrak
2020-10-01stage1: Implement @Type for Fn and BoundFnTadeo Kondrak
2020-10-01Update compile error tests for alignment in StructField/UnionFieldTadeo Kondrak
2020-09-30stage1: Fix @Type(.Enum) with invalid tag_typeTadeo Kondrak
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-28stage1: Detect OOB access of vector valueLemonBoy
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-07@Type for union fixesTadeo Kondrak
2020-09-07Implement @Type for UnionTadeo Kondrak
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-04update rest of testsVexu
2020-09-04langref: atomic ops are allowed on pointersVexu
2020-09-01ir: Typecheck the sentinel value in *[N:S1]T to [S2]T castsLemonBoy
2020-08-30Remove @OpaqueTypeTadeo Kondrak
2020-08-24fix error note using invalid source nodeVexu
2020-08-24add error checks to `@Type`Vexu
2020-08-21Update compile-errors test for @Type(.Enum) changesTadeo Kondrak
2020-08-21Implement @Type for EnumTadeo Kondrak
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20disallow extern variables with initializersVexu
2020-08-19Update compile-errors test for @Type(.Struct)Tadeo Kondrak
2020-08-18Merge pull request #5495 from xackus/fix_5314Veikka Tuominen
2020-08-18stage1: update compile error testsAndrew Kelley
2020-08-17Handle singular param count word in error messages (#6073)Ashish Shekar
2020-08-17fix cast from invalid non-exhaustive enum to unionVexu
2020-08-17disallow '_' prong when switching on non-exhaustive tagged unionVexu
2020-08-15stage1: remove buggy "unable to inline function" compile errorAndrew Kelley
2020-08-13add error for unused/duplicate block labelsVexu
2020-08-02add compile error for alignCasting zero sized typesVexu
2020-07-28add helpful error note for when function cannot return an errorVexu
2020-07-26Merge pull request #5693 from antlilja/switch-unreachable-elseAndrew Kelley
2020-07-24Revert "Support taking extern pointers at comptime"Andrew Kelley
2020-07-24Support taking extern pointers at comptimeyvt
2020-07-18fix floatCast type check regressionVexu
2020-07-13check for invalid sentinel when creating pointer with `@Type`Vexu
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-08fix missing check on extern variables with no typeVexu
2020-07-01Add new error message for unreachable else prongsantlilja
2020-06-28Merge pull request #5696 from alexnask/async_call_tupleAndrew Kelley
2020-06-24Fix issue #5618 (#5685)arbrk1
2020-06-24Small fixes, fixed tests, added test for argument tuple typeAlexandros Naskos