aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2022-03-25Move existing compile errors to independent filesCody Tapscott
2022-03-25Add rudimentary compile error test file supportCody Tapscott
2022-03-23stage2: able to slice to sentinel index at comptimeMitchell Hashimoto
2022-03-21stage2: out of bounds error for slicingMitchell Hashimoto
2022-03-20add error when binary ops don't have matching whitespace on both sidesDaniel Hooper
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-16stage2: move duplicate error set check to AstGenMitchell Hashimoto
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-02-23stage1: rename TypeInfo.FnArg to Fn.ParamVeikka Tuominen
2022-02-19parser: fix "previous field here" pointing to wrong fieldVeikka Tuominen
2022-02-17parser: add notes to decl_between_fields errorVeikka Tuominen
2022-02-17parser: add error for missing colon before continue exprVeikka Tuominen
2022-02-17stage1: improve error message when casting tuplesVeikka Tuominen
2022-02-17parser: make some errors point to end of previous tokenVeikka Tuominen
2022-02-13update compile error testsVeikka Tuominen
2022-02-09stage 1: improve error message if error union is cast to payload (#10770)Sebsatian Keller
2022-02-01stage2: remove anytype fields from the languageAndrew Kelley
2022-02-01stage1: avoid anytype fields for type infoAndrew Kelley
2022-01-31update behavior tests and compile error testsAndrew Kelley
2022-01-20stage1: remove the "referenced here" error noteAndrew Kelley
2021-12-27AstGen: fix loop result locationsAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-08stage1: fix regression of shift by negative value errorAndrew Kelley
2021-12-02parse.zig: make chained comparison operators a parse errorMatthew Borkowski
2021-11-30allocgate: fix failing testsLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-29AstGen: require binary operations to have reachable operandsAndrew Kelley
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-11-25stage1: fix exporting enumsAndrew Kelley
2021-11-24stage2: fix cleanup code for `@import` errorsAndrew Kelley
2021-11-24stage2: add test coverage for `@embedFile` outside package pathAndrew Kelley
2021-11-24AstGen: use reachableExpr for return operandAndrew Kelley
2021-11-22stage1: improve packed struct array padding error messageKirk Scheibelhut
2021-10-15Sat shl neg rhs (#9949)travisstaloch
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-28saturating arithmetic supports integers onlyAndrew Kelley
2021-09-24Spelling corrections (#9833)Josh Soref
2021-09-20Address Spaces: Yeet address space on function prototypesRobin Voetter
2021-09-20Address Spaces: Adapt compile error test cases to @Type with address spacesRobin Voetter
2021-09-20Address Spaces: Pointer and function info in @TypeRobin Voetter
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01stage2: first pass at implementing usingnamespaceAndrew Kelley
2021-09-01saturating arithmetic builtins: add, sub, mul, shl (#9619)travisstaloch
2021-08-28AstGen: pre-scan all decls in a namespaceAndrew Kelley
2021-08-28AstGen: allow locals with same name as primitives with `@""` syntaxAndrew Kelley
2021-08-27declarations may collide with primitives with @"" syntaxAndrew Kelley
2021-08-24stage1: remove incorrect compile error for var redeclarationAndrew Kelley
2021-08-23stage1: `@intToEnum` implicitly does an `@intCast`Andrew Kelley
2021-07-11stage2 astgen: error for return outside of function scopeJacob G-W
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley