aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-30test-standalone: update for std.debug changesmlugg
2025-09-30test-stack-traces: fix on x86-windowsmlugg
2025-09-30test-stack-traces: don't try to strip unwind tables on x86-windowsmlugg
2025-09-30tests: split up and enhance stack trace testsmlugg
2025-09-27x86_64: fix `~`/`!` miscompsJacob Young
2025-09-27tests: fix redundant target in matrixmlugg
2025-09-26Merge pull request #25342 from ziglang/fuzz-limitAndrew Kelley
2025-09-26test: remove `pie` test case from test-standaloneAlex Rønne Petersen
2025-09-26test: remove -Dskip-translate-c from test-standaloneAlex Rønne Petersen
2025-09-25Merge pull request #24497 from ziglang/aro-translate-cAndrew Kelley
2025-09-25implement review suggestionsLoris Cro
2025-09-25libc-test: disable daemon-failure.cAlex Rønne Petersen
2025-09-24x86_64: improve support for large enumsJacob Young
2025-09-24remove behavior test that depended on std.zig.c_translationAndrew Kelley
2025-09-24delete `@cImport` testsAndrew Kelley
2025-09-24delete all the translate-c testsAndrew Kelley
2025-09-24Integrate libc-test cases into the build systemrpkak
2025-09-23forbid trivial local address returned from functions (#25333)Andrew Kelley
2025-09-22std.pie: fix register constraint in getDynamicSymbol() for s390x (#25327)Alex Rønne Petersen
2025-09-22Merge pull request #25324 from alexrp/freebsdAlex Rønne Petersen
2025-09-22test: disable some stack trace tests on FreeBSDalexrp
2025-09-22test: disable test-link on FreeBSDalexrp
2025-09-22compiler: don't use self-hosted backend on any BSD yetalexrp
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-09-20add behavior test: comptime C pointer to optional pointerAndrew Kelley
2025-09-20add behavior test: avoid unused field function body compile errorAndrew Kelley
2025-09-20add behavior test: resist alias of explicit copy...Andrew Kelley
2025-09-20allow some test cases to regressAndrew Kelley
2025-09-20fix rebase errormlugg
2025-09-20Revert "frontend: another packedStructFieldPtrInfo fix"mlugg
2025-09-20standalone: fix misaligned stack crashJacob Young
2025-09-20aarch64: fix behavior failuresJacob Young
2025-09-20disable failing stage2_aarch64 behavior testsAndrew Kelley
2025-09-20frontend: another packedStructFieldPtrInfo fixAndrew Kelley
2025-09-20cases: update for new errormlugg
2025-09-20Revert "delete failing test case"mlugg
2025-09-20Sema: add missed logic to checkPtrAttributesAndrew Kelley
2025-09-20delete failing test caseAndrew Kelley
2025-09-20frontend: packed struct field ptr no longer finds byte bordersAndrew Kelley
2025-09-20disable wasm backend coverageAndrew Kelley
2025-09-20disable spirv64-vulkan coverageAndrew Kelley
2025-09-20add compile error coverage for dependency loopAndrew Kelley
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-09-20translate-c: remove cases associated with runtime vector indexingAndrew Kelley
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20Sema: fix source location of "declared here" noteAndrew Kelley
2025-09-20compiler: require comptime vector indexesAndrew Kelley
2025-09-20add behavior test: return undefined pointer from functionAndrew Kelley
2025-09-20Merge pull request #25298 from ziglang/SegmentedList-orphaned-againAndrew Kelley
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker