zig/lib/std/build
Andrew Kelley 27affde592
(breaking) clarify openDir API
* remove deprecated `std.fs.Dir` APIs
 * `std.fs.Dir.openDir` now takes a options struct with bool fields for
   `access_sub_paths` and `iterate`. It's now much more clear how
   opening directories works.
 * fixed the std lib and various zig code calling the wrong openDir
   function.
 * the runtime safety check for dir flags is removed in favor of the
   cheaper option of putting a comment on the same line as handling
   EBADF / ACCESS_DENIED, since that will show up in stack traces.
2020-03-18 16:10:57 -04:00
..
check_file.zig rework and improve some of the zig build steps 2020-01-05 02:19:22 -05:00
emit_raw.zig add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
fmt.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
run.zig Change the default stdin behavior of RunStep to .Inherit 2020-03-16 17:23:53 -04:00
translate_c.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00
write_file.zig (breaking) clarify openDir API 2020-03-18 16:10:57 -04:00