zig/lib/std/Build/Step
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
CheckFile.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
CheckObject.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Compile.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ConfigHeader.zig std.Build: implement variable substitution 2023-06-21 21:51:07 +02:00
Fmt.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
InstallArtifact.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
InstallDir.zig std.fs.file: Rename File.Kind enum values to snake case 2023-05-25 20:17:07 +01:00
InstallFile.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
ObjCopy.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
Options.zig std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
RemoveDir.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
Run.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
TranslateC.zig std: replace builtin.Version with SemanticVersion 2023-06-17 13:17:34 -07:00
WriteFile.zig Fixes WriteFile.getFileSource failure on Windows (#15730) 2023-05-24 14:26:07 -07:00