aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/c_writer.zig
AgeCommit message (Expand)Author
2022-07-12std: update test cases to reflect new packed struct semanticsAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-03-12make std.c.getErrno() return same type as _errno() aka c_intSébastien Marie
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-08support Writer instead of OutStreamJonathan Marler