aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2019-02-12C pointers: errors for nested pointer casting regarding nullAndrew Kelley
2019-02-12compile error test for casting integer to c pointerAndrew Kelley
2019-02-12disallow C pointers to non-C-ABI-compatible element typesAndrew Kelley
2019-02-09`@truncate`: comptime 0 when target type is 0 bitsAndrew Kelley
2019-02-08fix compiler assertion failure when returning value from testAndrew Kelley
2019-02-06thread local storage working for linux x86_64Andrew Kelley
2019-02-01Fix runtime assignment to comptime aggregate fieldMatthew McAllister
2019-02-01add compile errror for @bitCast when bit counts mismatchAndrew Kelley
2019-01-30fix test after merging ad8381e0d2936fAndrew Kelley
2019-01-30Move tokenizer error location to offending charMatthew McAllister
2019-01-29backport copy elision changesAndrew Kelley
2019-01-29simpler implementation of `&&` and `||` hintsAndrew Kelley
2019-01-25Hint at use of and/or when &&/|| is improperly used (#1886)kristopher tate
2019-01-20add test case for previous commitAndrew Kelley
2018-12-27Test cases for compiler error and working behavior for switching on booleansalexander
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-05implement compile error note for function parameter type mismatchAndrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-19improve error message when wrong type returnedAndrew Kelley
2018-11-18all numbers with comptime known values implicitly castAndrew Kelley
2018-11-17rename `section` keyword to `linksection`Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
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