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
..
2020-03-18 16:10:57 -04:00
2020-03-12 09:43:45 +01:00
2020-02-28 14:51:54 -05:00
2020-03-12 10:41:09 -05:00
2020-03-12 10:41:09 -05:00
2020-03-18 16:10:57 -04:00
2019-11-08 15:57:24 -05:00
2020-03-12 10:41:09 -05:00
2019-09-25 23:35:41 -04:00
2020-03-18 16:10:57 -04:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-01-29 22:22:01 -06:00
2020-03-18 16:10:57 -04:00
2020-03-12 10:41:09 -05:00
2020-03-10 20:22:30 -04:00
2020-03-10 20:22:30 -04:00
2020-03-11 17:34:12 -04:00
2020-02-16 13:25:30 -05:00
2020-03-18 16:10:57 -04:00
2019-10-11 18:13:24 -04:00
2019-09-25 23:35:41 -04:00
2020-03-12 10:41:09 -05:00
2019-11-12 17:55:54 +02:00
2020-02-22 12:44:21 +01:00
2020-03-12 10:41:09 -05:00
2020-03-18 13:45:52 -04:00
2020-03-10 20:22:30 -04:00
2020-02-24 23:39:03 +02:00
2020-03-12 23:23:12 +01:00
2020-03-12 10:41:09 -05:00
2020-03-12 10:41:09 -05:00