zig/lib/std
Andrew Kelley cd37c1a377
add std.fs.Dir.openRead
This is progress towards file system APIs that encourage avoiding
Time Of Check, Time Of Use bugs.
2019-11-21 17:07:29 -05:00
..
atomic use @atomicStore in std lib 2019-11-13 00:52:15 +02:00
build
c update the codebase to use @as 2019-11-08 15:57:24 -05:00
crypto std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
debug update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
event Merge pull request #3675 from Vexu/atomic-store 2019-11-13 03:06:55 +00:00
fmt update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
fs add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
hash update the codebase to use @as 2019-11-08 15:57:24 -05:00
heap
http update the codebase to use @as 2019-11-08 15:57:24 -05:00
io update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
json std.json.Value: added dumpStream(), utilize WriteStream for dump() 2019-11-06 18:21:52 -05:00
math update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
meta update the codebase to use @as 2019-11-08 15:57:24 -05:00
net Make StreamServer return address of accecpted client 2019-11-19 01:06:04 +00:00
os add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
rand update the codebase to use @as 2019-11-08 15:57:24 -05:00
special add container doc comments to generated docs 2019-11-15 15:17:59 +02:00
time
unicode std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
valgrind std: add a couple of tests to valgrind module 2019-11-17 14:16:09 +11:00
zig self-hosted tokenizer handles \r in string literals 2019-11-20 21:03:17 -05:00
array_list.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
ascii.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
atomic.zig
base64.zig
bloom_filter.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
buf_map.zig
buf_set.zig
buffer.zig basic DNS address resolution for linux without libc 2019-10-29 02:19:22 -04:00
build.zig Merge pull request #3447 from Sahnvour/vcpkg 2019-11-12 20:16:01 +01:00
builtin.zig implement anon struct literal syntax 2019-11-11 13:11:58 -05:00
c.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
child_process.zig std.ChildProcess.spawn has a consistent error set 2019-11-10 15:40:27 -05:00
coff.zig
crypto.zig crypto: Add AES implementation 2019-11-01 22:42:25 -04:00
cstr.zig
debug.zig add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
dwarf.zig
dynamic_library.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
elf.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
event.zig std lib networking improvements, especially non-blocking I/O 2019-10-29 22:59:30 -04:00
fifo.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
fmt.zig Fix missing @as cast in std.fmt.formatInt (#3650) 2019-11-10 23:08:24 +00:00
fs.zig add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
hash.zig merge dumps tool: merging ast nodes 2019-10-11 18:13:24 -04:00
hash_map.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
heap.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
http.zig
io.zig add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
json.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
lazy_init.zig use enum with atomics in std lib 2019-11-12 17:55:54 +02:00
linked_list.zig
macho.zig
math.zig add std.math.tau constant (equivalent to 2 * pi) 2019-11-19 06:20:20 +00:00
mem.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
meta.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
mutex.zig use enum with atomics in std lib 2019-11-12 17:55:54 +02:00
net.zig Make StreamServer return address of accecpted client 2019-11-19 01:06:04 +00:00
os.zig fix regressed tests and update docs to use "type coercion" 2019-11-08 15:57:25 -05:00
packed_int_array.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
parker.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
pdb.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
priority_queue.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
process.zig get rid of std.os.foo.is_the_target 2019-10-24 01:14:52 -04:00
progress.zig std.io.getStdOut and related fns no longer can error 2019-11-13 04:01:40 +00:00
rand.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
rb.zig
segmented_list.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
sort.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
spinlock.zig use @atomicStore in std lib 2019-11-13 00:52:15 +02:00
std.zig Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-adaptive_lock 2019-11-08 01:21:22 -05:00
target.zig build: initial support for using vcpkg libraries 2019-11-09 12:37:38 +01:00
testing.zig std.testing.expectEqual: show differing pointer values 2019-11-19 06:22:34 +00:00
thread.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
time.zig update the codebase to use @as 2019-11-08 15:57:24 -05:00
unicode.zig update more of the std lib to use @as 2019-11-08 15:57:25 -05:00
valgrind.zig std: add a couple of tests to valgrind module 2019-11-17 14:16:09 +11:00
zig.zig