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
/
fixed_buffer_stream.zig
Age
Commit message (
Expand
)
Author
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-18
dwarf: optimize dwarf parsing for speed
Jacob Young
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-08
Limit Fixed Buffer Stream seekTo (#9023)
Dustin Taylor
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-11
FixedBufferStream: match file semantics more by clamping pos
Andrew Kelley
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-10
fix regressions caused earlier in this branch
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley