zig/lib
Lukas Lalinsky 2b5306a94b Add missing clobbers to context switching
This only shows in release mode, the compiler tries to preserve some
value in rdi, but that gets replaced inside the fiber. This would not
happen in the C calling convention, but in these normal Zig functions,
it can happen.
2025-10-09 00:45:49 -07:00
..
build-web webui: fixup build errors in fuzz / time_report 2025-09-06 18:51:26 -07:00
c compiler-rt: move strlen from libzigc to here 2025-08-30 06:36:41 +02:00
compiler add std.testing.io 2025-10-02 16:30:59 -07:00
compiler_rt improve impl of __floorh, __floorx, __ceilh and __ceilx 2025-09-24 20:57:25 -07:00
docs std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
include zig cc: update intrinsic headers to LLVM 21 2025-08-30 06:36:40 +02:00
init fix: fix typo in comment by removing repeated 'business' word 2025-08-24 23:00:17 +02:00
libc libc: update Linux headers to 6.17 2025-09-29 22:53:06 +02:00
libcxx llvm-libc: update to LLVM 21 2025-08-30 06:36:41 +02:00
libcxxabi libcxxabi: update to LLVM 21 2025-08-30 06:36:40 +02:00
libtsan libtsan: update to LLVM 21 2025-08-30 06:36:41 +02:00
libunwind libunwind: update to LLVM 21 2025-08-30 06:36:41 +02:00
std Add missing clobbers to context switching 2025-10-09 00:45:49 -07:00
c.zig libc: use zig isnan and derivates for mingw 2025-08-27 03:58:32 +02:00
compiler_rt.zig compiler-rt: move strlen from libzigc to here 2025-08-30 06:36:41 +02:00
fuzzer.zig fuzzing: fix off-by-one in limit count 2025-09-25 17:16:10 -07:00
ubsan_rt.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
zig.h cbe: workaround GCC miscompilation 2025-09-30 13:44:56 +01:00