aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-22std.io.Reader: bounded array functionsInKryption
2022-07-12std: update test cases to reflect new packed struct semanticsAndrew Kelley
2022-06-12Sema: add missing set_union_tagVeikka Tuominen
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
2022-06-03std: update tests to stage2 semanticsVeikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-01-24readUntilDelimiter*: read only if buffer not fullPablo Santiago Blum de Aguiar
2022-01-23Stop using LinearFifo in BufferedWriterJimmi Holst Christensen
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-20Add std.io.Reader.readUntilDelimiter()Samadi van Koten
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-21fix code broken from previous commitJacob G-W
2021-06-08Limit Fixed Buffer Stream seekTo (#9023)Dustin Taylor
2021-06-04Makes std.io.StreamSource usable with freestandingFelix (xq) Queißner
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-03-03std: add io.Writer.writeStructdaurnimator
2021-02-24Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-02-16std: remove io.AutoIndentingStreamIsaac Freund
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: add LimitedReader: reader that returns EOF earlydaurnimator
2021-01-11std: reader.skipBytes's num_bytes should be a u64daurnimator
2021-01-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-29std: fix Reader.readUntilDelimiterOrEofAlloc() APIIsaac Freund
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23Added std.io.counting_readertgschultz
2020-12-20std: move serialization to the std lib orphanageAndrew Kelley
2020-12-03Make zig fmt happy with multiline arguments for `readAllArrayListAligned`Lee Cannon
2020-12-02Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc`Lee Cannon