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 2026-02-21 16:54:52 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/io
History
lockbox 9b56c7de79 Fix type mismatch for Reader.readIntoBoundedBytes (#16416)
- add unit test to verify .readIntoBoundedBytes behavior
- add unit test to verify .readBoundedBytes behavior
2023-07-24 17:32:06 -07:00
..
bit_reader.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
bit_writer.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
buffered_atomic_file.zig
…
buffered_reader.zig
…
buffered_writer.zig
…
c_writer.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
change_detection_stream.zig
…
counting_reader.zig
…
counting_writer.zig
…
find_byte_writer.zig
…
fixed_buffer_stream.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
limited_reader.zig
migration: std.math.{min, min3, max, max3} -> @min & @max
2023-06-16 13:44:09 -07:00
multi_writer.zig
…
peek_stream.zig
…
reader.zig
Fix type mismatch for Reader.readIntoBoundedBytes (#16416)
2023-07-24 17:32:06 -07:00
seekable_stream.zig
…
stream_source.zig
check for UEFI in io.StreamSource
2023-07-03 11:00:54 -07:00
test.zig
…
tty.zig
Fix TTY.detectConfig regression on windows
2023-07-02 00:07:24 -07:00
writer.zig
fix u65529 and above overflowing in more places
2023-06-27 19:08:24 -04:00