aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-23tests: disable failing testsmlugg
2025-02-23cases: remove old incremental case systemmlugg
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2025-02-22Merge pull request #22659 from ifreund/linker-script-fixAndrew Kelley
2025-02-22AstGen: make layout specifiers on opaque containers a compile errorDavid Rubin
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-22Merge pull request #22941 from Techatrix/config-headerAndrew Kelley
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-21added compile_error test coverage for issue 17166Benjamin Thompson
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