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
/
lib
/
std
/
io.zig
Age
Commit message (
Expand
)
Author
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-20
remove std.io.readLine
Andrew Kelley
2020-02-18
avoid a `@ptrCast` with an array literal
Andrew Kelley
2020-02-18
std: use LinearFifo to implement io.BufferedOutStreamCustom
daurnimator
2020-02-18
std: let PeekStream have static/dynamic variants
daurnimator
2020-02-18
std: use LinearFifo to implement io.PeekStream
daurnimator
2020-02-18
std: use LinearFifo to implement io.BufferedInStreamCustom
daurnimator
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-29
Move FailingAllocator to testing
Benjamin Feng
2019-12-11
lib/std/io: let the bring-your-own OS package handle stdio (#3887)
Christine Dodrill
2019-12-10
Add hotpath for BufferedOutStream (#3858)
frmdstryr
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-05
Increase io.BufferedInStream readByte speed by ~75%
frmdstryr
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-21
Merge branch 'stratact-no-dir-allocators'
Andrew Kelley
2019-10-21
remove pub syntax for container fields
Vexu
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-10-15
Replaced setTag hack in Deserialize with @unionInit
tgschultz
2019-10-10
miscellaneous improvements to generated docs
Andrew Kelley
2019-10-10
Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley