index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
Age
Commit message (
Expand
)
Author
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-09
std.os.uefi: Adjust casing to match style guide in a few places
Linus Groh
2025-02-08
std.os.uefi: Add missing SystemTable revision constants
Linus Groh
2025-02-08
std.os.uefi: fix allocators compiling
Tristan Ross
2025-02-07
Merge pull request #20511 from archbirdplus
Andrew Kelley
2025-02-07
fix: getEndPos return end position
Kouosi Takayama
2025-02-06
std.heap: remove HeapAllocator
Andrew Kelley
2025-02-06
std.os.linux.mmap: remove logic that does not belong here
Andrew Kelley
2025-02-06
introduce std.posix.mremap and use it
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-05
std.os.linux: remove app_mask
Misaki Kasumi
2025-02-03
std.os.linux: re-add missing timerfd_create() constants
John Benediktsson
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-31
std.os.linux: adding recvmmsg() (#22651)
John Benediktsson
2025-01-30
std: fix comptime SemanticVersion expr regression
Michael Dusan
2025-01-29
std: mkdir(2) mode uses mode_t
Meghan Denny
2025-01-29
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5
2025-01-26
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza
2025-01-26
Update LDR_DATA_TABLE_ENTRY struct
ziggoon
2025-01-19
std.os.linux: Don't emit CFI directives if unwind tables are disabled.
Alex Rønne Petersen
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-31
linux: make ptid and ctid in clone() optional
Misaki Kasumi
2024-12-22
fix: allow std.linux.getgroups to accept null
Meili C
2024-12-11
std.os.linux: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-12-01
std.os.linux: Fix fadvise64 syscall selection for n32/x32.
Alex Rønne Petersen
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-24
std.os.linux.pie: Fix a relocation error for s390x.
Alex Rønne Petersen
2024-11-18
linux/bpf: add alignment for helper functions to make compiler happy
Tw
2024-11-16
Add realtime scheduling calls to std.os.linux (issue #19671) (#19675)
curuvar
2024-11-13
Flags for SIOC{G,S}IFFLAGS
Benjamin Hetz
2024-11-12
std: fix compiler errors
PauloCampana
2024-11-04
zig.h: Improve portability of zig_*_windows_teb() helpers.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-11-02
std.os.windows: Fix some incorrect callconv specifiers.
Alex Rønne Petersen
2024-11-02
generate_linux_syscalls: Generate syscalls for x32.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-29
std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ER...
Julian Noble
2024-10-26
Fix up Linux xattr syscalls
Nelson Crosby
2024-10-25
std.os.uefi: Fix calling convention build error
Linus Groh
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-12
std.dynamic_library: update to new elf API
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...
Jean-Baptiste "Jiboo" Lepesme
[prev]
[next]