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
/
bits
Age
Commit message (
Expand
)
Author
2020-03-03
fix macosx and freebsd build failures
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-07
add fcntl support on darwin
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
std: Make TCSA enum ABI-compliant
LemonBoy
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-31
std: update for linux 5.5 release
daurnimator
2020-01-19
Small cleanups
LemonBoy
2020-01-14
Correct dlpi_name field type
LemonBoy
2020-01-05
std.os.getrusage: add C extern fn and reserved field
Andrew Kelley
2020-01-05
Add std.os.getrusage
data-man
2019-12-31
os: add memfd_create
Luna
2019-12-29
Merge pull request #3968 from daurnimator/sigprocmask
Andrew Kelley
2019-12-22
std: use simpler sigset_t definition
daurnimator
2019-12-22
freebsd: add missing OS and libc bits
Jethro Nederhof
2019-12-10
fixed windows dynamic library loading and added loading for darwin
emekoi
2019-12-05
fix casts
Vexu
2019-12-02
Merge pull request #3715 from daurnimator/towards-afd
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-27
std: windows sockaddr constants come from ws2_32
daurnimator
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
Merge pull request #3728 from ziglang/null-terminated-pointers
Andrew Kelley
2019-11-25
std: update for linux 5.4
daurnimator
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
2019-11-19
WASI isatty
Benjamin Feng
2019-11-19
WASI time_t / timespec
Benjamin Feng
2019-11-14
std: add windows socket constants
daurnimator
2019-11-10
add sockaddr_un to os/bits/windows
Luna
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-10-31
fix regression in std.os.dirent64 on linux
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
fix os.sockaddr being a union instead of a struct
Andrew Kelley
2019-10-30
canonicalize std.os IPPROTO constants
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-30
fixes for macos and 32 bit arches
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-28
move libc/linux bits around
Andrew Kelley
2019-10-28
partial no-libc implementation of std.net.getAddressList
Andrew Kelley
2019-10-28
std.net.getAddressList
Andrew Kelley
2019-10-21
add freebsd AT_* bits
Andrew Kelley
2019-10-21
darwin: add AT_* bits
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
[next]