aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2023-10-08give modules friendly names for error reportingAndrew Kelley
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-08-10cases: modify error wording to match new errorsmlugg
2023-08-09Sema: use the correct decl for generic argument source locationsJacob Young
2023-03-20Port some stage1 test cases to stage2mlugg
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-02-21Add test coverage for some module structuresmlugg
2023-02-19Correctly handle carriage return characters according to the spec (#12661)Tom Read Cutting
2022-11-23add tests for tuple declarationsVeikka Tuominen
2022-10-28Sema: further enhance explanation of why expr is evaluated at comptimeVeikka Tuominen
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-10-05fix(text): hyphenation and other fixesr00ster91
2022-09-26sema: load the correct AST in failWithInvalidComptimeFieldStoreJohn Schmidt
2022-08-22Sema: check for astgen failures in `semaStructFields`Veikka Tuominen
2022-08-21Sema: add note about function call being comptime because of comptime only re...Veikka Tuominen
2022-07-25Sema: `analyzeInlineCallArg` needs a block for the arg and the paramVeikka Tuominen
2022-07-15Compilation: point caret in error message at the main tokenVeikka Tuominen
2022-07-12Compilation: indent multiline error messages properlyr00ster91
2022-04-28test: migrate stage1 compile error tests to updated test manifestJakub Konka
2022-03-31test harness improvementsAndrew Kelley
2022-03-30stage2: test compile errors independentlyAndrew Kelley
2022-03-29test harness: include case names for compile errorsAndrew Kelley
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