aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-19add compile-error tests for unsupported calling conventionVexu
2020-11-18stage1: improve error for missing a number type on a runtime varpfg
2020-11-18Change error when runtime value passed to comptime argfrmdstryr
2020-11-18stage1: Reject undefined values when taking union ptrLemonBoy
2020-11-11ensure TypeInfo payload is not undefinedVexu
2020-11-05stage1: Make sure union(enum(T)) is validLemonBoy
2020-10-30remove extra space in .** error messageTravis
2020-10-30Merge pull request #6858 from travv0/no-star-after-dot-starVeikka Tuominen
2020-10-29stage1: Error out when trying to execute `unreachable`LemonBoy
2020-10-29updated zig tokenizer to handle .*** and added testsTravis
2020-10-22Merge pull request #6744 from LemonBoy/intcast-vecAndrew Kelley
2020-10-19stage1: Implement `@intCast` between vectorsLemonBoy
2020-10-17stage1: Fix type-checking of unary neg for vector typesLemonBoy
2020-10-16stage1: Expand undefined struct/arrays when indexedLemonBoy
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