aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/writer.zig
AgeCommit message (Expand)Author
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
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-03-03std: add io.Writer.writeStructdaurnimator
2020-12-31Year++Frank Denis
2020-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-08support Writer instead of OutStreamJonathan Marler