aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-10Merge pull request #24968 from ifreund/dequeAndrew Kelley
2025-09-10README: update llvm requirement to 21Tea
2025-09-09standalone posix tests for sigactionPat Tullmann
2025-09-09standalone posix tests for relative path linkingPat Tullmann
2025-09-09standalone posix test for env varsPat Tullmann
2025-09-09standalone posix test for current working directoryPat Tullmann
2025-09-09standalone posix tests: add skeletonPat Tullmann
2025-09-09posix/test.zig: "sigset_t bits" test fixesPat Tullmann
2025-09-09Move some Thread tests out of posix/test.zig into Thread.zigPat Tullmann
2025-09-10langref: added missing newlines to destructuring tuples exampleLukaTD
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: add linger struct for SO.LINGERBrandon Black
2025-09-09std: add in_pktinfo and in6_pktinfo structs defsBrandon Black
2025-09-09std.c: Add accept_filter_arg for some BSDsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black
2025-09-09Merge pull request #25191 from ziglang/fix-linker-undef-memoryAndrew Kelley
2025-09-08Merge pull request #25190 from blblack/netcallsAndrew Kelley
2025-09-08fix linker code writing undefined memory to the output fileAndrew Kelley
2025-09-08std.Io.Writer.writeSliceEndian: add compile errorAndrew Kelley
2025-09-08std.crypto.ed25519: support cofactorless verificationFrank Denis
2025-09-08ECDSA signature der encoding should produce smallest number of octets (#25177)Igor Anić
2025-09-08recvmsg: posix wrapper, void on windowsBrandon Black
2025-09-08socketpair: posix wrapper, void on windowsBrandon Black
2025-09-08Merge pull request #25186 from ziglang/vector-memory-coercionAndrew Kelley
2025-09-07add compile error test caseAndrew Kelley
2025-09-07std.mem.indexOfSentinel: eliminate unnecessary `@ptrCast`Andrew Kelley
2025-09-07behavior tests: remove one dependency on std libAndrew Kelley
2025-09-07std.debug.assertAligned: support const pointersAndrew Kelley
2025-09-07wasm backend: disable failing behavior testsAndrew Kelley
2025-09-07frontend: vectors and arrays no longer support in-memory coercionAndrew Kelley
2025-09-06Compilation: fix buildGlibcSharedObjects error handlingAndrew Kelley
2025-09-06std.http.Client.Connection: make host() publicbaltevl
2025-09-06Document std.mem.* functions (#25168)Frank Denis
2025-09-06webui: fixup build errors in fuzz / time_reportkcbanner
2025-09-06Merge pull request #25163 from ziglang/packed-union-unusedAndrew Kelley
2025-09-06langref: update "Choosing an Allocator" sectionAndrew Kelley
2025-09-05disable failing behavior test on stage2_aarch64Andrew Kelley
2025-09-05remove ResponseStoragerpkak
2025-09-05add compile error test case for new errorAndrew Kelley
2025-09-05langref: update for new packed union rulesAndrew Kelley
2025-09-05std: update for new packed union rulesAndrew Kelley
2025-09-05behavior tests: update for new requirementAndrew Kelley
2025-09-05Sema: forbid packed unions with mismatched field bit sizesAndrew Kelley
2025-09-05Revert "Merge pull request #24905 from gooncreeper/file-reader-buffered"Andrew Kelley
2025-09-05Merge pull request #24905 from gooncreeper/file-reader-bufferedIsaac Freund
2025-09-05Merge pull request #25147 from lunagl/reenable-testsAlex Rønne Petersen
2025-09-04std.fs.File.Writer: break up seekToAndrew Kelley
2025-09-04sendFileAll: use stream instead of sendFileReadingKendall Condon
2025-09-04fix sendFile implementations bypassing interface bufferKendall Condon
2025-09-04File.Writer.sendFile: properly update reader posKendall Condon