aboutsummaryrefslogtreecommitdiff
path: root/std/io.zig
AgeCommit message (Expand)Author
2019-04-25add preliminary windows support to std.io.COutStreamAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-03Changes as suggested by andrewrktgschultz
2019-04-03(De)serializer now uses enum instead of bool to determine packing mode (byte/...tgschultz
2019-03-31fixed broken casts in stdemekoi
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-17fixupsAndrew Kelley
2019-02-16fix BufferedInStream not reading delayed inputsjdh02
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-06Fixed Serializer and BitOutStream when used with streams that have empty erro...tgschultz
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-01add compile errror for @bitCast when bit counts mismatchAndrew Kelley
2019-02-01Merge pull request #1775 from tgschultz/stdlib-serializationAndrew Kelley
2018-12-19std.io: call the idiomatic std.mem.readInt functionsAndrew Kelley
2018-12-13add mem.readVarInt, fix InStream.readVarInt, fix stack tracesAndrew Kelley
2018-12-13fix mistakes introduced in b883bc8Andrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-09Minor doc-comment fix.tgschultz
2018-12-09Minor change to custom (de)serializer to allow them to be defined outside of ...tgschultz
2018-12-02introduce std.io.SeekableStreamAndrew Kelley
2018-11-30Fixed readBits to cast errors to the correct errorset. See #1810 for why this...tgschultz
2018-11-30Increased range of bitwidths tested by "serialize/deserialize Int" tests. Add...tgschultz
2018-11-30Added serialization, bitstreams, traits for integer sign, TagPayloadTypetgschultz
2018-11-29Implemented new more flexible readLineFrom (#1801)Jimmi Holst Christensen
2018-11-15more fixes related to readStruct APIAndrew Kelley
2018-11-15Have readStruct in stream return a value instead of taking a pointerJimmi HC
2018-11-15Added NullOutStream and CountingOutStream (#1722)Jimmi Holst Christensen
2018-11-15zig fmt: add --check flagAndrew Kelley
2018-11-14io read/write int be/le optimizationsJosh Wolfe
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-31Merge branch 'add-test-for-atomic-Queue-dump' of https://github.com/winksavil...Andrew Kelley
2018-10-16std.io: fix compile error when InStream has empty error setAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-14Add test for Queue.dumpWink Saville
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-08-31finding source file, line, and column infoAndrew Kelley
2018-08-29printing info from the ModuleInfo substream of DebugInfoAndrew Kelley
2018-08-24macos stack traces have address-to-line translationAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-07-30introduce std.event.fs for async file system functionsAndrew Kelley
2018-07-29add SliceOutStream, rename SliceStream to SliceInStream (#1301)dbandstra
2018-07-28add skipBytes function to InStreamdbandstra
2018-07-28add int writing functions to OutStreamdbandstra
2018-07-23std.io: PeekStream and SliceStreamNathan Sharp
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley