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-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
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
[prev]
[next]