aboutsummaryrefslogtreecommitdiff
path: root/std/io.zig
AgeCommit message (Expand)Author
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
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-19usize might be same size as LARGE_INTEGER. If that's the case, then we don't ...Jimmi Holst Christensen
2018-01-19We now make a more correct conversion from windows LARGE_INTEGER type to usizeJimmi Holst Christensen
2018-01-19Removed bitcast from usize to isize in seekToJimmi Holst Christensen
2018-01-19Now using the right unexpectedError in seekForwardJimmi Holst Christensen
2018-01-19Implemented windows versions of seekTo and getPosJimmi Holst Christensen
2018-01-15clean up error return tracingAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-11self-hosted: parsing and rendering blocksAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-12-04read a fileAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-11-29better error code for File.getEndPos failureAndrew Kelley
2017-11-10fix test failure on 32 bit windowsAndrew Kelley
2017-11-10add windows implementation of io.File.getEndPosAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-11-06fix typos in std.io (#589)scurest
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-15std.io: fix bug when writing large bufferAndrew Kelley
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-15fix child process stdio piping behavior on windowsAndrew Kelley
2017-10-15use correct integer type for windows BOOLAndrew Kelley
2017-10-14implement io.OutStream.openMode for windowsAndrew Kelley
2017-10-14std.io: remove unused constantsAndrew Kelley
2017-10-10fix std.io.OutStream.close for windowsAndrew Kelley
2017-10-09implement std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-10-03fix isatty for macOS and libc (#523)Snorre