aboutsummaryrefslogtreecommitdiff
path: root/lib/std/x/os/io.zig
AgeCommit message (Expand)Author
2022-07-21LLVM: fix lowering of structs with underaligned fieldsAndrew Kelley
2022-06-11stage2: small fixes + adjustments to std testsVeikka Tuominen
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-01x: replace std.builtin with std.Target.currentKenta Iwasaki
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew