zig/lib/std/zig
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
..
system std: One more cpuid fix 2020-03-08 12:43:32 -04:00
ast.zig use anon literals in ast.zig and parse.zig 2020-03-15 01:11:58 +02:00
cross_target.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
parse.zig use anon literals in ast.zig and parse.zig 2020-03-15 01:11:58 +02:00
parse_string_literal.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
parser_test.zig zig fmt: Respect trailing commas in error set declarations 2020-03-18 11:15:22 -04:00
perf_test.zig Run zig fmt 2020-02-01 11:32:53 +01:00
render.zig zig fmt: Respect trailing commas in error set declarations 2020-03-18 11:15:22 -04:00
system.zig (breaking) clarify openDir API 2020-03-18 16:10:57 -04:00
tokenizer.zig std: Remove now-superflous hack 2020-02-16 19:53:53 +01:00