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_test.zig
Age
Commit message (
Expand
)
Author
2019-02-17
fix openWriteNoClobber and add test
Quetzal Bradley
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
2018-12-09
Minor change to custom (de)serializer to allow them to be defined outside of ...
tgschultz
2018-11-30
Added explicit test for #1810 issue to io_test.zig.
tgschultz
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-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-19
do not use an allocator when we don't need to because of the existance of PAT...
Shawn Landden
2018-07-29
add SliceOutStream, rename SliceStream to SliceInStream (#1301)
dbandstra
2018-07-23
std.io: PeekStream and SliceStream
Nathan Sharp
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-11
update std.Buffer API
Andrew Kelley
2018-03-30
Rewrite Rand functions
Marc Tiehuis
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-05
error sets - fix most std lib compile errors
Andrew Kelley
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2017-11-10
disable broken 32 bit windows test
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley