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
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-11
std: reader.skipBytes's num_bytes should be a u64
daurnimator
2021-01-08
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-29
std: fix Reader.readUntilDelimiterOrEofAlloc() API
Isaac Freund
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
Added std.io.counting_reader
tgschultz
2020-12-20
std: move serialization to the std lib orphanage
Andrew Kelley
2020-12-03
Make zig fmt happy with multiline arguments for `readAllArrayListAligned`
Lee Cannon
2020-12-02
Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc`
Lee Cannon
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
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-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-02
zig fmt: Patch rename stream to ais (auto indenting stream) & other small ref...
Lachlan Easton
2020-09-01
zig fmt: Fix regression not covered by testing
Lachlan Easton
2020-08-31
zig fmt: Set indent_delta to 2 when rendering inline asm
Lachlan Easton
2020-08-31
zig fmt: Remove dynamic stack from auto-indenting-stream
Lachlan Easton
2020-08-30
Use ArrayList instead of fixed array for auto_indenting_stream
Lachlan Easton
2020-08-30
zig fmt review comments
Lachlan Easton
2020-08-29
Refactor zig fmt indentation. Remove indent from rendering code and have a st...
Lachlan Easton
2020-08-28
Improve io.Reader.skipBytes and add tests
joachimschmidt557
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-22
Add std.fs.File.readAllAlloc tests
Jakub Konka
2020-06-20
zig fmt
Andrew Kelley
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
[next]