aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bitcast.zig
AgeCommit message (Expand)Author
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-03Legalize: handle packed semanticsJacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-18spirv: packed struct init + field val accessAli Cheraghi
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-11-04test: Disable some vector behavior tests on aarch64_be.Alex Rønne Petersen
2024-10-02test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + ...Alex Rønne Petersen
2024-09-19test: Disable `@bitCast of packed struct containing pointer` temporarily.Alex Rønne Petersen
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-05-11riscv: update behaviour tests againDavid Rubin
2024-05-11riscv: finally fix bug + `airAggregateInit`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-21disable failing behavior test: "comptime bitcast with fields following f80"Andrew Kelley
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2023-12-03x86_64: implement more compliant vectorsJacob Young
2023-12-01test: test with `-fstrip` and fix failuresJacob Young
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew 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 bugs and disable erroring testsJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-05x86_64: implement C abi for everything elseJacob Young
2023-10-05x86_64: implement C abi for f128Jacob Young
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-10wasm: enable successful behavior testsTechatrix
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-07-31std: finish cleanup up asmJacob Young
2023-07-12Update tests to new splat syntaxantlilja
2023-07-03behavior: test @bitCast of packed struct of boolsr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20spirv: more passing testsRobin Voetter