aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io.zig
AgeCommit message (Expand)Author
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler
2024-04-10Uri: propagate per-component encodingJacob Young
2024-03-27haiku: fix poll definitionsJacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-20std.io: remove BufferedTeeIgor Anić
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-14remove std.io.PeekStreamAndrew Kelley
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-02-25Add pollTimeout for non-blocking/timeout-having pollsSuperAuguste
2024-02-21add BufferedTeeIgor Anić
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01std.start: remove event loop integrationVeikka Tuominen
2024-01-29Add type-erased writer and GenericWriterIan Johnson
2024-01-22std.io: replace readStructBig with readStructEndianTristan Ross
2024-01-13std.io.GenericReader: add missing error annotationsJacob Young
2024-01-07Work around stage1 not yet returning null-terminated `@typeInfo` stringsCarl Åstholm
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27GenericReader error set fixesTravis Staloch
2023-10-03std: add type-erased reader; base GenericReader on itAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13std.io: remove `FindByteOutStream` and `findByteOutStream` (deprecated inEric Joldasov
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-03-25std: remove temporary workarounds for stage2_x86_64Jacob Young
2023-03-01std.io.poll: remove done functionJonathan Marler
2023-03-01std.io.zig: fmtJonathan Marler
2023-02-28std.io.poll initial windows implementationJonathan Marler
2023-02-27redo std.io.poll with only outputsAndrew Kelley
2023-02-27add std.io.poll and implement it for POSIXAndrew Kelley
2023-01-11expose std.io.bufferedReaderSizeAndrew Kelley
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2022-11-05coff: compile and link simple exit program on arm64Jakub Konka
2022-09-07libstd: use windows.GetStdHandle() with stage2_x86_64 backend for nowJakub Konka
2022-04-14stage2: progress towards stage3Andrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
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-08io: `FindByteOutStream` to `FindByteWriter`Jay Petacat
2021-01-08Remove deprecated stream aliasesJay Petacat
2020-12-31Year++Frank Denis
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23Added std.io.counting_readertgschultz