aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-07-31std.compress.flate.Decompress: hashing is out of scopeAndrew Kelley
2025-07-31std.Io: delete SeekableStreamAndrew Kelley
2025-07-31putting stuff back does not require mutationAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31simplify tossBitsEndingAndrew Kelley
2025-07-31fix takeBitsEndingAndrew Kelley
2025-07-31make takeBits deal with integers onlyAndrew Kelley
2025-07-31fix peekBitsEndingAndrew Kelley
2025-07-31error.EndOfStream disambiguationAndrew Kelley
2025-07-31implement tossBitsEndingAndrew Kelley
2025-07-31std.compress.flate.Decompress: unfuck the test suiteAndrew Kelley
2025-07-31simplify test casesAndrew Kelley
2025-07-31std.compress.flate.Decompress: don't compute checksumsAndrew Kelley
2025-07-31refactor gzip test casesAndrew Kelley
2025-07-31std.compress.flate.Decompress: implement peekBitsEnding and writeMatchAndrew Kelley
2025-07-31fix bit read not at eofAndrew Kelley
2025-07-31std.compress.flate.Decompress: fix bit read at eofAndrew Kelley
2025-07-31std.compress.flate.Decompress: implement more bit readingAndrew Kelley
2025-07-31std.compress.flate.Decompress: passing basic test caseAndrew Kelley
2025-07-31std.compress.flate.Decompress: add rebase implAndrew Kelley
2025-07-31std.Io: delete BitReaderAndrew Kelley
2025-07-31std.Io: remove BitWriterAndrew Kelley
2025-07-31std.compress.flate: finish reorganizingAndrew Kelley
2025-07-31simplify std.hash.Adler32Andrew Kelley
2025-07-31delete flate implementationAndrew Kelley
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-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-26std.zig: fmtId returns a FormatIdA cursed quail
2025-07-26std.Io.Reader: add rebase to the vtableAndrew Kelley
2025-07-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm