zig/lib
Andrew Kelley 4918c2ce2d std.Build.Step.Run: global lock when child inherits stderr
The docs for setting stdio to "inherit" say:

It also means that this step will obtain a global lock to prevent other
steps from running in the meantime.

The implementation of this lock was missing but is now provided by this
commit.

closes #20119
2024-05-31 18:59:53 -04:00
..
compiler zig fmt: ignore hidden files and directories 2024-05-29 10:09:40 -07:00
compiler_rt handle visionos target OS tag in the compiler 2024-05-09 15:04:15 +02:00
docs compiler: rework comptime pointer representation and access 2024-04-17 13:41:25 +01:00
include update C language headers to LLVM 18 2024-05-08 19:37:28 -07:00
init init: clarify .paths usage in build.zig.zon 2024-05-28 21:20:41 -04:00
libc mingw: support -municode 2024-03-27 10:05:57 +00:00
libcxx update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libcxxabi update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libunwind libunwind: update to LLVM 18 2024-05-08 19:37:29 -07:00
std std.Build.Step.Run: global lock when child inherits stderr 2024-05-31 18:59:53 -04:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
c.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
compiler_rt.zig move libssp into libcompiler_rt 2023-11-10 13:12:10 -07:00
zig.h Revert "implement @expect builtin (#19658)" 2024-05-22 09:57:43 -07:00