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
/
fifo.zig
Age
Commit message (
Expand
)
Author
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
std.fifo.LinearFifo: remove `ensureCapacity` (deprecated in 0.9)
Eric Joldasov
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-03-15
add std.LinearFifo.readableSliceOfLen
Andrew Kelley
2023-03-15
std.fifo: make toOwnedSlice support head != 0
Andrew Kelley
2023-03-15
std.fifo: add toOwnedSlice method
Andrew Kelley
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-09-19
std.fifo.LinearFifo: ensureUnusedCapacity and ensureTotalCapacity
Ryan Liptak
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-22
std.fifo.LinearFifo - Expose reader and writer type.
ducdetronquito
2021-02-21
fix readable slice bug (and add tests)
rgreenblatt
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-11-18
Merge pull request #6434 from daurnimator/fifo.pump
Veikka Tuominen
2020-09-27
Make LinearFifo not crash when discarding from empty buffer
Ian Simonson
2020-09-27
std: add LinearFifo(...).pump(src_reader, dest_writer)
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-27
Use writer for LinearFifo instead of deprecated outStream
frmdstryr
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-04-02
std: add LinearFifo().inStream
daurnimator
2020-04-02
std: LinearFifo matches ArrayList in always having outStream method
daurnimator
2020-03-31
Fix std.fifo.LinearFifo
Tetralux
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-12
Slap in workaround for Fifo
Benjamin Feng
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
std: fix mismatched doc-comment/argument names in fifo.rewind
daurnimator
2019-11-25
std: clean up fifo.readableSliceMut
daurnimator
2019-11-25
std: fifo.deinit didn't need to take a pointer
daurnimator
2019-11-25
std: add fifo.writeItem
daurnimator
2019-11-25
std: fix bug in fifo.unget if rewinding doesn't wrap around
daurnimator
[next]