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
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
2019-10-17
mipsel: fix padding on stat struct
Andrew Kelley
2019-10-16
improve docs and field names of Statx struct
Andrew Kelley
2019-10-12
Fix signedness for some fields in ARM stat definition
LemonBoy
2019-10-12
Add support for the statx syscall
LemonBoy
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-26
fix mipsel regression in previous commit
Andrew Kelley
2019-09-26
fix some linux declarations not getting exposed
Andrew Kelley
2019-09-26
Errno changes for MIPS
LemonBoy
2019-09-26
Fix wrong IOCTL value
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley