zig/std
2019-09-03 13:45:02 -04:00
..
atomic heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
build
c fixups 2019-08-20 15:25:30 -04:00
crypto Update hash/crypto benchmark scripts 2019-08-21 20:34:12 +12:00
debug
event hash_map: adding a StringHashMap for convenience 2019-08-24 15:30:23 +02:00
fmt Fix addition direction, remove superfluous loop counter, add tests 2019-09-03 13:45:02 -04:00
fs improvements to std lib for event-based I/O 2019-08-16 21:29:29 -04:00
hash add suggestion to AutoHash compile error message 2019-08-28 14:38:55 -04:00
heap fixups 2019-06-27 12:04:14 -04:00
http hash_map: adding a StringHashMap for convenience 2019-08-24 15:30:23 +02:00
io add missing error code for DeleteFileW 2019-06-26 14:32:19 -04:00
json
math std/fmt: Make FormatOptions arguments non-comptime 2019-08-19 22:28:13 +12:00
meta different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
os Revert "Merge pull request #2991 from emekoi/mingw-ci" 2019-09-01 00:33:02 -04:00
rand
special run new zig fmt and remove stale comment 2019-08-29 21:23:49 -07:00
time
unicode std.unicode.utf8ToUtf16Le: improve performance 2019-07-15 19:35:10 -04:00
valgrind
zig run new zig fmt and remove stale comment 2019-08-29 21:23:49 -07:00
array_list.zig align(@alignOf(T)) T does not force resolution of T 2019-08-30 14:53:44 -04:00
ascii.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
atomic.zig
base64.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
buf_map.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
buf_set.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
buffer.zig
build.zig add ability to specify darwin framework search dirs 2019-09-02 11:48:06 -04:00
c.zig add std.c.printf 2019-08-20 14:42:39 -04:00
child_process.zig code formatting 2019-07-05 14:14:25 -04:00
coff.zig coff & pdb: improved correctness of our implementation, it is now able to handle stage1's pdb and print its stack traces 2019-07-29 23:40:18 +02:00
crypto.zig std: add gimli permutation to crypto 2019-06-16 22:55:38 -04:00
cstr.zig
debug.zig std: return Elf object from constructors instead of filling in pointer 2019-08-03 15:56:25 +10:00
dwarf.zig
dynamic_library.zig
elf.zig std: remove elf.auto_close_stream and elf.prealloc_file 2019-08-04 16:27:36 +10:00
event.zig
fmt.zig std/fmt: Make FormatOptions arguments non-comptime 2019-08-19 22:28:13 +12:00
fs.zig improvements to std lib for event-based I/O 2019-08-16 21:29:29 -04:00
hash_map.zig hash_map: adding a StringHashMap for convenience 2019-08-24 15:30:23 +02:00
hash.zig Simplify wyhash and improve speed 2019-08-27 19:42:37 +02:00
heap.zig fixups 2019-06-27 12:04:14 -04:00
http.zig std: add std.http.Headers field 2019-06-11 22:54:40 +10:00
io.zig Fix InStream.readNoEof 2019-08-20 14:52:10 -04:00
json.zig Update for new fmt.zig formatting 2019-06-30 22:25:03 +12:00
lazy_init.zig
linked_list.zig std: Add singly linked list 2019-06-10 15:41:40 +10:00
macho.zig
math.zig allow comptime_int to implicit cast to comptime_float 2019-08-11 12:01:02 -04:00
mem.zig support recursive async and non-async functions 2019-08-30 20:06:02 -04:00
meta.zig remove coroutines implementation and promise type 2019-07-19 18:18:44 -04:00
mutex.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
net.zig improvements to std lib for event-based I/O 2019-08-16 21:29:29 -04:00
os.zig fixups 2019-08-20 15:25:30 -04:00
packed_int_array.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
pdb.zig pdb: improved stream reading performance, printing stack trace from a stage1 crash is now 10x faster 2019-07-29 23:40:18 +02:00
priority_queue.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
process.zig fixed slice length in getEnvVarOwned 2019-07-17 12:13:50 -04:00
rand.zig fix array literal syntax 2019-06-10 00:39:40 -04:00
rb.zig zig fmt 2019-08-15 18:19:04 -04:00
segmented_list.zig fix std.fmt to handle std.SegmentedList 2019-07-29 16:32:26 -04:00
sort.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
spinlock.zig
statically_initialized_mutex.zig heap: make one global instance of DirectAllocator 2019-06-22 14:10:53 -04:00
std.zig hash_map: adding a StringHashMap for convenience 2019-08-24 15:30:23 +02:00
testing.zig add the anyframe and anyframe->T types 2019-07-26 19:52:35 -04:00
thread.zig
time.zig
unicode.zig fix build on windows 2019-07-15 19:50:56 -04:00
valgrind.zig
zig.zig