aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/call.zig
AgeCommit message (Expand)Author
2025-10-18tweak tests to avoid timeoutsmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-03-24stage2-wasm: enable already working testsPavel Verigo
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-10cbe: fix crash rendering argument names in lazy functionsJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-13Sema: allow tail calls of function pointersmlugg
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
2024-08-29behavior: avoid field/decl name conflictsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: update testsDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-13cbe: fix optional codegenJacob Young
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-21InternPool: handle `funcZirBodyInst` for `func_coerced`Veikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
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