zig/lib/std/Build/Cache
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
..
DepTokenizer.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00
Directory.zig extract std.Build.Cache.Directory into separate file 2024-03-21 16:11:59 -07:00
Path.zig Build.Cache.Path: fix resolvePosix empty sub_path 2025-06-17 11:06:39 +01:00