zig/lib/compiler
Andrew Kelley a72292513e add std.Thread.Pool.spawnWg
This function accepts a WaitGroup parameter and manages the reference
counting therein. It also is infallible.

The existing `spawn` function is still handy when the job wants to
further schedule more tasks.
2024-05-03 20:58:02 -07:00
..
aro ComptimeStringMap: return a regular struct and optimize 2024-04-22 15:31:41 -07:00
aro_translate_c Update usages of fmtId/isValidId 2024-04-07 14:47:11 +02:00
reduce reduce: fix compile errors 2024-03-24 17:29:39 +01:00
resinator Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
aro_translate_c.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00
build_runner.zig add std.Thread.Pool.spawnWg 2024-05-03 20:58:02 -07:00
fmt.zig move lazily compiled source files to lib/compiler/ 2024-02-26 23:43:56 -07:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
reduce.zig Rename Dir.writeFile2 -> Dir.writeFile and update all callsites 2024-05-03 13:29:22 -07:00
std-docs.zig zig std accepts --port and --no-open-browser (#19559) 2024-04-06 15:18:43 -04:00
test_runner.zig Use @TypeOf instead of std.meta in test_runner.zig 2024-04-07 21:16:29 +02:00