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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2017-10-14
implement io.OutStream.openMode for windows
Andrew Kelley
2017-10-14
std.io: remove unused constants
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
fix std.io.OutStream.close 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
2017-10-09
fix build on non-windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-08
implement std.os.deleteFile for windows
Andrew Kelley
2017-10-08
fix os.path.resolveWindows on non-windows
Andrew Kelley
2017-10-08
implement os.getCwd for windows
Andrew Kelley
2017-10-08
implement std.os.relative for windows
Andrew Kelley
2017-10-08
os.path.basename implementation for windows
Andrew Kelley
2017-10-08
more std.os.path work for windows
Andrew Kelley
2017-10-08
implement os.path.dirname for windows
Andrew Kelley
2017-10-03
fix isatty for macOS and libc (#523)
Snorre
2017-10-03
fix duplicated symbols in compiler-rt tests
Andrew Kelley
2017-10-03
use __chkstk_ms compiler-rt functions for __chkstk
Andrew Kelley
2017-10-03
replace __chkstk function with a stub that does not crash
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-10-02
compiler-rt: strong linkage for __chkstk
Andrew Kelley
2017-10-02
fix typo in compiler-rt
Andrew Kelley
2017-10-02
better compiler-rt linkage logic
Andrew Kelley
2017-10-01
still build compiler-rt when linking msvc CRT
Andrew Kelley
2017-10-01
add windows 32 bit to test matrix
Andrew Kelley
2017-09-30
improve bit shift API in std.math
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-30
compiler-rt: add _aulldiv and _aullrem for i386 windows
Andrew Kelley
2017-09-30
fix previous commit
Andrew Kelley
2017-09-30
add ___chkstk_ms compiler-rt function
Andrew Kelley
2017-09-28
Allow 128-bit hex float literals
Marc Tiehuis
2017-09-27
implement IncrementingAllocator for Windows
Andrew Kelley
2017-09-27
add test for std.mem.IncrementingAllocator
Andrew Kelley
2017-09-27
add reset() method to IncrementingAllocator (#501)
Josh Wolfe
2017-09-26
add fmt.parseInt
Andrew Kelley
2017-09-26
implement setreuid, setregid for darwin
Andrew Kelley
2017-09-26
std.os.ChildProcess: setgid before setuid
Andrew Kelley
2017-09-26
add std.fmt.trim
Andrew Kelley
2017-09-26
std.os.ChildProcess: ability to set both uid and gid
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-24
Revert "windows API functions are not stdcalls"
Andrew Kelley
[next]