aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fifo.zig
AgeCommit message (Expand)Author
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13std.fifo.LinearFifo: remove `ensureCapacity` (deprecated in 0.9)Eric Joldasov
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-03-15add std.LinearFifo.readableSliceOfLenAndrew Kelley
2023-03-15std.fifo: make toOwnedSlice support head != 0Andrew Kelley
2023-03-15std.fifo: add toOwnedSlice methodAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-09-19std.fifo.LinearFifo: ensureUnusedCapacity and ensureTotalCapacityRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-22std.fifo.LinearFifo - Expose reader and writer type.ducdetronquito
2021-02-21fix readable slice bug (and add tests)rgreenblatt
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-11-18Merge pull request #6434 from daurnimator/fifo.pumpVeikka Tuominen
2020-09-27Make LinearFifo not crash when discarding from empty bufferIan Simonson
2020-09-27std: add LinearFifo(...).pump(src_reader, dest_writer)daurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27Use writer for LinearFifo instead of deprecated outStreamfrmdstryr
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-14self-hosted: fix codegen and resolve some analysis bugsAndrew Kelley
2020-04-02std: add LinearFifo().inStreamdaurnimator
2020-04-02std: LinearFifo matches ArrayList in always having outStream methoddaurnimator
2020-03-31Fix std.fifo.LinearFifoTetralux
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-12Slap in workaround for FifoBenjamin Feng
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-25std: fix mismatched doc-comment/argument names in fifo.rewinddaurnimator
2019-11-25std: clean up fifo.readableSliceMutdaurnimator
2019-11-25std: fifo.deinit didn't need to take a pointerdaurnimator