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
2021-11-16
os/linux: fix rlimit_resource for mips/sparcv9
Vincent Rischmann
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-11-14
Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancel
Andrew Kelley
2021-11-14
io_uring: add poll_update
Kenta Iwasaki
2021-11-12
Use io_uring_prep_rw in io_uring_prep_cancel
Hiroaki Nakamura
2021-11-12
std.os.linux: Add cancel and io_uring_prep_cancel
Hiroaki Nakamura
2021-11-11
Merge pull request #9935 from g-w1/plan9-std
Jakub Konka
2021-11-10
Merge pull request #9853 from koachan/sparc64-unittests
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-11-09
io_uring: skip statx test failure on older kernels
Andrew Kelley
2021-11-09
os/linux/io_uring: implement statx
Vincent Rischmann
2021-11-09
plan9: more syscalls
Jacob G-W
2021-11-09
fix outputs in inline assembly
Jacob G-W
2021-11-09
add initial plan9 support to std
Jacob G-W
2021-11-01
std: expose rusage constants under rusage namespace
Andrew Kelley
2021-11-01
std: add Linux perf syscall bits
Andrew Kelley
2021-10-25
fix(uefi MemoryDescriptor): padding after memory type
Stephen von Takach
2021-10-23
std: Fix edge case in TLS tp calculation
LemonBoy
2021-10-17
Linux: Update syscall numbers for 5.14
Stephen Gregoratto
2021-10-15
std.os.windows: Fix typo (#9951)
Sizhe Zhao
2021-10-10
SPARCv9: fix timeval definition
Koakuma
2021-10-10
Linux: fix socket constants for SPARCv9
Koakuma
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-04
FileProtocol: add Reader, Writer, SeekableStream
Sreehari Sreedev
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-23
Linux/sparc64 bits: Add missing C type definitions
Koakuma
2021-09-22
io_uring: implement read_fixed/write_fixed
Vincent Rischmann
2021-09-20
adding support for UTF-8 output
HugoFlorentino
2021-09-18
Add Linux ioctl creation utilities (#9748)
Jens Goldberg
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-14
Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINE
Travis Martin
2021-09-12
os: usingnamespace fixes for std.x.os.Socket and std.os.TCP
Kenta Iwasaki
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
re-apply a commit dropped in this branch due to conflicts
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-31
std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly
Philip Ã…kesson
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
Linux/SPARCv9: use C calling convention for restore_rt
Koakuma
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-22
std.os: (p)writev should perform partial writes if iov.len > IOV_MAX
daurnimator
[prev]
[next]