aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io
AgeCommit message (Expand)Author
2023-06-03std.io.reader.Reader: add `streamUntilDelimiter`Eric Joldasov
2023-05-29std.io.Writer: add support for non-power-of-two int sizesCortex
2023-05-24std.io.tty: Remove unused Config.writeDEC() functionLinus Groh
2023-05-24std.io.tty: Add missing colors to Color enumLinus Groh
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-19multi-writer: test with a non-comptime streamMotiejus Jakštys
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2023-01-11fix std.io.Reader regressionAndrew Kelley
2023-01-11expose std.io.bufferedReaderSizeAndrew Kelley
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-28std: stop using LinearFifo in BufferedReader (#14029)Walther Chen
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
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