aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/fn.zig
AgeCommit message (Expand)Author
2025-09-23forbid trivial local address returned from functions (#25333)Andrew Kelley
2025-09-20add behavior test: return undefined pointer from functionAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-03-24Sema: fix in-memory coercion of functions introducing new generic parametersmlugg
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-06behavior: add test for old bugmlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-08cbe: prevent tautological-compare warnings in generated codeJacob Young
2024-12-08AstGen: correctly deduplicate `ref` of `param` and `alloc_inferred`mlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-15elf: fix up riscv for `.got.zig` rewriteDavid Rubin
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-06-13riscv: first sign of floats!David Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-13riscv: arbitrary sized arraysDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`David Rubin
2024-05-11riscv: by-value structs + `@min`David 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-04-07Sema: fix runtime call of inline fn with comptime-known comptime-only ret typeCarl Ã…stholm
2024-04-06spirv: enable passing testsRobin Voetter
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-01-19do not enforce function parameters to be marked comptime if only called at co...Meghan Denny
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-27categorize fn ptr behavior testAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix crashesJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-07-31std: cleanup asm usageJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20Type: remove arbitrary restrictions on param and return typesJacob Young
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: more passing testsRobin Voetter
2023-05-15x86_64: implement calling function referencesJacob Young