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
/
std
/
os
Age
Commit message (
Expand
)
Author
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
std.os.path.resolve handles an absolute path that is missing the drive
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-22
bufPrint returns an error
Josh Wolfe
2017-12-22
fix darwin and windows from previous commit
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-12
self-hosted: move code to std.os.ChildProcess.exec
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-12-04
fix build on windows
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-29
fix os.Dir compile errors
Josh Wolfe
2017-11-20
move base64 functions into structs
Josh Wolfe
2017-11-20
rework std.base64 api
Josh Wolfe
2017-11-16
Added DLL loading capability in windows to the std lib.
dimenus
2017-11-10
fix windows trying to run linux-only tests
Andrew Kelley
2017-11-10
rename test
Andrew Kelley
2017-11-10
add epoll and timerfd support on linux
Brendon Scheinman
2017-11-10
add windows implementation of io.File.getEndPos
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-11-09
Fix Stat include in darwin land (#605)
Jeff Fowler
2017-11-09
fix typo on darwin lseek (#602)
Jeff Fowler
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
fix windows build from previous commit
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-16
std.os.ChildProcess: on windows cwd affects exe search path
Andrew Kelley
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
fix posix from previous commit
Andrew Kelley
2017-10-15
fix std.io.InStream for windows
Andrew Kelley
2017-10-15
fix child process stdio piping behavior on windows
Andrew Kelley
2017-10-15
use correct integer type for windows BOOL
Andrew Kelley
2017-10-15
fix regression on posix from previous commit
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-14
implement std.os.rename for windows
Andrew Kelley
2017-10-14
implement std.os.symLink for windows
Andrew Kelley
2017-10-14
fix regressions from previous commit on windows
Andrew Kelley
2017-10-14
organize windows utility functions
Andrew Kelley
2017-10-14
fix os.makeDir for posix
Andrew Kelley
2017-10-14
implement os.makeDir for windows
Andrew Kelley
2017-10-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-11
fix std.os.getRandomBytes for windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-10-10
better abort() implementation for windows
Andrew Kelley
2017-10-10
use allocator.shrink instead of realloc in os.path.real
Andrew Kelley
2017-10-09
implement std.io.InStream for windows
Andrew Kelley
[prev]
[next]