aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
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