aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-30std: disable `sha3-512 single` test on RISC-V with V supportAlex Rønne Petersen
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-30std.posix.test: fix mmap() test to use actual page size instead of 4096Alex Rønne Petersen
2025-08-30std.hash.xxhash: disable xxhash3 test on all mips64 targetsAlex Rønne Petersen
2025-08-30std: skip some failing tests on hexagonAlex Rønne Petersen
2025-08-30std.Thread: make unreachable errors in sleep() clearerAlex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for all hexagon targetsAlex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for s390xAlex Rønne Petersen
2025-08-30compiler-rt: use native f16 type for loongarchAlex Rønne Petersen
2025-08-30compiler-rt: move strlen from libzigc to hereAlex Rønne Petersen
2025-08-30musl: replace .data.rel.ro with .section .data.rel.ro,"aw"Alex Rønne Petersen
2025-08-30std.zig.system: update aarch64 and powerpc cpu detection for LLVM 21Alex Rønne Petersen
2025-08-30std.Target: fix alignment for int/long types on m68kAlex Rønne Petersen
2025-08-30std.Target: add managarm OS tagAlex Rønne Petersen
2025-08-30std.Target: make ultrasparc3 the baseline for sparc64-solarisAlex Rønne Petersen
2025-08-30std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require eve...Alex Rønne Petersen
2025-08-30std.Target: bump feature bit count from 288 to 317Alex Rønne Petersen
2025-08-30std.Target: update CPU features to LLVM 21Alex Rønne Petersen
2025-08-30libtsan: update to LLVM 21Alex Rønne Petersen
2025-08-30libunwind: update to LLVM 21Alex Rønne Petersen
2025-08-30llvm-libc: update to LLVM 21Alex Rønne Petersen
2025-08-30libcxx: update to LLVM 21Alex Rønne Petersen
2025-08-30libcxxabi: update to LLVM 21Alex Rønne Petersen
2025-08-30zig cc: update intrinsic headers to LLVM 21Alex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29std.Io: delete CountingReaderAndrew Kelley
2025-08-28std.debug.Pdb: migrate more towards new Reader APIAndrew Kelley
2025-08-28std.tz: fix redundant endian handlingAndrew Kelley
2025-08-28std.Io.Reader: work around llvm backend bugAndrew Kelley
2025-08-28resinator: Complete the update to the new Reader/WriterRyan Liptak
2025-08-28update langref and docs to avoid GenericWriterAndrew Kelley