aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/stream_source.zig
AgeCommit message (Collapse)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
closes #9388 closes #9321
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
We already have a LICENSE file that covers the Zig Standard Library. We no longer need to remind everyone that the license is MIT in every single file. Previously this was introduced to clarify the situation for a fork of Zig that made Zig's LICENSE file harder to find, and replaced it with their own license that required annual payments to their company. However that fork now appears to be dead. So there is no need to reinforce the copyright notice in every single file.
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
add SPDX license identifier copyright ownership is zig contributors
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