aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/fixed_buffer_stream.zig
AgeCommit message (Expand)Author
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-18dwarf: optimize dwarf parsing for speedJacob Young
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-08Limit Fixed Buffer Stream seekTo (#9023)Dustin Taylor
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-11FixedBufferStream: match file semantics more by clamping posAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-10fix regressions caused earlier in this branchAndrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley