zig/lib/std/debug
Andrew Kelley 18c6abc0ba std: finish moving os.windows.ReadLink logic to Io.Threaded
- remove error.SharingViolation from all error sets since it has the
  same meaning as FileBusy
- add error.FileBusy to CreateFileAtomicError and ReadLinkError
- update dirReadLinkWindows to use NtCreateFile and NtFsControlFile and
  integrate with cancelation properly.
- move windows CTL_CODE constants to the proper namespace
- delete os.windows.ReadLink
2026-01-28 17:02:17 -08:00
..
Dwarf update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
SelfInfo std: finish moving os.windows.ReadLink logic to Io.Threaded 2026-01-28 17:02:17 -08:00
Coverage.zig update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
cpu_context.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
Dwarf.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-05 14:31:27 +01:00
ElfFile.zig std: move memory locking and memory protection to process 2026-01-09 13:52:00 -08:00
Info.zig std.heap.DebugAllocator: never detect TTY config 2025-12-23 22:15:08 -08:00
MachOFile.zig std: move memory locking and memory protection to process 2026-01-09 13:52:00 -08:00
no_panic.zig std: remove old panic handlers after zig1.wasm update 2025-06-01 12:10:57 +01:00
Pdb.zig update all occurrences of std.fs.File to std.Io.File 2025-12-23 22:15:07 -08:00
simple_panic.zig std.debug: fix simple_panic 2025-12-23 22:15:11 -08:00