zig/lib/std
2020-02-28 19:24:52 -05:00
..
atomic solve recursion in std.atomic.Queue.dump 2020-02-08 16:22:53 -05:00
build separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00
c introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
crypto Merge pull request #4516 from xackus/remove-bytes-to-slice 2020-02-24 13:51:47 -05:00
debug remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
event introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
fmt update std lib to new Target API 2020-02-28 14:51:54 -05:00
fs introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
hash remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
heap Convert a few more page_allocator 2020-01-30 00:27:44 -06:00
http Switch a bunch of FBA to use testing.allocator 2020-02-12 17:17:56 -06:00
io update std lib to new Target API 2020-02-28 14:51:54 -05:00
json std: use testing.allocator in tests 2020-02-14 19:15:09 +11:00
math update std lib to new Target API 2020-02-28 14:51:54 -05:00
meta remove usages of @typeId, @memberCount, @memberName and @memberType 2020-02-24 23:09:01 +02:00
net introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
os introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
rand
special stage1: make get_native_target go through self-hosted 2020-02-28 14:51:56 -05:00
target arm baseline CPU is v7a rather than v6m 2020-02-26 12:37:13 -05:00
testing Add explicit error message for too many frees 2020-01-30 01:12:21 -06:00
time
unicode
valgrind
zig fix CrossTarget.isNative, setGnuLibCVersion, zigTriple 2020-02-28 19:18:27 -05:00
array_list.zig Add an appendValues method to ArrayList to append a value n times. (#4460) 2020-02-19 11:33:35 -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 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 clean up std.Buffer.print 2020-02-24 22:34:06 -05:00
build.zig dynamic_linker becomes a field of std.zig.CrossTarget 2020-02-28 14:51:56 -05:00
builtin.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00
c.zig implement native OS version detection for linux 2020-02-28 14:51:56 -05:00
child_process.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
coff.zig
crypto.zig hashing algorithms: fix logic and index out of bounds 2020-02-24 13:43:54 -05:00
cstr.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
debug.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
dwarf.zig debug: Fix end-of-stream condition in DWARF parser 2020-02-26 21:02:54 -05: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 complete the native target detection based on /usr/bin/env 2020-02-28 14:51:56 -05:00
event.zig self-hosted libc detection 2020-02-16 13:25:30 -05:00
fifo.zig remove @bytesToSlice, @sliceToBytes from std lib 2020-02-21 19:46:53 +01:00
fmt.zig add test for @intToEnum 2020-02-26 11:19:40 -05:00
fs.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -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 introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
http.zig
io.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
json.zig std: tagged unions are broken on arm64 2020-02-19 23:17:04 +11: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 remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
mem.zig Merge pull request #4544 from BarabasGitHub/zeroes-for-non-extern-types 2020-02-24 22:01:56 -05:00
meta.zig remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
mutex.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
net.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
os.zig implement native OS version detection for linux 2020-02-28 14:51:56 -05: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
priority_queue.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
process.zig std.zig.system.NativeTargetInfo.detect: almost no Allocator 2020-02-28 14:51:55 -05:00
progress.zig
rand.zig remove uses of @ArgType and @IntType 2020-02-24 23:39:03 +02:00
rb.zig rb: fix rb.Node.getLast() that never worked 2020-01-30 12:05:57 -05:00
reset_event.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
segmented_list.zig Convert a bunch of page_allocator to testing.allocator 2020-01-29 22:22:01 -06:00
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 introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
start_windows_tls.zig
std.zig
target.zig std.Target.Os.WindowsVersion: non-exhaustive enum 2020-02-28 19:24:52 -05:00
testing.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00
thread.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
time.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
unicode.zig remove @bytesToSlice, @sliceToBytes from std lib 2020-02-21 19:46:53 +01:00
valgrind.zig
zig.zig separate std.Target and std.zig.CrossTarget 2020-02-28 14:51:54 -05:00