zig/lib
Andrew Kelley d02242661e std.heap: make wasm32 PageAllocator handle large allocation
When a number of bytes to be allocated is so great that alignForward()
is not possible, return `error.OutOfMemory`.

Companion commit to 3f3003097c.
2022-10-30 19:28:26 -07:00
..
compiler_rt compiler_rt: fix gnu_f16_abi for i386-windows 2022-10-30 18:42:59 -07:00
docs Merge pull request #13300 from jcalabro/master 2022-10-30 17:20:57 +01:00
include cbe: finish partial zig_noreturn rewrite 2022-10-29 16:54:50 -04:00
init-exe init-exe template: add flushing to the buffered writer 2022-08-04 21:12:42 +02:00
init-lib flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
libc mingw-w64: add gdiplus def files 2022-10-30 19:04:00 -07:00
libcxx update libcxx to LLVM 15.0.3 2022-10-18 10:18:09 -07: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 std.heap: make wasm32 PageAllocator handle large allocation 2022-10-30 19:28:26 -07:00
tsan update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1 2021-08-16 23:32:13 -07:00
build_runner.zig stage2: implement referenced by trace for error messages 2022-09-15 00:50:18 +03:00
c.zig Merge pull request #11747 from Luukdegram/compiler-rt 2022-10-17 18:12:22 -04:00
compiler_rt.zig fix: correctly import memcmp.zig in compiler-rt 2022-10-22 16:56:33 +02:00
ssp.zig std: add return address parameter to panic fn 2022-09-20 19:05:00 -07:00
test_runner.zig cbe: get enough things working to support basic programs 2022-10-25 05:11:29 -04:00