aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-22ci: stop building FreeBSD module tests on x86_64-linuxAlex Rønne Petersen
2025-09-22ci: add x86_64-freebsd scriptsalexrp
2025-09-22test: disable some stack trace tests on FreeBSDalexrp
2025-09-22test: disable test-link on FreeBSDalexrp
2025-09-22std.posix: remove bogus assert that SIGRTMAX < NSIGalexrp
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-21CI: stop testing x86_64-macosAndrew Kelley
2025-09-21ci: temporarily disable riscv64-linuxAlex Rønne Petersen
2025-09-21aarch64/zonCast: don't return a pointer to a stack elementFrank Denis
2025-09-21Merge pull request #25302 from ziglang/growCapacityAndrew Kelley
2025-09-21Merge pull request #25154 from ziglang/no-decl-val-3Andrew Kelley
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-20x86_64: rewrite vector element pointer accessJacob 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-20Zcu: fix analysis of type of decl with inferred typemlugg
2025-09-20langref: don't assume too much about pointer to packed struct fieldAndrew Kelley
2025-09-20Sema: add missed logic to checkPtrAttributesAndrew Kelley
2025-09-20delete failing test caseAndrew Kelley
2025-09-20x86_64: fix safety crashes in `storeRegs`Jacob Young
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-20Sema: avoid ptr_add/ptr_sub instructions void elem typeAndrew Kelley
2025-09-20add compile error coverage for dependency loopAndrew Kelley
2025-09-20frontend: additionally handle C pointers in ptrOptPayloadAndrew Kelley
2025-09-20aarch64: enable fixed behaviorJacob Young
2025-09-20translate-c: remove cases associated with runtime vector indexingAndrew Kelley
2025-09-20frontend: fix too strict assertionAndrew Kelley
2025-09-20aarch64: implement `ptr_slice_*_ptr`Jacob Young
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20Sema: fix YAGNI violationAndrew Kelley
2025-09-20Sema: more conservative elem_ptr_load implementationAndrew Kelley
2025-09-20frontend: replace elem_val_node with elem_ptr_loadAndrew Kelley
2025-09-20std.Progress: avoid problematic catch syntaxAndrew Kelley
2025-09-20frontend: replace field_val and field_val_namedAndrew Kelley
2025-09-20Sema: fix source location of "declared here" noteAndrew Kelley
2025-09-20x86 codegen: handle spilled tuplesAndrew Kelley
2025-09-20std.zon.parse: fix not initializing array sentinelAndrew Kelley
2025-09-20Sema: fix accessing ptr field of double array pointer with sentinelAndrew Kelley