aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2019-10-23move types from builtin to stdAndrew Kelley
2019-10-20Fix crash with peer type resolution & error unionsLemonBoy
2019-10-09stage1: fix root top-level-struct typenameMichael Dusan
2019-09-23Prevent crash with invalid extern typeLemonBoy
2019-09-23Fix computation of switch coverageLemonBoy
2019-09-20reject types of automatic container layout in packed unionsSahnvour
2019-09-20Fix comptime bitcast inside an expressionTimon Kruiper
2019-09-19fixups for `@splat`Andrew Kelley
2019-09-19`@splat`Shawn Landden
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-18Fix array->vector and vector->array for many types. Allow vector of bool.Shawn Landden
2019-09-10forbid opaque types in function return typesSahnvour
2019-09-05Add compiler error when negating invalid typeTimon Kruiper
2019-09-05Add compile error when shifting amount is not an int typeTimon Kruiper
2019-09-04fixups and add documentation for `@Type`Andrew Kelley
2019-09-03Add @Type builtinJonathan Marler
2019-09-03error message and test for alignment of variables of zero-bit typesSahnvour
2019-08-31improvements to `@asyncCall`Andrew Kelley
2019-08-30support recursive async and non-async functionsAndrew Kelley
2019-08-29fix regressionsAndrew Kelley
2019-08-27better handle struct depends on itself via optional fieldAndrew Kelley
2019-08-27fix not properly casting align valuesAndrew Kelley
2019-08-26fix more compile error regressionsAndrew Kelley
2019-08-26miscellaneous fixes regarding compile errorsAndrew Kelley
2019-08-26fix regression on struct field with undefined typeAndrew Kelley
2019-08-26fix some compile error regressionsAndrew Kelley
2019-08-20specify the target for the newest test caseAndrew Kelley
2019-08-20compiler error when variable in asm template cannot be foundTimon Kruiper
2019-08-17add compile error for async frames depending on themselvesAndrew Kelley
2019-08-17detect non-async function pointer of inferred async functionAndrew Kelley
2019-08-17add compile error for incorrect atomic ordering in fence #3082Vexu
2019-08-17fix compiler not checking alignment of function framesAndrew Kelley
2019-08-16add missing compile error for fn call bad implicit castAndrew Kelley
2019-08-16add compile error for casting const frame to anyframeAndrew Kelley
2019-08-16add tests for bad implicit casting of anyframe typesAndrew Kelley
2019-08-16add test for wrong frame type used for async callAndrew Kelley
2019-08-16add compile error for @Frame() of generic functionAndrew Kelley
2019-08-15fix error return traces for async calls of blocking functionsAndrew Kelley
2019-08-15remove `cancel`Andrew Kelley
2019-08-14add compile error for await in exported functionAndrew Kelley
2019-08-13Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-08-11all tests passingAndrew Kelley
2019-08-11allow comptime_int to implicit cast to comptime_floatAndrew Kelley
2019-08-08better compile errors when frame depends on itselfAndrew Kelley
2019-08-03implement `@asyncCall` which supports async function pointersAndrew Kelley
2019-08-03add compile error for calling async function pointerAndrew Kelley
2019-08-03add compile error for async call of function pointerAndrew Kelley
2019-08-02Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-08-02fix regressions regarding writing through const pointersAndrew Kelley