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
/
io.zig
Age
Commit message (
Expand
)
Author
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-04
read a file
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-11-29
better error code for File.getEndPos failure
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-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-06
fix typos in std.io (#589)
scurest
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-15
std.io: fix bug when writing large buffer
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-14
implement io.OutStream.openMode for windows
Andrew Kelley
2017-10-14
std.io: remove unused constants
Andrew Kelley
2017-10-10
fix std.io.OutStream.close for windows
Andrew Kelley
2017-10-09
implement std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-03
fix isatty for macOS and libc (#523)
Snorre
2017-09-10
std.io.InStream: add readLine function (#458)
jean-dao
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
fixups to linux build
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: support install for zig artifacts
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-20
delete test_artifacts directory when tests complete
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-04-02
zig build system progress
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley
2017-02-28
rename CBuf to Buffer0 and some minor std API changes
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-23
add character format specifier to std.io.OutStream.printf
Andrew Kelley
2017-02-12
printf: only include + sign on signed ints if width specified
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-11
std.io.parseUnsigned buf parameter is const
Andrew Kelley
2017-02-11
fix crash on string literal with character code >= 128
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
Andrew Kelley
2017-01-31
fix crash when passing void to var args function
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
[prev]
[next]