aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/call.zig
AgeCommit message (Expand)Author
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-15Sema: mark pointers to inline functions as comptime-onlymlugg
2023-08-10Sema: refactor generic calls to interleave argument analysis and parameter ty...mlugg
2023-07-01spirv: disable new behavior tests that do not passRobin Voetter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10AstGen: handle ref_table for paramsmlugg
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-26Sema: add error for recursive inline callVeikka Tuominen
2022-12-20Sema: fix crash with generic function with generic function parameterVeikka Tuominen
2022-12-19value: use int tag type when querying for tag valueVeikka Tuominen
2022-12-13update usages of `@call`Veikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-16Sema: do not re-evaluate type of non-generic inline call parametersVeikka Tuominen
2022-10-25cbe: implement aggregate_init of structJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-30Sema: check that target supports tail callsVeikka Tuominen
2022-08-30Sema: improve handling of always_tail call modifierVeikka Tuominen
2022-08-09stage2: generate call arguments in separate blocksVeikka Tuominen
2022-05-20stage2: fix `@call` when used in a comptime or nosuspend blockAndrew Kelley
2022-04-12Liveness: modify encoding to support over 32 operandsAndrew Kelley
2022-03-26stage2: result location types for function call argumentsAndrew Kelley
2022-02-27stage2: implement builtin_callVeikka Tuominen
2022-01-26organize behavior testsAndrew Kelley
2021-10-02AstGen: fix `while` and `for` with unreachable bodiesAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley