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-12-19
std.io: call the idiomatic std.mem.readInt functions
Andrew Kelley
2018-12-13
add mem.readVarInt, fix InStream.readVarInt, fix stack traces
Andrew Kelley
2018-12-13
fix mistakes introduced in b883bc8
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-02
introduce std.io.SeekableStream
Andrew Kelley
2018-11-29
Implemented new more flexible readLineFrom (#1801)
Jimmi Holst Christensen
2018-11-15
more fixes related to readStruct API
Andrew Kelley
2018-11-15
Have readStruct in stream return a value instead of taking a pointer
Jimmi HC
2018-11-15
Added NullOutStream and CountingOutStream (#1722)
Jimmi Holst Christensen
2018-11-15
zig fmt: add --check flag
Andrew Kelley
2018-11-14
io read/write int be/le optimizations
Josh Wolfe
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-31
Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksavil...
Andrew Kelley
2018-10-16
std.io: fix compile error when InStream has empty error set
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-01
std lib (breaking): posixRead can return less than buffer size
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-14
Add test for Queue.dump
Wink Saville
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-08-31
finding source file, line, and column info
Andrew Kelley
2018-08-29
printing info from the ModuleInfo substream of DebugInfo
Andrew Kelley
2018-08-24
macos stack traces have address-to-line translation
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-29
add SliceOutStream, rename SliceStream to SliceInStream (#1301)
dbandstra
2018-07-28
add skipBytes function to InStream
dbandstra
2018-07-28
add int writing functions to OutStream
dbandstra
2018-07-23
std.io: PeekStream and SliceStream
Nathan Sharp
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
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
[next]