aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-04Reenable vector tests for armeb/thumbebLuna Schwalbe
2025-09-04Reenable std.fmt.test.vector for riscv64Luna Schwalbe
2025-09-04Merge pull request #25137 from alexrp/elf-gabi-4.3Alex Rønne Petersen
2025-09-03BitcodeReader: parse blockinfo inside blockLuna Schwalbe
2025-09-03Add allocator that always failswhatisaphone
2025-09-03Fix cmsghdr struct for the *nixesBrandon Black
2025-09-03fix: std.fs.File.Writer.seekTo does not flush (#25135)Josh GM Walker
2025-09-04Merge pull request #25125 from alexrp/loongarch-qemu-crashesAlex Rønne Petersen
2025-09-04link.Elf: truncate st_other to u3 before converting to std.elf.STVAlex Rønne Petersen
2025-09-04std.elf: change STV enum from u2 to u3Alex Rønne Petersen
2025-09-04std.elf: add new EM values from gABI 4.3Alex Rønne Petersen
2025-09-04std.elf: document which EM values are not assigned in gABIAlex Rønne Petersen
2025-09-04std.elf: document which OSABI values are not assigned in gABIAlex Rønne Petersen
2025-09-03Return runtime err for EISCONN when connectingBrandon Black
2025-09-03std.c: add getresuid & getresgiddoclic
2025-09-03Merge pull request #25122 from linusg/fix-getrandombytesdevurandomAlex Rønne Petersen
2025-09-03Revert "test: disable non-native loongarch64 behavior and std tests"Alex Rønne Petersen
2025-09-03std.debug: disable stack traces on loongarchAlex Rønne Petersen
2025-09-03lzma2: fix premature finishbinarycraft007
2025-09-03std.c: Enable arc4random_buf for serenityLinus Groh
2025-09-03std.posix: Fix getRandomBytesDevURandom()Linus Groh
2025-09-02Merge pull request #25105 from binarycraft007/lzma2-fixAndrew Kelley
2025-09-02std.compress.lzma2: optimize appendLzAndrew Kelley
2025-09-02zstd.Decompress: Assert buffer length requirements as early as possibleRyan Liptak
2025-09-01lzma2: fix array list looping logic in appendLzbinarycraft007
2025-08-31Fix `-M` and `--dep` splitting on every = instead of just the firstRyan Liptak
2025-08-31Io.Writer.Allocating: test new *Aligned methodsTravis Staloch
2025-08-31Merge pull request #25088 from ziglang/delete-deprecated-fmtAndrew Kelley
2025-08-31Fix regression: std.http.Client basic authorization sending user:user instead...Tadej Gašparovič
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-31zig_clang: fix ZigClangAPValueLValueBase struct layout to match Clang 21Alex Rønne Petersen
2025-08-30Populate MSG struct for OpenBSD (#25076)Brandon Mercer
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30Merge pull request #25055 from ziglang/llvm21Alex Rønne Petersen
2025-08-30Revert "std.Io.Reader: work around llvm backend bug"Andrew Kelley
2025-08-30ci: update tarballs to 0.16.0-dev.104+689461e31Alex Rønne Petersen
2025-08-30stage1: update zig1.wasmAlex Rønne Petersen
2025-08-30std: disable `sha3-512 single` test on RISC-V with V supportAlex Rønne Petersen
2025-08-30child process test: preemptively use streaming modeAndrew Kelley
2025-08-30compiler: fix macos buildAndrew Kelley
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-30test: disable some varargs behavior tests on RISC-V due to LLVM 21 regressionAlex Rønne Petersen
2025-08-30test: use -Wno-unterminated-string-initialization for cbe testsAlex Rønne Petersen
2025-08-30test: re-enable a bunch of vector behavior tests on hexagonAlex Rønne Petersen
2025-08-30test: use long calls for hexagon-linux module testsAlex Rønne Petersen
2025-08-30test: expand C ABI test coverage to hexagon-linux-muslAlex Rønne Petersen
2025-08-30std.posix.test: fix mmap() test to use actual page size instead of 4096Alex Rønne Petersen