zig/lib/std/zig
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
..
system all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Ast.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
c_builtins.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
c_translation.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Client.zig make the build runner and test runner talk to each other 2023-03-15 10:48:14 -07:00
CrossTarget.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ErrorBundle.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fmt.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
number_literal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Parse.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
parser_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
perf_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
primitives.zig add c_char type 2023-04-13 02:47:16 -04:00
render.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
Server.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
string_literal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
system.zig improve detection of how to execute binaries on the host 2021-12-02 21:51:14 -07:00
tokenizer.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00