aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/pointers.zig
AgeCommit message (Expand)Author
2025-09-20add behavior test: comptime C pointer to optional pointerAndrew Kelley
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-08-09test: skip tests that were not meant to pass for spirvAli Cheraghi
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-25aarch64: more progressJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-04-28Sema: fix a few indexing bugsmlugg
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-10-13spirv: skip range switch testsRobin Voetter
2024-09-16compiler: provide correct result types to `+=` and `-=`mlugg
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: airAsm rewriteDavid Rubin
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-07-15Sema: support pointer subtractionWooster
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: implement optional logicDavid Rubin
2024-06-13riscv: add `airAggregateInit` for arraysDavid Rubin
2024-05-11riscv: update behaviour tests againDavid 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-17compiler: rework comptime pointer representation and accessmlugg
2024-03-18spirv: enable passing testsRobin Voetter
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-17Sema: disallow `@intFromPtr` for comptime-only typesBogdan Romanyuk
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: make air is_null not emit OpPtr(Not)EqualRobin Voetter
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-09-23spirv: fix blocks that return no valueRobin Voetter
2023-09-23spirv: constant elem ptrRobin 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-13std.math: hard deprecate obsolete constants (soft deprecated in 0.10)Eric Joldasov
2023-05-20spirv: ptr_elem_valRobin Voetter
2023-05-20spirv: ptr_subRobin Voetter
2023-05-20spirv: pointer bitcastingRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-03x86_64: fix feature confusionJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young