zig/lib/std/Build/Step
Carter Snook 219acaa1d6 std.fs.Dir: Refactor atomicSymLink from std.fs
Deprecates std.fs.atomicSymLink and removes the allocator requirement
from the new std.fs.Dir.atomicSymLink. Replaces the two usages of this
within std.

I did not include the TODOs from the original code that were based
off of `switch (err) { ..., else => return err }` not having correct
inference that cases handled in `...` are impossible in the error
union return type because these are not specified in many places but
I can add them back if wanted.

Thank you @squeek502 for help with fixing buffer overflows!
2024-07-28 20:08:52 -07:00
..
CheckFile.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
CheckObject.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Compile.zig std.fs.Dir: Refactor atomicSymLink from std.fs 2024-07-28 20:08:52 -07:00
ConfigHeader.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Fail.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Fmt.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
InstallArtifact.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
InstallDir.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
InstallFile.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
ObjCopy.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Options.zig add std.fmt.hex 2024-07-20 01:06:29 -07:00
RemoveDir.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
Run.zig add --debug-rt CLI arg to the compiler + bonus edits 2024-07-25 18:52:21 -07:00
TranslateC.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
UpdateSourceFiles.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00
WriteFile.zig make zig compiler processes live across rebuilds 2024-07-14 19:51:16 -07:00