aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-31std.compress: rework flate to new I/O APIAndrew Kelley
2025-08-01enable pwd.h functions for other OSesChinmay Dalal
2025-07-31std.Io.Reader: fix readVec at endAndrew Kelley
2025-07-31std.enums: fix `EnumIndexer` branch quotamlugg
2025-07-31Merge pull request #24632 from mlugg/lossy-int-to-float-coercionMatthew Lugg
2025-07-31glibc: update headers to 2.42Alex Rønne Petersen
2025-07-31glibc: update abilists file to 2.42Alex Rønne Petersen
2025-07-31Merge pull request #24633 from linusg/more-serenity-fixesAndrew Kelley
2025-07-31std.Target: require libc for Android API levels prior to 29Alex Rønne Petersen
2025-07-31std: stop relying on precision-losing coercionsmlugg
2025-07-30add grp.h functions to c.zigChinmay Dalal
2025-07-30std: Add serenity to more OS checksLinus Groh
2025-07-30std.posix: Default ACCMODE to NONE for serenityLinus Groh
2025-07-30std.c: Fix MAP for serenityLinus Groh
2025-07-30std.c: Fix msghdr_const for serenityLinus Groh
2025-07-30build system: print captured stderr on Run step failureLoris Cro
2025-07-30std.Target: pull Os.requiresLibC() up to TargetAlex Rønne Petersen
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
2025-07-30Update doc comment for `ptr_type` and `ptr_type_bit_range` to `data` of `.ext...Kurt Wagner
2025-07-29std.Io.Reader: make fillUnbuffered respect prexisting bufferAndrew Kelley
2025-07-29disable more failing testsmlugg
2025-07-28DeprecatedReader.Adapted: fix EndOfStream handlingKendall Condon
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-27std.compress.xz: eliminate dependency on std.Io.bitReaderAndrew Kelley
2025-07-27Merge pull request #24585 from jacobly0/aarch64Andrew Kelley
2025-07-26std.zig: fmtId returns a FormatIdA cursed quail
2025-07-26std.Io.Reader: add rebase to the vtableAndrew Kelley
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-07-25Merge pull request #24564 from ziglang/terminal-progress-barAndrew Kelley
2025-07-25Merge pull request #24559 from ziglang/zstdAndrew Kelley
2025-07-25Merge pull request #23340 from castholm/pass-null-to-b-dependencyAndrew Kelley
2025-07-25std.Progress: introduce StatusAndrew Kelley
2025-07-25std.Progress: support progress bar escape codesAndrew Kelley
2025-07-25std.posix.ftruncate: handle NonResizable properlyAndrew Kelley
2025-07-25std.compress.zstd.Decompress: fix bytes_written trackingAndrew Kelley
2025-07-25std.fs.File.end: account for streaming modeAndrew Kelley
2025-07-25std.compress.zstd: keep frame state between blocksAndrew Kelley
2025-07-25std.compress.zstd: fix endianness issueAndrew Kelley
2025-07-25std.compress.zstd: respect the window lengthAndrew Kelley
2025-07-25std.Io: add "preserve" variants to Reader/WriterAndrew Kelley
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-24zig std: fix sources.tar generationIan Johnson
2025-07-24zig std: update std.Io.poll API usageAndrew Kelley
2025-07-23Merge pull request #24561 from linusg/serenity-fixesAndrew Kelley
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-24std.posix: Fix ACCMODE values for serenityLinus Groh
2025-07-24std.c: Fix dirent.name size for serenityLinus Groh