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-24 07:03:11 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/io
History
antlilja ae8d26a6a0 Sema: add error for non-comptime param in comptime func
Adds error for taking a non comptime parameter in a function returning a
comptime-only type but not when that type is dependent on a parameter.

Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-08-27 11:17:48 +03:00
..
bit_reader.zig
Sema: add error for non-comptime param in comptime func
2022-08-27 11:17:48 +03:00
bit_writer.zig
Sema: add error for non-comptime param in comptime func
2022-08-27 11:17:48 +03:00
buffered_atomic_file.zig
allocgate: std Allocator interface refactor
2021-11-30 23:32:47 +00:00
buffered_reader.zig
…
buffered_writer.zig
Stop using LinearFifo in BufferedWriter
2022-01-23 14:41:15 -05:00
c_writer.zig
std: update test cases to reflect new packed struct semantics
2022-07-12 18:38:11 -07:00
change_detection_stream.zig
…
counting_reader.zig
…
counting_writer.zig
…
find_byte_writer.zig
…
fixed_buffer_stream.zig
math: make cast return optional instead of an error
2022-05-27 16:43:33 -04:00
limited_reader.zig
…
multi_writer.zig
…
peek_stream.zig
allocgate: std Allocator interface refactor
2021-11-30 23:32:47 +00:00
reader.zig
std.io.Reader: bounded array functions
2022-08-22 14:07:22 +03:00
seekable_stream.zig
…
stream_source.zig
Sema: add missing set_union_tag
2022-06-12 19:17:41 +03:00
test.zig
…
writer.zig
deprecated TypeInfo in favor of Type
2022-03-08 20:38:12 +02:00