zig/lib/std/event
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
..
batch.zig std: collect all options under one namespace 2023-01-05 02:31:29 -07:00
channel.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
future.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
group.zig std.event: use .{} to initiate Lock to unlocked state 2022-07-01 00:09:36 +03:00
lock.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
locked.zig std.event: use .{} to initiate Lock to unlocked state 2022-07-01 00:09:36 +03:00
loop.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
rwlock.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
rwlocked.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wait_group.zig std: replace usage of std.meta.bitCount() with @bitSizeOf() 2022-04-27 11:10:52 +02:00