aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26Add test to ensure the BatBadBut mitigation handles trailing `.` and space sa...Ryan Liptak
2025-03-25support more process creation options on WindowsJonathan Marler
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-24Sema: use unwrapped generic owner in `getFuncInstanceIes`David Rubin
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-24stage2-wasm: pass field_parent_ptr testsPavel Verigo
2025-03-24stage2-wasm: enable undef test + ignore undef store/memset with safety offPavel Verigo
2025-03-24stage2-wasm: fix error union handlingPavel Verigo
2025-03-24stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arrPavel Verigo
2025-03-24stage2-wasm: clz fixPavel Verigo
2025-03-24stage2-wasm: enable already working testsPavel Verigo
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-03-24test: add a behavior test for 0-length loop fixDavid Rubin
2025-03-24Sema: fix in-memory coercion of functions introducing new generic parametersmlugg
2025-03-23Merge pull request #23209 from jacobly0/x86_64-rewriteJacob Young
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