Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-07 14:53:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/io
History
Andrew Kelley dd05f2be80 run zig fmt on std lib
2020-05-24 10:04:09 -04:00
..
bit_in_stream.zig
std.meta.IntType -> std.meta.Int
2020-04-28 19:11:31 -06:00
bit_out_stream.zig
std.meta.IntType -> std.meta.Int
2020-04-28 19:11:31 -06:00
buffered_atomic_file.zig
zig fmt: still print the relative path
2020-04-27 13:38:19 -04:00
buffered_in_stream.zig
update standard library to new I/O streams API
2020-03-10 18:44:30 -04:00
buffered_out_stream.zig
(breaking) improve and simplify fixed buffer streams API
2020-03-10 16:31:04 -04:00
c_out_stream.zig
Remove unneeeded address-of operator
2020-04-01 10:21:17 -04:00
counting_out_stream.zig
update standard library to new I/O streams API
2020-03-10 18:44:30 -04:00
fixed_buffer_stream.zig
fix all the TODOs from the pull request
2020-03-13 12:02:58 -04:00
in_stream.zig
std: add in_stream.isBytes
2020-04-25 20:42:13 +10:00
multi_out_stream.zig
run zig fmt on std lib
2020-05-24 10:04:09 -04:00
out_stream.zig
Replace fmt with new fmtstream
2020-03-12 10:41:09 -05:00
peek_stream.zig
io: fix PeekStream compilation
2020-04-01 12:26:49 +02:00
seekable_stream.zig
(breaking) rework stream abstractions
2020-03-10 15:32:32 -04:00
serialization.zig
std.meta.IntType -> std.meta.Int
2020-04-28 19:11:31 -06:00
stream_source.zig
std: fix StreamSource to disallow writing to a const buffer
2020-04-13 13:26:13 -04:00
test.zig
Integrate getTestDir with tmpDir logic
2020-05-18 17:10:49 +02:00