zig/lib
Andrew Kelley 658de75500 add std.heap.ThreadSafeAllocator
This wraps any allocator and makes it thread-safe by using a mutex.
2023-03-15 10:48:12 -07:00
..
compiler_rt compiler_rt: fix rare case in udivei4 2023-03-07 03:00:08 -05:00
docs Zir: move set_cold from Inst.Tag to Inst.Extended 2023-03-03 21:16:21 +01:00
include C backend: improve ergonomics of zig.h a little bit 2022-11-13 16:50:16 -07:00
init-exe fix init-exe, init-lib templates 2023-01-31 15:09:35 -07:00
init-lib fix init-exe, init-lib templates 2023-01-31 15:09:35 -07:00
libc mingw: stop using K&R-style function definitions 2023-02-01 22:11:16 -05:00
libcxx dragonfly: port libc++ 2023-01-02 19:18:33 -05:00
libcxxabi update libcxxabi to LLVM 15 2022-08-04 18:02:01 -07:00
libunwind update libunwind to LLVM 15 2022-08-04 18:09:10 -07:00
std add std.heap.ThreadSafeAllocator 2023-03-15 10:48:12 -07:00
tsan update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1 2021-08-16 23:32:13 -07:00
build_runner.zig build runner: untangle dependency loop checking from making 2023-03-15 10:48:12 -07:00
c.zig Add support for mips64/mips64el 2023-02-04 15:19:53 -05:00
compiler_rt.zig compiler_rt: declutter int.zig, add mulXi3 tests (#14623) 2023-02-24 13:27:02 -05:00
ssp.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
test_runner.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
zig.h zig.h: implement zig_breakpoint and zig_trap for more targets 2023-03-07 12:46:35 -05:00