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
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
2024-10-11
std.os.linux: Use the Thumb-specific syscall helpers for thumbeb too.
Alex Rønne Petersen
2024-10-06
Merge pull request #21597 from achan1989/issue_14324
Andrew Kelley
2024-10-06
Merge pull request #21608 from mikdusan/ppc64
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-06
Copy in WASI rights_t documentation
achan1989
2024-10-05
stage1 ppc64: remove inline-asm overlapping clobbers
Michael Dusan
2024-10-05
std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATION
Jonathan Marler
2024-10-04
Merge pull request #21578 from alexrp/s390x-porting
Alex Rønne Petersen
2024-10-04
std.os.linux: Fix mmap() syscall invocation for s390x.
Alex Rønne Petersen
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
generate_linux_syscalls: Rename mmap_pgoff to mmap2.
Alex Rønne Petersen
2024-10-03
std.os.linux: Add hexagon arch bits.
Alex Rønne Petersen
2024-10-03
std.os.linux: Rename some arch bits files to match std.Target.Cpu.Arch tags.
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
std.os.linux: extend rtattr.type to support IFA_*
pseudoc
2024-09-24
std: add arch bits for s390x-linux (#21342)
Meghan Denny
2024-09-24
uefi: erroneous alignment check in pool_allocator
Nameless
2024-09-19
std.os.linux: Fix tc_oflag_t for PowerPC
Linus Groh
2024-09-07
std: Fix assembler comment syntax for sparc.
Alex Rønne Petersen
2024-09-06
std.os.linux: Add clock_nanosleep() syscall wrapper.
Alex Rønne Petersen
2024-08-31
std.os.linux: Make nanosleep() a compile error on riscv32.
Alex Rønne Petersen
2024-08-31
std.os.linux: Also use kernel_timespec for riscv32 when libc is linked.
Alex Rønne Petersen
2024-08-31
std.os.linux: Define the Stat struct for riscv32.
Alex Rønne Petersen
2024-08-30
std.os.linux: Fix syscall6() when building for PIC/PIE.
Alex Rønne Petersen
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
std.os.windows: Define CONTEXT, RUNTIME_FUNCTION, and KNONVOLATILE_CONTEXT_PO...
Alex Rønne Petersen
2024-08-28
std.os.windows: Implement teb() for thumb.
Alex Rønne Petersen
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-23
std.os.linux: Fix bunch of compilation errors (#21138)
Michał Drozd
2024-08-23
Merge pull request #21137 from Aransentin/af_packet
Andrew Kelley
2024-08-22
Merge pull request #21095 from alexrp/mips64-tests
Andrew Kelley
2024-08-21
Inline the variant union
Jens Goldberg
2024-08-20
Add tpacket_hdr and tpacket_block variant unions
Jens Goldberg
2024-08-19
Added Constants Related To Ioctl (sockios.h)
Mohanavel S K
2024-08-19
Remove FASTROUTE; invisible to userspace, and collides with USER
Jens Goldberg
2024-08-19
std.os.linux: Add support for AF_PACKET V3
Jens Goldberg
2024-08-18
std.os.linux: Fix Stat struct for mips/mips64.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix rlimit_resource for mips64; move out of arch bits.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix syscall errno value handling for mips.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix E definition for mips64.
Alex Rønne Petersen
2024-08-15
loongarch: fix asm to set thread pointer (#21086)
YANG Xudong
2024-08-14
std.os.linux: add mseal syscall
reokodoku
2024-08-13
add getcontext
YANG Xudong
[next]