aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io.zig
AgeCommit message (Expand)Author
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-10-15Replaced setTag hack in Deserialize with @unionInittgschultz
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-10-10Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley