aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/out_stream.zig
AgeCommit message (Expand)Author
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std.fmt.format: comptime output parameterAndrew Kelley
2020-01-21Make writeByteNTimes faster and leanerLemonBoy
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley