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
getAppDataDir
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
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.zig
Age
Commit message (
Expand
)
Author
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-22
std.os.execvpeZ_expandArg0: fix not restoring argv[0]
Andrew Kelley
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
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-07
implement os.pipe2 for darwin
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
std: improve non-libc dynamic library loading
Andrew Kelley
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-31
Turn win32 errors into a non-exhaustive enum
daurnimator
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2020-01-29
Correct dl_iterate_phdr address
LemonBoy
2020-01-07
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...
Andrew Kelley
2020-01-06
Removes proc_raise from WASI implementation
Colin Svingen
2020-01-05
Add std.os.getrusage
data-man
2019-12-31
std.os.memfd_create: add error.SystemOutdated
Andrew Kelley
2019-12-31
improvements to memfd_create
Andrew Kelley
2019-12-31
os: use system for memfd_create
Luna
2019-12-31
os: add memfd_create
Luna
2019-12-30
update setsockopt error set according to POSIX
Andrew Kelley
2019-12-30
std.os: update error set for setsockopt
Luna
2019-12-30
std.os: make setsockopt receive a slice as option
Luna
2019-12-30
net: fix Options
Luna
2019-12-30
os: add setsockopt
Luna
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-22
std: use wrappers from raise() rather than raw syscalls
daurnimator
2019-12-22
std: remove high level linux sigprocmask wrappers
daurnimator
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-02
remove upstream support for Zen hobby OS
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
add missing error code handling on Windows
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
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
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
[next]