aboutsummaryrefslogtreecommitdiff
path: root/std/io.zig
AgeCommit message (Expand)Author
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-02introduce std.io.SeekableStreamAndrew Kelley
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
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-09fix std.io.readline to work on windowsAndrew Kelley
2018-04-02std.io.readLine functionAndrew Kelley
2018-03-31Fix undeclared identifier error in readUntilDelimiterBuffer and incorrect num...Raul Leal
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-10std zig tokenizer: don't require 3 newlines at the end of the sourceAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-09fix compiler crash switching on global error with no elseAndrew Kelley
2018-02-08Merge remote-tracking branch 'origin/master' into error-setsAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-05error sets - fix most std lib compile errorsAndrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley
2018-02-05make OutStream and InStream take an error set paramAndrew Kelley
2018-02-02*WIP* error sets - correctly resolve inferred error setsAndrew Kelley
2018-02-01*WIP* error sets - allow peer type resolution to create new error setAndrew Kelley
2018-02-01*WIP* error sets - fix implicit castAndrew Kelley