COMMITS
/ lib/std/os.zig 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
January 14, 2024
A
std.os: proper use of inline
Andrew Kelley committed
November 4, 2023
S
Linux: Add fchmodat fallback when `flags` is nonzero
Stephen Gregoratto committed
November 26, 2023
M
std: make c.versionCheck() a comptime-known function
Meghan Denny committed
December 7, 2023
X
use linux.perf_event_open directly
xdBronch committed
December 8, 2023
C
std.os.dl_iterate_phdr: remove `u16` error cast
Carter Snook committed
July 27, 2023
L
os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read family
Lauri Tirkkonen committed
November 23, 2023
A
Merge pull request #18085 from ziglang/std-atomics
Andrew Kelley committed
A
rework std.atomic
Andrew Kelley committed
November 22, 2023
A
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed