zig/lib/std
LemonBoy 28dbc58837 Address review comments 2020-03-21 09:54:49 +01:00
..
atomic Merge pull request #4707 from Vexu/small-atomics 2020-03-12 18:55:16 -04:00
build (breaking) clarify openDir API 2020-03-18 16:10:57 -04:00
c std: Add setEndPos to fs.file 2020-03-12 09:43:45 +01:00
crypto update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04: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 fix swapped logic for Windows 2020-03-18 16:42:47 -04:00
hash update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04: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 fix Serializer to work with new OutStream API 2020-03-15 14:17:16 -04:00
json update standard library to new I/O streams API 2020-03-10 18:44:30 -04:00
math clean up some self-hosted bitrot + don't assume libstdc++ 2020-03-17 23:03:45 -04:00
meta std lib fixups for new semantics 2020-03-19 09:53:55 -04:00
net Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
os Merge pull request #4752 from ziglang/slice-array 2020-03-19 18:06:16 -04:00
rand update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
special Replace fmt with new fmtstream 2020-03-12 10:41:09 -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 mv std/ lib/ 2019-09-25 23:35:41 -04:00
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 Address review comments 2020-03-21 09:54:49 +01: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 mv std/ lib/ 2019-09-25 23:35:41 -04:00
base64.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
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 fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
build.zig "generate .h files" feature is no longer supported in stage1 2020-03-20 18:33:36 -04:00
builtin.zig Replace fmt with new fmtstream 2020-03-12 10:41:09 -05:00
c.zig zig build system: correctly handle multiple output artifacts 2020-03-13 21:22:08 -04: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 Even better idle waiting method 2020-03-13 19:20:18 +01: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 std lib fixups for new semantics 2020-03-19 09:53:55 -04:00
fs.zig Merge pull request #4752 from ziglang/slice-array 2020-03-19 18:06:16 -04:00
hash.zig merge dumps tool: merging ast nodes 2019-10-11 18:13:24 -04:00
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 mv std/ lib/ 2019-09-25 23:35:41 -04:00
io.zig add std.io.StreamSource and fixes to emitRaw 2020-03-11 15:40:34 -04:00
json.zig std lib fixups for new semantics 2020-03-19 09:53:55 -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 revert std.mem.span to prefer len over sentinel; add spanZ 2020-03-19 19:30:09 -04:00
meta.zig fixes to std.meta 2020-03-19 09:53:55 -04:00
mutex.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
net.zig ir: Peer type resolution between ?[]T and *[N]T 2020-03-20 12:23:05 -04:00
os.zig std: Introduce fnctl wrapper 2020-03-18 13:45:52 -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 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 fix all the TODOs from the pull request 2020-03-13 12:02:58 -04:00
rand.zig update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04: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 "generate .h files" feature is no longer supported in stage1 2020-03-20 18:33:36 -04:00
start_windows_tls.zig un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
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: More type checks for Thread startFn return type 2020-03-18 10:37:35 -04:00
time.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
unicode.zig update std lib to take advantage of slicing with comptime indexes 2020-03-19 14:48:47 -04: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