zig/doc
Andrew Kelley 46aa416c48 std.os and std.io API update
* move std.io.File to std.os.File
 * add `zig fmt` to self hosted compiler
 * introduce std.io.BufferedAtomicFile API
 * introduce std.os.AtomicFile API
 * add `std.os.default_file_mode`
 * change FileMode on posix from being a usize to a u32
 * add std.os.File.mode to return mode of an open file
 * std.os.copyFile copies the mode from the source file instead of
   using the default file mode for the dest file
 * move `std.os.line_sep` to `std.cstr.line_sep`
2018-02-10 21:02:24 -05:00
..
codegen.md
docgen.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
langref.html.in syntax: parse ?error!i32 as ?(error!i32) 2018-02-08 22:30:08 -05:00
semantic_analysis.md
targets.md update C headers to clang 5.0.0 2017-09-30 18:20:55 -04:00