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
Age
Commit message (
Expand
)
Author
2017-11-10
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2017-11-10
fix test failure on 32 bit windows
Andrew Kelley
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-10
Merge remote-tracking branch 'origin/master' into llvm6
dimenus
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-11-06
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2017-11-06
fix typos in std.io (#589)
scurest
2017-11-05
fix redeclaration of mem (#585)
scurest
2017-11-05
add test for c_allocator
scurest
2017-11-02
update to llvm master
Andrew Kelley
2017-11-01
bump build_runner allocator to use 30 MB
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-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
add some sanity tests for float printing
Andrew Kelley
2017-10-24
Merge branch 'float-printing' of https://github.com/scurest/zig into better-f...
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
2017-10-24
More corrections to float printing
scurest
2017-10-23
Print better floats
scurest
2017-10-21
std.fmt.format supports ints smaller than u8
Andrew Kelley
2017-10-21
zig build: fix system libraries not respected for C artifacts
Andrew Kelley
2017-10-17
Add c allocator (#542)
Marc Tiehuis
2017-10-16
std.os.ChildProcess: on windows cwd affects exe search path
Andrew Kelley
2017-10-16
fix regression on posix from previous commit
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
std.io: fix bug when writing large buffer
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
disable some of the failing tests
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-15
std.mem.IncrementingAllocator: check for errors
Andrew Kelley
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
[next]