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
2018-04-09
fix std.io.readline to work on windows
Andrew Kelley
2018-04-02
std.io.readLine function
Andrew Kelley
2018-03-31
Fix undeclared identifier error in readUntilDelimiterBuffer and incorrect num...
Raul Leal
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-10
std zig tokenizer: don't require 3 newlines at the end of the source
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
fix compiler crash switching on global error with no else
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-05
error sets - fix most std lib compile errors
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-05
make OutStream and InStream take an error set param
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-01
*WIP* error sets - allow peer type resolution to create new error set
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-19
usize might be same size as LARGE_INTEGER. If that's the case, then we don't ...
Jimmi Holst Christensen
2018-01-19
We now make a more correct conversion from windows LARGE_INTEGER type to usize
Jimmi Holst Christensen
2018-01-19
Removed bitcast from usize to isize in seekTo
Jimmi Holst Christensen
2018-01-19
Now using the right unexpectedError in seekForward
Jimmi Holst Christensen
2018-01-19
Implemented windows versions of seekTo and getPos
Jimmi Holst Christensen
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-11
self-hosted: parsing and rendering blocks
Andrew Kelley
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
[next]