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-06 06:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/compiler
History
Andrew Kelley 0b3f0124dc std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
preparing to rearrange std.io namespace into an interface

how to upgrade:

std.io.getStdIn() -> std.fs.File.stdin()
std.io.getStdOut() -> std.fs.File.stdout()
std.io.getStdErr() -> std.fs.File.stderr()
2025-07-07 22:43:51 -07:00
..
aro
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
aro_translate_c
translate-c: fix function prototype decalared inside a function
2025-04-02 20:07:41 +00:00
reduce
remove usingnamespace from the language
2025-07-07 13:39:48 -07:00
resinator
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
aro_translate_c.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
build_runner.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
libc.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
objcopy.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
reduce.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
std-docs.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00
test_runner.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-07 22:43:51 -07:00