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