zig/lib
Ryan Liptak 3280fc98f3 Writer: Delete writePreserve/writeAllPreserve
This is one way of partially addressing https://github.com/ziglang/zig/issues/24767

- These functions are unused
- These functions are untested
- These functions are broken
  + The same dangling pointer bug from 6219c015d8 exists in `writePreserve`
  + The order of the bytes preserved in relation to the `bytes` being written can differ depending on unused buffer capacity at the time of the call and the drain implementation.

If there ends up being a need for these functions, they can be fixed and added back.
2025-08-10 19:49:02 -07:00
..
build-web net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework send and receive logic to use overlapped I/O. 2025-08-09 18:48:15 -04:00
c libc: implement common abs for various integer sizes (#23893) 2025-05-21 00:57:38 +02:00
compiler zig std: fix build failures 2025-08-08 17:17:53 -07:00
compiler_rt zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00
docs std.Io: remove BufferedWriter 2025-08-08 17:17:53 -07:00
include zig cc: Update intrinsic headers to Clang 20. 2025-04-04 06:08:09 +02:00
init std.Io: remove BufferedWriter 2025-08-08 17:17:53 -07:00
libc glibc: update crt0 code to 2.42 2025-08-01 09:00:27 +02:00
libcxx libcxx: Fix locale-related compilation errors on NetBSD. 2025-06-06 11:22:20 +02:00
libcxxabi libcxxabi: Update to Clang 20. 2025-04-04 06:08:09 +02:00
libtsan libtsan: Backport llvm/llvm-project#120036. 2025-05-12 16:24:59 +02:00
libunwind libunwind: Fix return type of DwarfFDECache<A>::findFDE() 2025-06-30 06:40:17 +02:00
std Writer: Delete writePreserve/writeAllPreserve 2025-08-10 19:49:02 -07:00
c.zig libc: implement common abs for various integer sizes (#23893) 2025-05-21 00:57:38 +02:00
compiler_rt.zig aarch64: implement more optional/error union/union support 2025-07-26 21:39:50 -04:00
fuzzer.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
ubsan_rt.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00
zig.h x86_64: add support for pie executables 2025-06-06 23:42:14 -07:00