aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-06-03compileError builtin includes "referenced by" notesAndrew Kelley
2017-05-26fix segfault with array of generic functionsAndrew Kelley
2017-05-25fix segfault with array of variadic functionsAndrew Kelley
2017-05-21add compile error for goto leaving defer expressionAndrew Kelley
2017-05-21add error for break/continue exiting defer expressionAndrew Kelley
2017-05-21fix compiler crash when indexing typesAndrew Kelley
2017-05-20add setFloatMode builtin and std.math.floorAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-16add compile error for compile-time integer cast truncating bitsAndrew Kelley
2017-05-14add compile error for comptime division by zeroAndrew Kelley
2017-05-10add compile error for casting negative value to...Andrew Kelley
2017-05-07detect duplicate switch value even when else prong presentAndrew Kelley
2017-05-07switch expression - add compile errorsAndrew Kelley
2017-05-06allow division and remainder operators sometimesAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-05-04add compile error when unable to inline a functionAndrew Kelley
2017-05-04implement while for nullables and error unionsAndrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-03add compile error for shadowing variableAndrew Kelley
2017-05-03zig build: cache_root is relative to build_rootAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-27phi instruction retains stack ptr hintAndrew Kelley
2017-04-27add compile error for returning local variable addressAndrew Kelley
2017-04-23defer requires expr to be void. closes #341Josh Wolfe
2017-04-23fix check-statement-is-void. add testsJosh Wolfe
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-23remove redundant unreachable code errorJosh Wolfe
2017-04-22new compile errors for setGlobalAlign and setGlobalSection builtinsAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-20add compile error tests for offsetOf builtinAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-19convert std lib tests to zig build systemAndrew Kelley