aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2025-03-21behavior: split up x86_64 math testsJacob Young
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-18spirv: aligned load for physical storage variablesAli Cheraghi
2025-03-18spirv: packed struct init + field val accessAli Cheraghi
2025-03-17spirv/target: arbitrary_precision_integers feature supportAli Cheraghi
2025-03-17Sema: error on illegal code when targeting spirvAli Cheraghi
2025-03-17spirv: don't hardcode test error type alignmentAli Cheraghi
2025-03-16Sema: rewrite comptime arithmeticmlugg
2025-03-16Sema: correctly handle empty by-ref initializersmlugg
2025-03-11Merge pull request #23188 from jacobly0/fix-23143Andrew Kelley
2025-03-11Sema: fix handling of `@This()` on opaquesmlugg
2025-03-10x86_64: implement select of register maskJacob Young
2025-03-09Merge pull request #21933 from kcbanner/comptime_nan_comparisonAndrew Kelley
2025-03-04test: add comptime memoization tests for bit-for-bit float equalitykcbanner
2025-03-04test: skip the float vector cmp tests on failing targetskcbanner
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-03-03Merge pull request #22979 from mlugg/remove-legacy-coercionsMatthew Lugg
2025-03-03test: separate out float vector tests and skip them on unsupported backendskcbanner
2025-03-03Value: fix comparison of NaN in compareHeteroAdvanacedkcbanner
2025-03-02Merge pull request #22529 from xtexx/x86-64/shl-sat-intJacob Young
2025-03-02x86_64: add behavior tests for saturating shift leftBingwu Zhang
2025-03-02x86_64: implement integer saturating left shifting codegenxtex
2025-03-01x86_64: rewrite wrapping add/subJacob Young
2025-02-26test: remove dependencies on legacy coercionmlugg
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-22Dwarf: fix lowering of comptime-only optional pointer `null` valuesJacob Young
2025-02-22Type: resolve union tag type before checking for runtime bitsDavid Rubin
2025-02-22zig build fmtAndrew Kelley
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-22Sema: Fix fnptr alignment safety checks to account for potential ISA tag.Alex Rønne Petersen
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-17Merge pull request #22913 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17x86_64: rewrite scalar `@byteSwap`Jacob Young
2025-02-17x86_64: rewrite unsafe int vector multiplicationJacob Young
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young
2025-02-15x86_64: rewrite array accessJacob Young
2025-02-15x86_64: rewrite scalar and vector int `@rem`Jacob Young
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2025-02-15x86_64: implement unsafe scalar and vector integer add/subJacob Young
2025-02-12x86_64: implement conversions between float and int vectorsJacob Young
2025-02-10cbe: fix ub triggered by mulw overflowing the promoted typeJacob Young
2025-02-10cbe: fix crash rendering argument names in lazy functionsJacob Young
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07test: check @tagName() in callconv C functionIsaac Freund
2025-02-06wasm: disable failing testsJacob Young