zig/lib/std
2020-03-10 18:44:30 -04:00
..
atomic update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
build fixups & make some API decisions 2020-03-06 18:49:13 -05:00
c std: fix sendfile on macOS and FreeBSD 2020-03-05 20:46:28 -05: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 add std.event.Loop pread and faccessat 2020-03-07 19:13:21 -05:00
fmt update std lib to new Target API 2020-02-28 14:51:54 -05:00
fs (breaking) rework stream abstractions 2020-03-10 15:32:32 -04: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 Switch a bunch of FBA to use testing.allocator 2020-02-12 17:17:56 -06:00
io update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
json update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
math short std.builtin enum literals in std lib 2020-03-01 13:57:41 -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 update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
rand
special Generated documentation mobile support 2020-03-04 10:47:21 -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 zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
valgrind string literals are now null terminated 2019-11-21 20:43:41 -05:00
zig update standard library to new I/O streams API 2020-03-10 18:44:30 -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 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 update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
build.zig Use in_stream.readAllAlloc where sensible 2020-03-06 18:49:12 -05:00
builtin.zig stage1: make get_optional_type more robust 2020-03-06 18:30:30 -05:00
c.zig std: add os.fstatat 2020-03-03 13:25:43 -05:00
child_process.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -04:00
coff.zig fix windows std lib regressions 2019-11-29 21:55:27 -05: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 (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
dwarf.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -04:00
dynamic_library.zig complete the native target detection based on /usr/bin/env 2020-02-28 14:51:56 -05:00
elf.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -04: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 std: use std.ArrayList instead of std.Buffer in std/fmt.zig tests 2020-03-06 18:49:13 -05:00
fs.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -04:00
hash_map.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
hash.zig
heap.zig update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
http.zig
io.zig update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
json.zig update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
lazy_init.zig use enum with atomics in std lib 2019-11-12 17:55:54 +02:00
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 add allocSentinel function 2020-03-10 15:03:59 -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 update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
os.zig (breaking) rework stream abstractions 2020-03-10 15:32:32 -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 (breaking) rework stream abstractions 2020-03-10 15:32:32 -04:00
priority_queue.zig Promoted "leak_count_allocator" to the main testing.allocator 2020-01-29 22:22:00 -06:00
process.zig std: use ArrayList instead of Buffer from std/process.zig 2020-03-06 18:49:12 -05:00
progress.zig (breaking) improve and simplify fixed buffer streams API 2020-03-10 16:31:04 -04:00
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_windows_tls.zig un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
start.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
std.zig (breaking) improve and simplify fixed buffer streams API 2020-03-10 16:31:04 -04:00
target.zig cleanup CPU model & feature detection 2020-03-06 19:47:03 -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