zig/std
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
..
c std: fix return type of std.c.write 2018-02-08 20:46:12 -05:00
crypto *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
debug std.os and std.io API update 2018-02-10 21:02:24 -05:00
fmt Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
math *WI* error sets - basic support working 2018-02-02 14:26:14 -05:00
os std.os and std.io API update 2018-02-10 21:02:24 -05:00
special Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
array_list.zig Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
base64.zig *WIP* error sets - support fns called at comptime 2018-02-03 11:51:29 -05:00
buf_map.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
buf_set.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
buffer.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
build.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
cstr.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
dwarf.zig
elf.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
empty.zig
endian.zig
hash_map.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
heap.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
index.zig self hosted compiler: move tokenization and parsing to std lib 2018-02-09 13:08:02 -05:00
io_test.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
io.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
linked_list.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
mem.zig *WIP* error sets - correctly resolve inferred error sets 2018-02-02 18:13:32 -05:00
net.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
rand_test.zig
rand.zig
sort.zig
unicode.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00