zig/test
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
..
cases fix crash with error peer type resolution 2018-02-09 11:16:04 -05:00
standalone error sets - most tests passing 2018-02-08 02:08:45 -05:00
assemble_and_link.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
behavior.zig add labeled loops, labeled break, labeled continue. remove goto 2017-12-20 23:00:19 -05:00
build_examples.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
compare_output.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
compile_errors.zig fix compiler crash switching on global error with no else 2018-02-09 13:49:58 -05:00
gen_h.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00
runtime_safety.zig error sets: runtime safety for int-to-err and err set cast 2018-02-08 21:54:44 -05:00
tests.zig std lib: modify allocator idiom 2018-02-09 18:27:50 -05:00
translate_c.zig syntax: functions require return type. remove -> 2018-01-25 04:10:11 -05:00