zig/lib
Andrew Kelley 6d52678a6c zig libc malloc: skip export when unit testing
These functions can only be exported when external libc components are
available due to the errno location dependency. Note that even when zig
libc is complete, on Windows, errno location will always be external (in
ucrtbase.dll).
2026-02-12 13:14:51 -08:00
..
build-web all: replace all @Type usages 2025-11-22 22:42:38 +00:00
c zig libc malloc: skip export when unit testing 2026-02-12 13:14:51 -08:00
compiler std.Threaded: replace more kernel32 functions with ntdll 2026-02-07 00:02:50 -05:00
compiler_rt compiler_rt: common -> compiler_rt 2026-02-09 20:03:15 -08:00
docs ArrayList.writer() removed in 57dbc9e74a 2026-02-08 21:24:22 -08:00
include remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
init update init template for new main API 2026-01-04 00:27:09 -08:00
libc wasi libc: remove malloc defines 2026-02-12 13:14:51 -08:00
libcxx libcxx: use compiler's _LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION when set 2025-11-14 02:02:59 +01:00
libcxxabi remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libtsan remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libunwind remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
std std: brk allocator for single-threaded mode 2026-02-12 13:14:51 -08:00
c.zig zig libc malloc: skip export when unit testing 2026-02-12 13:14:51 -08:00
compiler_rt.zig compiler_rt: common -> compiler_rt 2026-02-09 20:03:15 -08:00
fuzzer.zig std.Threaded: replace more kernel32 functions with ntdll 2026-02-07 00:02:50 -05:00
ubsan_rt.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
zig.h std.Threaded: replace more kernel32 functions with ntdll 2026-02-07 00:02:50 -05:00