aboutsummaryrefslogtreecommitdiff
path: root/test/cases
AgeCommit message (Expand)Author
2023-09-05AstGen: fix error on missing function prototype nameVeikka Tuominen
2023-08-28Sema: revert reference trace changes that are no longer neededJacob Young
2023-08-28Sema: allow cast builtins on vectorsmlugg
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2023-08-21Sema: disallow C pointer to slice coercionmlugg
2023-08-21Sema: check @memset operand provides lengthmlugg
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-20AstGen: add result location analysis passmlugg
2023-08-15InternPool: preserve indices of builtin types when resolvedmlugg
2023-08-14Sema: provide source location when analyzing panic handlermlugg
2023-08-12AstGen: fix src loc for invalid switch expression rls coercionsJacob Young
2023-08-12AstGen: fix src loc for invalid coercion in breaksJacob Young
2023-08-12AstGen: fix src loc for invalid coercions in tuple literalsJacob Young
2023-08-12AstGen: fix src loc for invalid if expression rls coercionsJacob Young
2023-08-10cases: modify error wording to match new errorsmlugg
2023-08-09compiler: fix crash on invalid result type for `@splat`mlugg
2023-08-09Module: implement `span` for `.call_arg` of a `@call`Jacob Young
2023-08-09Sema: fix generic method argument source locationsJacob Young
2023-08-06Add compile error test for comptime slice-of-struct copyStevie Hryciw
2023-08-05Sema: fix issues passing an invalid type to a generic methodJacob Young
2023-08-02Sema: improve new error messages related to naked functionsJacob Young
2023-07-29Allow zero-sized fields in extern structs (#16404)AdamGoertz
2023-07-28suggest using else when '_' is used for exhaustive enums (#16583)xdBronch
2023-07-25frontend: forbid packed and extern tuplesAndrew Kelley
2023-07-21fix @embedFile("") not giving a proper errorr00ster91
2023-07-18Sema: fix compile error source location regressionsAndrew Kelley
2023-07-18Sema: fix fn_proto_param LazySrcLoc resolutionAndrew Kelley
2023-07-18Sema: fix crash: array_in_c_exported_functionAndrew Kelley
2023-07-18Sema: enhance generic call error messageAndrew Kelley
2023-07-12Update tests to new splat syntaxantlilja
2023-07-11Fixes crash when a struct is given as the first parameter to the unionInit bu...Anton Lilja
2023-07-11Fixes wrong error location for unionInit when first parameter is not a type (...Anton Lilja
2023-07-10AstGen: make sure for range start and end are usizesr00ster91
2023-07-10Merge pull request #16339 from r00ster91/ueficcAndrew Kelley
2023-07-09Change math.Order order (#16356)Niles Salter
2023-07-08Sema: infrastructure for supporting more than .C callconv for variadic functionsr00ster91
2023-06-27behavior: boolean vector with 2 or more elementsr00ster91
2023-06-27test cases: fix typo in filenamer00ster91
2023-06-27test cases: expected optional type in for loopr00ster91
2023-06-27test cases: array inside of anonymous structr00ster91
2023-06-27test cases: never-inline call of inline function with comptime parameterr00ster91
2023-06-27test cases: returning undefined [:0]const u8r00ster91
2023-06-27test cases: taking pointer of global tagged unionr00ster91
2023-06-27test cases: @intCast on vectorr00ster91
2023-06-27test cases: taking address of extern var as constantr00ster91
2023-06-27test cases: maximum sized integer literalr00ster91
2023-06-26AstGen: fix result locations for elements of typed array initmlugg
2023-06-25Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixesAndrew Kelley
2023-06-25AstGen: add source location to certain const initializersJacob Young
2023-06-25cases: add tests for errors introduced by cast builtin result type inferencemlugg