zig/lib/std/os
mlugg 8944935499 std: eliminate some uses of usingnamespace
This eliminates some simple usages of `usingnamespace` in the standard
library. This construct may in future be removed from the language, and
is generally an inappropriate way to formulate code. It is also
problematic for incremental compilation, which may not initially support
projects using it.

I wasn't entirely sure what the appropriate namespacing for the types in
`std.os.uefi.tables` would be, so I ofted to preserve the current
namespacing, meaning this is not a breaking change. It's possible some
of the moved types should instead be namespaced under `BootServices`
etc, but this can be a future enhancement.
2024-02-01 20:30:42 +00:00
..
linux std: add docs about return value of submit() (#18721) 2024-01-29 21:26:52 -05:00
plan9
uefi std: eliminate some uses of usingnamespace 2024-02-01 20:30:42 +00:00
windows os.windows: Fix error 258 name in Win32Error 2024-01-23 18:06:23 -08:00
emscripten.zig
linux.zig Linux: Add syscall bindings, enhance documentation. 2024-01-15 20:05:03 +11:00
plan9.zig
test.zig Rework fchmodat tests 2024-01-13 23:52:01 -07:00
uefi.zig
wasi.zig std.os.wasi | Fix comment links 2024-01-26 15:24:07 +02:00
windows.zig os.windows: Fix missing correction from #18657 2024-01-27 12:38:33 -08:00