zig/lib/std
2020-03-13 15:17:53 -04:00
..
atomic Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
build add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
c std: Add setEndPos to fs.file 2020-03-12 09:43:45 +01:00
crypto short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
debug update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
event Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
fmt update std lib to new Target API 2020-02-28 14:51:54 -05:00
fs Add NtDll-based ftruncate implementation 2020-03-13 08:45:37 +01:00
hash short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
heap update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
http Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
io Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
json update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
math Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
meta remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
net Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
os Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-format-stream 2020-03-13 11:31:11 -04:00
rand
special Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
target Merge remote-tracking branch 'origin/master' into llvm10 2020-03-03 09:44:13 -05:00
testing
time
unicode
valgrind
zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
array_list.zig fixups & make some API decisions 2020-03-06 18:49:13 -05:00
ascii.zig Switch a bunch of FBA to use testing.allocator 2020-02-12 17:17:56 -06:00
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
buffer.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
build.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
builtin.zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
c.zig std: Add setEndPos to fs.file 2020-03-12 09:43:45 +01:00
child_process.zig fix std.ChildProcess on Windows 2020-03-10 21:09:49 -04:00
coff.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
crypto.zig hashing algorithms: fix logic and index out of bounds 2020-02-24 13:43:54 -05:00
cstr.zig breaking: std.mem.len no longer takes a type argument 2020-03-01 13:21:39 -05:00
debug.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
dwarf.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -04:00
dwarf_bits.zig debug: Split the DWARF stuff in its own file 2020-02-20 19:41:28 +01:00
dynamic_library.zig complete the native target detection based on /usr/bin/env 2020-02-28 14:51:56 -05:00
elf.zig fix regressions in elf parsing code 2020-03-11 17:34:12 -04:00
event.zig self-hosted libc detection 2020-02-16 13:25:30 -05:00
fifo.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
fmt.zig Merge remote-tracking branch 'origin/master' into llvm10 2020-03-13 15:17:53 -04:00
fs.zig fix footguns in File readAll functions 2020-03-11 13:06:30 -04:00
hash.zig
hash_map.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
heap.zig update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
http.zig
io.zig add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
json.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -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 delete extra code, more forgiveness 2020-02-22 12:44:21 +01:00
math.zig std: use testing.expectEqual in math.absCast tests 2020-03-05 16:02:26 +11:00
mem.zig Merge pull request #4709 from LemonBoy/implement-2096 2020-03-11 14:22:40 -04:00
meta.zig std: format contents of sentinel terminated many pointers 2020-03-01 13:04:29 -05:00
mutex.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
net.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
os.zig Merge pull request #4716 from LemonBoy/sys-misc 2020-03-13 11:18:08 -04:00
packed_int_array.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
pdb.zig fix regressions found by test suite 2020-03-10 20:22:30 -04:00
priority_queue.zig
process.zig std: use ArrayList instead of Buffer from std/process.zig 2020-03-06 18:49:12 -05:00
progress.zig fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
rand.zig remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
rb.zig
reset_event.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
segmented_list.zig
sort.zig Switch a bunch of FBA to use testing.allocator 2020-02-12 17:17:56 -06:00
spinlock.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
start.zig std/os/uefi: status reform 2020-03-12 23:23:12 +01:00
start_windows_tls.zig
std.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
target.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
testing.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
thread.zig std.Thread.cpuCount on Windows uses the PEB 2020-02-29 22:13:09 -05:00
time.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
unicode.zig Implement UTF-8 to UTF-16LE literal conversion 2020-03-07 19:21:28 -05:00
valgrind.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
zig.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00