aboutsummaryrefslogtreecommitdiff
path: root/std/io_test.zig
AgeCommit message (Expand)Author
2019-02-17fix openWriteNoClobber and add testQuetzal Bradley
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
2018-12-09Minor change to custom (de)serializer to allow them to be defined outside of ...tgschultz
2018-11-30Added explicit test for #1810 issue to io_test.zig.tgschultz
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-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-19do not use an allocator when we don't need to because of the existance of PAT...Shawn Landden
2018-07-29add SliceOutStream, rename SliceStream to SliceInStream (#1301)dbandstra
2018-07-23std.io: PeekStream and SliceStreamNathan Sharp
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-11update std.Buffer APIAndrew Kelley
2018-03-30Rewrite Rand functionsMarc Tiehuis
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-05error sets - fix most std lib compile errorsAndrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2017-11-10disable broken 32 bit windows testAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley