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
juice
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
std.Io.Threaded-groups-2
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-04-04
os/bits/linux: add IPv6 socket options
Vincent Rischmann
2021-04-02
test: fix io_uring timing test to skip on failure
Michael Dusan
2021-03-25
boot_services: implement locateDevicePath
Sreehari S
2021-03-22
Fixed typo in user32
Carlos Zúñiga
2021-03-19
std: Add syscall7 stub for Linux/MIPS
LemonBoy
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-03-12
std/linux: sync io_uring library with liburing
Isaac Freund
2021-03-02
os/linux: fix IO_Uring.timeout
Vincent Rischmann
2021-03-01
zig fmt the std lib
Andrew Kelley
2021-02-28
Merge pull request #8097 from LemonBoy/thread-spawn-order
Andrew Kelley
2021-02-28
std: add sendmsg
daurnimator
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
std.os.uefi.Guid fixes (#8032)
Asherah Connor
2021-02-21
Rebase link(at) properly
Tau
2021-02-21
Add epoll_pwait2 Linux syscall
data-man
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-25
Merge pull request #7846 from LemonBoy/filtertest
Andrew Kelley
2021-01-25
linux: add fallocate() to io_uring
Joran Dirk Greef
2021-01-25
windows: make sure to handle PATH_NOT_FOUND when deleting files
Timon Kruiper
2021-01-24
fix windows bug in Progress.zig
Timon Kruiper
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-13
std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...
Asherah Connor
2021-01-12
define nfds_t for windows
Bill Nagel
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code path
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll call
Rohlem
2021-01-11
introduce std.os.windows.QueryObjectName
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: add test
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibility
Rohlem
2021-01-11
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-07
Merge pull request #7720 from Snektron/sockopt
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-08
Add IP_ constants
Robin Voetter
2021-01-06
fix LRESULT and LPARAM typedefs
Jonathan Marler
2021-01-05
std.c add syslog
xackus
2021-01-05
freebsd, netbsd, dragonfly: add struct timeval
xackus
2021-01-03
Improve uring definitions
daurnimator
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
openbsd: add pollfd interface
Sébastien Marie
2020-12-31
Year++
Frank Denis
2020-12-30
std: Add more standard type definitions for FreeBSD
LemonBoy
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
[next]