aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-30stage1: add error for slice.len incr beyond boundsMichael Dusan
2021-01-11Merge pull request #7200 from Vexu/arrAndrew Kelley
2020-12-28stage1: Prevent crash with some lazy pointer typesLemonBoy
2020-12-25stage1: validate pointer attributes when coercing anon literalsVexu
2020-12-21stage1: add missing error check on inferred struct field ptrVexu
2020-12-08stage1: Validate the specified cc for lazy fn typesLemonBoy
2020-12-03stage1: compile error for pointer arithmetic on ptr-to-arrayAndrew Kelley
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