COMMITS
/ lib/std/os.zig November 24, 2025
R
os.windows: Delete unused functions and kernel32 bindings
Ryan Liptak committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
October 18, 2025
A
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley committed
October 17, 2025
A
std: accessZ -> access
Andrew Kelley committed
A
std.Io.Threaded: implement dirMake for WASI
Andrew Kelley committed
A
fix miscellaneous compilation errors
Andrew Kelley committed
October 16, 2025
A
std: make IPv6 address parsing system-independent
Andrew Kelley committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
October 10, 2025
U
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree committed
September 19, 2025
J
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
May 9, 2025
M
std.os: handle ENOENT for fnctl on macos
Meghan Denny committed
April 6, 2025
A
std: Remove some FreeBSD version checks and resulting dead code.
Alex Rønne Petersen committed
February 19, 2025
P
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann committed
March 10, 2025
L
std: Add support for SerenityOS in various places
Linus Groh committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 15, 2024
L
Better implementation of GetLastError. (#20623)
Lucas Santos committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
March 19, 2024
A
fix compilation failures found by CI
Andrew Kelley committed
A
extract std.posix from std.os
Andrew Kelley committed
March 17, 2024
V
std: define error set of `toPosixPath`
Veikka Tuominen committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
A
std.net, std.http: simplify
Andrew Kelley committed
February 28, 2024
J
posix: `@as` and other general cleanup
Jacob Young committed
J
posix: fix socket fd leaks
Jacob Young committed
February 27, 2024
R
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak committed
February 14, 2024
R
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak committed
T
std.os: export T struct and winsize struct
Tim Culverhouse committed
February 24, 2024
A
Merge pull request #19064 from ziglang/fix-netname-deleted
Andrew Kelley committed
A
std: map NETNAME_DELETED to error.ConnectionResetByPeer
Andrew Kelley committed
February 23, 2024
J
use @trap instead of system.abort for emscripten
Jae B committed
February 22, 2024
February 15, 2024
A
std.os.windows: add error.UnrecognizedVolume
Andrew Kelley committed
February 13, 2024
A
std.os.windows.OpenFile: add missing error
Andrew Kelley committed
A
std.posix.termios: bring V back
Andrew Kelley committed
A
std.os.termios: move it to be with the group
Andrew Kelley committed
A
std.os.termios: add type safety to lflag field
Andrew Kelley committed
A
std.os.termios: add type safety to cflag field
Andrew Kelley committed
A
std.os.termios: add type safety to oflag field
Andrew Kelley committed
February 12, 2024
A
std.os.termios: add type safety to iflag field
Andrew Kelley committed
A
std.os.termios: consolidate and correct
Andrew Kelley committed
A
std: add type safety to cc_t
Andrew Kelley committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
February 9, 2024
A
Merge pull request #18712 from Vexu/std.options
Andrew Kelley committed
February 7, 2024
A
std.c.MAP: use a packed struct
Andrew Kelley committed
A
std.os.linux.MAP: use a packed struct
Andrew Kelley committed
January 27, 2024
V
remove std.io.Mode
Veikka Tuominen committed
January 30, 2024
K
std.os: fix chdirZ to compile on Windows (#18695)
Krzysztof Wolicki committed