aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2019-11-21fix missing implicit cast in return instructionVexu
2019-11-22Stage1: Add compile error for an empty switch on a integerTimon Kruiper
2019-11-18add regression test case. closes #2980Andrew Kelley
2019-11-18add regression test caseAndrew Kelley
2019-11-17Catch invalid type from peer resolutionLemonBoy
2019-11-13add compile error for @atomicRmw on enum not being an .XchgVexu
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13fix comptime atomicStore and add testsVexu
2019-11-11add test for missing const in slice with nested array typeAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-05fix incorrect type name on bit field pointersAndrew Kelley
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-11-04Prevent crash when slicing undefined ptr to sliceLemonBoy
2019-11-04Correctly process errors for invalid types in fn callLemonBoy
2019-10-30make std.net more portableAndrew Kelley
2019-10-24Add missing compile error when ptr used instead of arrayAndrew Kelley
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