aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2018-10-01Fixed StackTrace not being resolved when panic is invalid (#1615)Jimmi Holst Christensen
2018-09-26fix crash when compile error evaluating return...Andrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-25fix crash on runtime index into slice of comptime typeAndrew Kelley
2018-09-22fix @compileLog having unintended side effectsAndrew Kelley
2018-09-22add compile error for slice of undefined sliceAndrew Kelley
2018-09-21stage1: unify 2 implementations of pointer derefAndrew Kelley
2018-09-21fixupsAndrew Kelley
2018-09-21Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...Andrew Kelley
2018-09-20add compile error for casting const array to mutable sliceAndrew Kelley
2018-09-18add compile error for slice.*.lenAndrew Kelley
2018-09-17add compile error for @ptrCast 0 bit type to non-0 bit typeAndrew Kelley
2018-09-17add compile error for non-optional types compared against nullAndrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13remove the scope parameter of setFloatModeAndrew Kelley
2018-09-13add compile error for merging non- error setsAndrew Kelley
2018-09-10fix llvm assertion and missing compile errorAndrew Kelley
2018-09-07builtin functions: @byteOffsetOf and @bitOffsetOfraulgrell
2018-09-07fix crash when var init has compile errorAndrew Kelley
2018-09-05stage1: improve handling of generic fn proto type exprAndrew Kelley
2018-09-05add compile error for using outer scoped runtime variablesAndrew Kelley
2018-09-05allow comptime_int to @floatToIntAndrew Kelley
2018-09-05Added compilation error when a non-float is given to @floatToInt()hfcc
2018-09-05stage1 compile error instead of crashing for unsupported comptime ptr castAndrew Kelley
2018-09-05stage1: fix crash when invalid type used in array typeAndrew Kelley
2018-09-04compile error for @noInlineCall on an inline fnAndrew Kelley
2018-09-04add compile error for comptime control flow inside runtime blockAndrew Kelley
2018-08-28add test coverage for invalid switch expression parameterAndrew Kelley
2018-08-28add compile error for function prototype with no bodyAndrew Kelley
2018-08-27fix @typeInfo unable to distinguish compile error vs no-payloadAndrew Kelley
2018-08-03better support for `_` identifierkristopher tate
2018-08-02pull request fixupsAndrew Kelley
2018-08-02test/compile_errors.zig: update test to reflect that the promise symbol is no...kristopher tate
2018-08-02test/compile_errors.zig: @handle() in non-async functionkristopher tate
2018-08-02test/compile_errors.zig: @handle() called outside of function definition;kristopher tate
2018-07-26add compile error for ignoring return value of while loop bodiesAndrew Kelley
2018-07-25add compile error for missing parameter name of generic functionAndrew Kelley
2018-07-25add compile error for non-inline for loop on comptime typeAndrew Kelley
2018-07-24fix logic for determining whether param requires comptimeAndrew Kelley
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-11add compile error for disallowed types in extern structsAndrew Kelley
2018-07-10fix crash when calling comptime-known undefined function ptrAndrew Kelley
2018-07-09langref: docs for invalid error set cast and incorrect pointer alignmentAndrew Kelley
2018-07-09fix crash on @ptrToInt of a *voidAndrew Kelley
2018-07-07add @popCount intrinsicAndrew Kelley
2018-07-06add compile error notes for where struct definitions areAndrew Kelley
2018-07-04Fix assertion crash on enum switch valuesIsaac Hier
2018-07-01Merge pull request #1185 from ziglang/undefined-at-comptime-improvementsAndrew Kelley