zig/lib/std/Build/Step
2025-12-23 22:15:08 -08:00
..
CheckFile.zig update all std.fs.cwd() to std.Io.Dir.cwd() 2025-12-23 22:15:08 -08:00
CheckObject.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-05 14:31:27 +01:00
Compile.zig std: all Dir functions moved to std.Io 2025-12-23 22:15:07 -08:00
ConfigHeader.zig update all std.fs.cwd() to std.Io.Dir.cwd() 2025-12-23 22:15:08 -08:00
Fail.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Fmt.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
InstallArtifact.zig update all occurrences of close() to close(io) 2025-12-23 22:15:07 -08:00
InstallDir.zig update all occurrences of close() to close(io) 2025-12-23 22:15:07 -08:00
InstallFile.zig Build: add install commands to --verbose output 2025-06-19 11:45:06 -04:00
ObjCopy.zig update all occurrences of std.fs.File to std.Io.File 2025-12-23 22:15:07 -08:00
Options.zig update all std.fs.cwd() to std.Io.Dir.cwd() 2025-12-23 22:15:08 -08:00
RemoveDir.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Run.zig update all std.fs.cwd() to std.Io.Dir.cwd() 2025-12-23 22:15:08 -08:00
TranslateC.zig std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flags 2025-08-26 03:54:00 +00:00
UpdateSourceFiles.zig update all occurrences of openFile to receive an io instance 2025-12-23 22:15:08 -08:00
WriteFile.zig update all occurrences of openFile to receive an io instance 2025-12-23 22:15:08 -08:00