aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-01test: Disable vector division operators on RISC-V with vector supportAlex Rønne Petersen
2025-06-28riscv64: skip failing testsBingwu Zhang
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23x86_64: fix pair live-out trackingJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-17Merge pull request #24188 from mlugg/intfromfloat-safetyMatthew Lugg
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-15compiler: fix `@intFromFloat` safety checkmlugg
2025-06-12Allow more operators on bool vectors (#24131)Daniel Kongsgaard
2025-06-11test: Enable some working vector testsDanielkonge
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-03Legalize: handle packed semanticsJacob Young
2025-06-02x86_64: implement integer `@divFloor` and `@mod`Jacob Young
2025-06-01x86_64: fix packed struct equalityJacob Young
2025-06-01Legalize: implement scalarization of overflow intrinsicsJacob Young
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-06-01Legalize: implement scalarization of `@select`Jacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-31Legalize: implement scalarization of unary operationsJacob Young
2025-05-28x86_64: implement strict float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement strict float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Add)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-19Sema: allow `@ptrCast` single-item pointer to slicemlugg
2025-05-19Sema: rewrite `analyzeMinMax`mlugg
2025-05-17x86_64: implement `vector_store_elem`Jacob Young
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-05-17x86_64: rewrite scalar `*|`Jacob Young
2025-05-17x86_64: rewrite vector `-|`Jacob Young
2025-05-17x86_64: rewrite scalar `-|`Jacob Young
2025-05-17x86_64: implement `@memmove`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `@shlWithOverflow`Jacob Young