aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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