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
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-17
fixups
Andrew Kelley
2019-02-16
fix BufferedInStream not reading delayed input
sjdh02
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-06
Fixed Serializer and BitOutStream when used with streams that have empty erro...
tgschultz
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-01
add compile errror for @bitCast when bit counts mismatch
Andrew Kelley
2019-02-01
Merge pull request #1775 from tgschultz/stdlib-serialization
Andrew Kelley
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-09
Minor doc-comment fix.
tgschultz
2018-12-09
Minor change to custom (de)serializer to allow them to be defined outside of ...
tgschultz
2018-12-02
introduce std.io.SeekableStream
Andrew Kelley
2018-11-30
Fixed readBits to cast errors to the correct errorset. See #1810 for why this...
tgschultz
2018-11-30
Increased range of bitwidths tested by "serialize/deserialize Int" tests. Add...
tgschultz
2018-11-30
Added serialization, bitstreams, traits for integer sign, TagPayloadType
tgschultz
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
[next]