zig/lib/std
tgschultz 00ec81b0dc Overhauled leb128:
handles integers < 8 bits
    incorrect overflow bugs fixed
    simplified *mem implementations
    added wrte* functions
    added thurough write/read testing
2020-06-16 16:20:59 +00:00
..
atomic
build Fix a few std.sort.sort invocations 2020-06-12 13:33:31 -04:00
c Use std.ComptimeStringMap in the C tokenizer 2020-05-26 23:10:08 -07:00
crypto Merge pull request #5189 from zigazeljko/patch-1 2020-05-16 13:20:14 +03:00
debug Overhauled leb128: 2020-06-16 16:20:59 +00:00
event (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
fmt
fs Add unit test for std.fs.wasi.PreopenList 2020-06-11 23:00:02 +02:00
hash Optimization of vectors hashing 2020-05-06 17:08:49 +05:00
heap small bump to ArenaAllocator minimum alloc size 2020-05-20 16:30:28 -04:00
http std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
io Support Reader for InStream 2020-06-09 13:36:17 -04:00
json run zig fmt on std lib 2020-05-24 10:04:09 -04:00
math fix memory errors 2020-06-09 00:17:22 -04:00
meta Merge pull request #5449 from data-man/more_traits 2020-06-01 14:50:01 -04:00
net Test case for tcpConnectToHost fix 2020-06-07 22:39:35 +10:00
os std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY status 2020-06-04 22:53:23 -04:00
rand
special Merge pull request #4976 from xackus/std-lib-docs 2020-06-01 14:50:05 +03:00
target Add strict_align to pre-v6 ARM targets 2020-06-12 13:43:12 -04:00
testing
time (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
unicode
valgrind
zig add workaround for #5599 2020-06-14 20:13:02 +03:00
array_list.zig pass allocator to self.resize() in appendNTimes() 2020-06-02 09:59:13 -05:00
array_list_sentineled.zig
ascii.zig Creates std.ascii.control_code that contains the C0 control codes as named constants. 2020-05-16 12:46:44 -04:00
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
build.zig Added custom build step id, made tests.zig steps use it 2020-05-25 11:36:12 +03:00
builtin.zig
c.zig Add declaration for libc ioctl 2020-06-02 14:56:19 -04:00
cache_hash.zig fix std lib tests for WASI 2020-05-25 19:46:28 -04:00
child_process.zig
coff.zig
comptime_string_map.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
crypto.zig
cstr.zig
debug.zig support Writer instead of OutStream 2020-06-08 22:59:28 -04:00
dwarf.zig publicize member functions affected by #4909 2020-05-08 14:26:28 +03:00
dwarf_bits.zig
dynamic_library.zig publicize member functions affected by #4909 2020-05-08 14:26:28 +03:00
elf.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
event.zig
fifo.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
fmt.zig Fix formatting of floating point values with the B and Bi specifiers 2020-06-12 13:38:12 -04:00
fs.zig cleanups 2020-05-29 18:30:09 -04:00
hash.zig
hash_map.zig std.HashMap: allow ensureCapacity with a zero parameter 2020-06-02 14:41:45 -04:00
heap.zig Expose full llvm intrinsic 2020-06-09 00:22:34 -04:00
http.zig
io.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
json.zig Support stringify for vectors (#5441) 2020-05-28 23:10:16 -04:00
linked_list.zig run zig fmt on std lib 2020-05-24 10:04:09 -04:00
macho.zig
math.zig
mem.zig rename std.mem.defaultInit to std.mem.zeroInit 2020-06-01 14:47:18 -04:00
meta.zig Fix a few std.sort.sort invocations 2020-06-12 13:33:31 -04:00
mutex.zig
net.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
once.zig
os.zig Windows: Fix std.fs.Dir.deleteDir() deleting files 2020-06-04 22:51:58 -04:00
packed_int_array.zig Fix typo in PackedIntArray tests 2020-05-30 23:17:55 +02:00
pdb.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
priority_queue.zig Make PriorityQueue.Iterator public 2020-05-13 18:38:03 +03:00
process.zig Support Reader for InStream 2020-06-09 13:36:17 -04:00
progress.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
rand.zig make rand function public, fixes crypto benchmark 2020-05-20 21:27:08 -04:00
rb.zig
reset_event.zig (breaking) std.time fixups and API changes 2020-05-24 21:40:08 -04:00
segmented_list.zig Add writeToSlice method to SegmentedList. (#5405) 2020-05-26 13:04:25 -04:00
sort.zig std.sort: give comparator functions a context parameter 2020-06-08 15:16:40 -04:00
spinlock.zig
start.zig
start_windows_tls.zig
std.zig Add std.ComptimeStringMap 2020-05-26 21:34:55 -07:00
target.zig
testing.zig std.testing: fix a crash when printing diffs 2020-05-22 00:27:51 -04:00
thread.zig
time.zig fixed timestamp() 2020-06-01 14:43:13 -04:00
unicode.zig
valgrind.zig
zig.zig