mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
This fixes a bug in std.net caused during the introduction of meta.assumeSentinel due to the unfortunate semantics of mem.span() This leaves only 3 remaining uses of meta.assumeSentinel() in the standard library, each of which could be a simple @ptrCast([*:0]T, foo) instead. I think this function should likely be removed. |
||
|---|---|---|
| .. | ||
| advapi32.zig | ||
| crypt32.zig | ||
| gdi32.zig | ||
| kernel32.zig | ||
| lang.zig | ||
| ntdll.zig | ||
| ntstatus.zig | ||
| ole32.zig | ||
| psapi.zig | ||
| shell32.zig | ||
| sublang.zig | ||
| test.zig | ||
| user32.zig | ||
| win32error.zig | ||
| winmm.zig | ||
| ws2_32.zig | ||