aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-02-20test: Disable packet timeout for debugger tests.Alex Rønne Petersen
2025-02-20translate-c: fix division and modulo of >8-bit stdint.h types in macrosChristian Fillion
2025-02-19Merge pull request #22932 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-19std.Build.Step.ConfigHeader: permit inserting enum valuesTechatrix
2025-02-19std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf headerTechatrix
2025-02-19std.Build.Step.ConfigHeader: allow using autoconf values multiple timesTechatrix
2025-02-19add a standalone test for autoconf style addConfigHeaderTechatrix
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-18spirv: ziggify and remove unknown spirv featuresAli Cheraghi
2025-02-17Merge pull request #22913 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-17test: Update some compiler-internal type names in expected output.Alex Rønne Petersen
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).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-17Sema: make source location in checkCallConvSupportsVarArgs more meaningfulTw
2025-02-15x86_64: rewrite unsafe scalar int multiplicationJacob Young
2025-02-15x86_64: rewrite array accessJacob Young
2025-02-15test: fix windows CIJacob 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-15x86_64: implement error set and enum safetyJacob 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-10link: fix ambiguous names in linker scriptsIsaac Freund
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07test: check @tagName() in callconv C functionIsaac Freund
2025-02-06std.heap: delete LoggingAllocator and friendsAndrew Kelley
2025-02-06wasm: disable failing testsJacob Young
2025-02-06x86_64: rewrite float `@mod`Jacob Young
2025-02-06x86_64: avoid comparing different transcendental function implsJacob Young
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young
2025-02-06x86_64: rewrite vector `@truncate`Jacob Young
2025-02-06x86_64: rewrite scalar `@truncate`Jacob Young
2025-02-06behavior: add test for old bugmlugg
2025-02-06Sema: add missing `validateRuntimeValue` callsmlugg
2025-02-06behavior: add test for old bugmlugg
2025-02-06behavior: add test for old bugmlugg
2025-02-05incremental: fix crash when introducing syntax errormlugg
2025-02-05Sema: fix `@typeInfo` of function with generic return type and IESmlugg
2025-02-05Sema: fix `@errorCast` with error unionsmlugg
2025-02-05Sema: disable runtime safety checks in comptime blocksmlugg
2025-02-05Sema: fix comparison between error set and comptime-known error unionmlugg
2025-02-05Sema: fix PTR of slice of sentinel-terminated arraymlugg
2025-02-05compiler: provide result type to sentinel expression in slice operationmlugg