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
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-11
fix std.io.Reader regression
Andrew Kelley
2023-01-11
expose std.io.bufferedReaderSize
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-28
std: stop using LinearFifo in BufferedReader (#14029)
Walther Chen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-22
std.io.Reader: bounded array functions
InKryption
2022-07-12
std: update test cases to reflect new packed struct semantics
Andrew Kelley
2022-06-12
Sema: add missing set_union_tag
Veikka Tuominen
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-01-24
readUntilDelimiter*: read only if buffer not full
Pablo Santiago Blum de Aguiar
2022-01-23
Stop using LinearFifo in BufferedWriter
Jimmi Holst Christensen
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-20
Add std.io.Reader.readUntilDelimiter()
Samadi van Koten
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-08
Limit Fixed Buffer Stream seekTo (#9023)
Dustin Taylor
2021-06-04
Makes std.io.StreamSource usable with freestanding
Felix (xq) Queißner
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-04
Fixed error types for GetSeekPosError
Edward Dean
2021-03-12
make std.c.getErrno() return same type as _errno() aka c_int
Sébastien Marie
2021-03-03
std: add io.Writer.writeStruct
daurnimator
2021-02-24
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
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
[next]