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
/
test.zig
Age
Commit message (
Expand
)
Author
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-11-02
std: Fix syscall stubs passing 64bit offsets for BE targets
LemonBoy
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-09
Support Reader for InStream
Jonathan Marler
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-04-24
Add mips support to standard library
Timon Kruiper
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-10
update standard library to new I/O streams API
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-24
remove uses of `@ArgType` and `@IntType`
Vexu
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-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-01-21
enable native CPU feature for windows; disable failing tests
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
add missing error code handling on Windows
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
string literals are now null terminated
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-16
Fix compilation of updateTimes on 32bit platforms
LemonBoy
2019-09-27
fix glibc builds on aarch64-linux-gnu
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley