aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/stream_source.zig
AgeCommit message (Expand)Author
2022-06-12Sema: add missing set_union_tagVeikka Tuominen
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
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-04Makes std.io.StreamSource usable with freestandingFelix (xq) Queißner
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-01-08Remove deprecated stream aliasesJay Petacat
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-09Support Reader for InStreamJonathan Marler
2020-04-13std: fix StreamSource to disallow writing to a const bufferdaurnimator
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley