aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2017-10-15fix windows argument parsingAndrew Kelley
2017-10-06fix compiler crash when invalid value usedAndrew Kelley
2017-10-03add @setAlignStack builtinAndrew Kelley
2017-09-28Allow 128-bit hex float literalsMarc Tiehuis
2017-09-17add test for struct with invalid fieldAndrew Kelley
2017-09-10fix not verifying GlobalLinkage and AtomicOrder typesAndrew Kelley
2017-09-09more compile errors for non-const variables of thingsAndrew Kelley
2017-09-05add OpaqueType builtinAndrew Kelley
2017-08-31setEvalBranchQuota must be called from top of comptime stackAndrew Kelley
2017-08-31allow array literals to have size and fix comptime bugAndrew Kelley
2017-08-30align syntax: align(4) instead of align 4Andrew Kelley
2017-08-30compile error for not-aligned-enough pointer to cmpxchgAndrew Kelley
2017-08-30add tests for function alignment handlingAndrew Kelley
2017-08-29more alignment improvementsAndrew Kelley
2017-08-29fix testsAndrew Kelley
2017-08-29ptrCast gives compile error for increasing alignmentAndrew Kelley
2017-08-29prevent implicitly increasing pointer alignmentAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley
2017-08-19add compile error for globally shadowing a primitive typeAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
2017-08-07Correct floating-point literal allowed rangesMarc Tiehuis
2017-08-05fix initializing undefined and crash when casting to invalid typeAndrew Kelley
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