aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2019-07-23add error for function with ccc indirectly calling async functionAndrew Kelley
2019-07-19fix usingnamespaceAndrew Kelley
2019-07-16cleanupsAndrew Kelley
2019-07-16Merge branch 'main-return-!u8' of https://github.com/SamTebbs33/zig into SamT...Andrew Kelley
2019-07-04Unicode escapes: stage1 tokenizer and behavior testshryx
2019-07-04Support returning !u8 from mainSamTebbs33
2019-07-04improve the error message and test coverageAndrew Kelley
2019-07-03Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107Andrew Kelley
2019-07-03added tests for #1107 and a note in the referenceemekoi
2019-07-02add missing compile error for comptime continue inside runtime catchAndrew Kelley
2019-07-02fixupsAndrew Kelley
2019-06-27compile error for using slice as array init expr typeAndrew Kelley
2019-06-25all compile error tests passingAndrew Kelley
2019-06-25fix several compile error test regressionsAndrew Kelley
2019-06-14fix `@export` for arrays and allow sections on extern variablesAndrew Kelley
2019-06-10Add check for null body in if, for and whileSamTebbs33
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-30default struct field initialization expressionsAndrew Kelley
2019-05-29`use` works on unions and enums in addition to structsAndrew Kelley
2019-05-28no "use of undeclared identifer" in dead comptime branchesAndrew Kelley
2019-05-28Reject undefined as typeLemonBoy
2019-05-26introduce @hasDecl builtin functionAndrew Kelley
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-14slice types no longer have field accessAndrew Kelley
2019-05-11Change the enum value allocation strategyLemonBoy
2019-05-11Support signed types as enum tagsLemonBoy
2019-05-10add test case for previous commitAndrew Kelley
2019-05-10stage1: compile error for loop expr val ignoredMichael Dusan
2019-05-10Fixes and simplifications for stage 1 parserJimmi HC
2019-05-09compile error for attempt to cast enum literal to errorAndrew Kelley
2019-05-08C pointers support `null`Andrew Kelley
2019-04-24`@sizeOf` returns 0 for comptime typesAndrew Kelley
2019-04-07test/compile_errors.zig: add regression test for ziglang/zig#532 ;kristopher tate
2019-03-31added error for implicit cast from *const T to *[1]T. credit: @kristateemekoi
2019-03-28stage1: better error message when comparing against nullShawn Landden
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24add compile error test for invalid enum literal implicit castAndrew Kelley
2019-03-24make switch expressions allow enum literal typesAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-22float literals now parse using musl's 128 bit float codeAndrew Kelley
2019-03-23Fix compile-error test case for large integer typeMarc Tiehuis
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-16add regression test for invalid multiple dereferencesAndrew Kelley
2019-03-16add compile error for wrong type with `use`Andrew Kelley
2019-03-15fix while continue block not checking for ignored expressionAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-03-01@typeInfo for structs and opaque types is the bare nameAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26add test coverage for type used as switch caseAndrew Kelley