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
Age
Commit message (
Expand
)
Author
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-05-24
run zig fmt on std lib
Andrew Kelley
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
Merge pull request #5164 from daurnimator/in_stream-helpers
Veikka Tuominen
2020-05-16
Merge pull request #5175 from daurnimator/multi-out-stream
Vexu
2020-05-03
std: use async for MultiOutStream
daurnimator
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-27
zig fmt: still print the relative path
Andrew Kelley
2020-04-27
std: add io.MultiOutStream
daurnimator
2020-04-25
std: add in_stream.isBytes
daurnimator
2020-04-25
std: add instream.readBytesNoEof function
daurnimator
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-13
std: fix StreamSource to disallow writing to a const buffer
daurnimator
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-02
new ArrayList API, fix enough std lib to test
xackus
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-04-01
Remove unneeeded address-of operator
Andrew Kelley
2020-04-01
io: fix COutStream test
Vincent Rischmann
2020-04-01
io: fix serialization compilation and tests
Vincent Rischmann
2020-04-01
io: fix PeekStream compilation
Vincent Rischmann
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-28
Fix typo in Serializer declaration
Luna
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-15
fix Serializer to work with new OutStream API
momumi
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-13
Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...
Andrew Kelley
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Integrated outstreams with new formatter
Benjamin Feng
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-11
FixedBufferStream: match file semantics more by clamping pos
Andrew Kelley
2020-03-11
Merge remote-tracking branch 'origin/master' into io-stream-iface
Andrew Kelley
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
fix regressions caused earlier in this branch
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
fixups & make some API decisions
Andrew Kelley
2020-03-06
std: use ArrayList rather than Buffer for in_stream helper functions
daurnimator
2020-03-04
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-26
debug: Fix end-of-stream condition in DWARF parser
LemonBoy
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
[next]