zig/lib/std
Andrew Kelley 3fce8008cc
skip self-hosted for now as we work towards async I/O
1. behavior tests with --test-evented-io
 2. std lib tests with --test-evented-io
 3. fuzz test evented I/O a bit, make it robust
 4. make sure it works on all platforms (kqueue, Windows IOCP,
    epoll/other)
 5. restart efforts on self-hosted
2020-02-07 12:30:16 -05:00
..
atomic Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
build Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep 2020-02-03 15:07:34 -05:00
c Merge pull request #4363 from Vexu/trans-std-c 2020-02-05 14:29:39 -05:00
crypto blake3: Workaround issue #4373 with named types 2020-02-02 18:44:50 -05:00
debug Move FailingAllocator to testing 2020-01-29 17:38:42 -06:00
event more std lib async I/O integration 2020-02-06 18:05:50 -05:00
fmt enable native CPU feature for windows; disable failing tests 2020-01-21 21:46:06 -05:00
fs skip self-hosted for now as we work towards async I/O 2020-02-07 12:30:16 -05:00
hash Run zig fmt 2020-02-01 11:32:53 +01:00
heap Convert a few more page_allocator 2020-01-30 00:27:44 -06:00
http std: fix bug in http.headers where .put captures user-held variable 2020-01-21 03:17:36 +11:00
io more std lib async I/O integration 2020-02-06 18:05:50 -05:00
json json: disallow overlong and out-of-range UTF-8 2020-01-07 12:07:44 -05:00
math enable native CPU feature for windows; disable failing tests 2020-01-21 21:46:06 -05:00
meta self-hosted: manually parse args 2019-12-11 02:08:33 -05:00
net std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
os add fcntl support on darwin 2020-02-07 12:11:15 -05:00
rand
special more std lib async I/O integration 2020-02-06 18:05:50 -05:00
target fix incorrect list of sub-arches for aarch64 2020-01-23 13:02:45 -05:00
testing Add explicit error message for too many frees 2020-01-30 01:12:21 -06:00
time
unicode zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
valgrind
zig fmt: Fix one more edge case in container formatting 2020-02-03 16:03:48 -05:00
array_list.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
ascii.zig
atomic.zig
base64.zig
bloom_filter.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
buf_map.zig Fix BufMap value leak 2020-01-29 22:22:01 -06:00
buf_set.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
buffer.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
build.zig Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep 2020-02-03 15:07:34 -05:00
builtin.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
c.zig add fcntl support on darwin 2020-02-07 12:11:15 -05:00
child_process.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
coff.zig fix windows std lib regressions 2019-11-29 21:55:27 -05:00
crypto.zig crypto: Add BLAKE3 hashing algorithm 2020-02-01 23:03:23 -05:00
cstr.zig fix std.mem.addNullByte and implement sentinel slicing 2019-12-20 18:28:56 -05:00
debug.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
dwarf.zig
dynamic_library.zig fixed typo - "path" lead to undeclared identifier 2020-01-18 17:56:53 -05:00
elf.zig Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep 2020-02-03 15:07:34 -05:00
event.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
fifo.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
fmt.zig std.fmt.format: comptime output parameter 2020-02-05 16:52:18 -05:00
fs.zig implement os.pipe2 for darwin 2020-02-07 11:28:42 -05:00
hash.zig
hash_map.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
heap.zig Move debug.global_allocator to testing.allocator 2020-01-29 12:21:29 -06:00
http.zig
io.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
json.zig Merge pull request #4091 from xackus/json_copy_strings 2020-01-07 16:42:14 -05:00
lazy_init.zig
linked_list.zig more std lib async I/O integration 2020-02-06 18:05:50 -05:00
macho.zig
math.zig Add clamp function to math module 2020-01-14 13:06:46 -05:00
mem.zig std: allocator interface sets freed memory to undefined 2020-01-21 03:17:40 +11:00
meta.zig progress towards merging 2020-01-19 20:54:04 -05:00
mutex.zig NTSTATUS is a non-exhaustive enum 2020-01-31 22:33:17 +11:00
net.zig std.fmt.format: comptime output parameter 2020-02-05 16:52:18 -05:00
os.zig add fcntl support on darwin 2020-02-07 12:11:15 -05:00
packed_int_array.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
pdb.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
priority_queue.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
process.zig Fix errant reference to page_allocator 2020-01-29 22:22:01 -06:00
progress.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
rand.zig remove type coercion from array values to references 2019-11-27 03:37:50 -05:00
rb.zig rb: fix rb.Node.getLast() that never worked 2020-01-30 12:05:57 -05:00
reset_event.zig NTSTATUS is a non-exhaustive enum 2020-01-31 22:33:17 +11:00
segmented_list.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
sort.zig Change API for binarySearch fn 2020-02-03 21:51:03 +01:00
spinlock.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
start.zig Small cleanups 2020-01-19 00:11:45 +01:00
start_windows_tls.zig un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
std.zig progress towards merging 2020-01-19 20:54:04 -05:00
target.zig Add InstallRawStep to Zig build system that does a similar job to llvm-objcopy. To use it, do 'exe.installRaw("kernel.bin");' where exe is a LibExeObjStep 2020-02-03 15:07:34 -05:00
testing.zig Convert a few more page_allocator 2020-01-30 00:27:44 -06:00
thread.zig zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
time.zig
unicode.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
valgrind.zig std.fmt.format: tuple parameter instead of var args 2019-12-08 22:53:51 -05:00
zig.zig