aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-23Merge pull request #23256 from xtexx/fix-gh-20113Jacob Young
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-22Add standalone test for environment variablesRyan Liptak
2025-03-22x86_64: add behavior test for packed storeBingwu Zhang
2025-03-21x86_64: rewrite scalar shiftsJacob Young
2025-03-21behavior: split up x86_64 math testsJacob Young
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-18spirv: require int8/int16 capabilitiesAli Cheraghi
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-12Merge pull request #22397 from Techatrix/type-safe-astMatthew Lugg
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-10Enable compiler-rt tests for wasm32-wasiPat Tullmann
2025-03-09Merge pull request #21933 from kcbanner/comptime_nan_comparisonAndrew Kelley
2025-03-08Sema: handle generated tag enums in union field order checkIan Johnson
2025-03-08test: Disable `test-elf-ld-script-path-error` for now.Alex Rønne Petersen
2025-03-07aro_translate_c: fix ast lowering of continue nodeTechatrix
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-03incremental: invalidate namespace dependencies when a name changes visibilitymlugg
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-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26reword deprecated error slightlyAndrew Kelley
2025-02-26langref: fix whitespaceAndrew Kelley
2025-02-26`@deprecated`: remove per-module flag in BuildLoris Cro
2025-02-26`@deprecated`: add testsLoris Cro
2025-02-26Merge pull request #22488 from Rexicon226/ubsan-rtAndrew Kelley
2025-02-26test: remove dependencies on legacy coercionmlugg
2025-02-26Sema: remove legacy coercionmlugg
2025-02-25AstGen: improve 'file cannot be a tuple' source locationmlugg
2025-02-25ubsan: update wordingDavid Rubin
2025-02-25build: add comments explaining why we disable ubsanDavid Rubin
2025-02-25correct some bugsDavid Rubin
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-24build: add spirv to test matrixAli Cheraghi
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg