zig/lib/std
2022-02-11 12:13:51 -07:00
..
atomic allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
build Add test executable builds to build.zig 2021-12-06 14:55:35 -06:00
c debug: implement segfault handler for macOS aarch64 2022-02-11 12:12:38 -07:00
compress allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
crypto std: break up some long lines 2022-02-02 22:00:55 -07:00
dwarf
event allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
fmt Merge pull request #10743 from m-radomski/master 2022-02-02 22:07:56 -07:00
fs Merge pull request #10404 from ominitay/iterator 2022-02-02 22:04:36 -07:00
hash allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
heap stage1: deal with BPF not supporting @returnAddress() 2021-12-19 23:22:05 -08:00
io readUntilDelimiter*: read only if buffer not full 2022-02-02 21:25:03 -07:00
json allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
math Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN 2022-02-02 22:03:47 -07:00
mem Allocator: allocBytes and reallocBytes (#10352) 2021-12-19 01:58:13 -05:00
meta std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
net Merge pull request #10576 from schmee/macos-resolve-ip 2022-02-02 21:12:24 -07:00
os fchown: use the 32-bit uid/gid variant of the syscall on 32-bit linux targets 2022-02-02 22:00:06 -07:00
rand Add argument for fillFn to Random.init 2021-10-29 19:20:31 -04:00
special zig test: fix test runner detection of tty 2021-12-18 23:45:32 -07:00
target
testing allocgate: change resize to return optional instead of error 2021-11-30 23:45:01 +00:00
Thread update RwLock to use static initialization (#10838) 2022-02-11 12:13:51 -07:00
time std.time.epoch: fix issue in documentation 2021-12-16 19:08:58 -08:00
unicode
valgrind
x Merge pull request #10576 from schmee/macos-resolve-ip 2022-02-02 21:12:24 -07:00
zig fmt: handle doc comments on struct members 2022-02-02 22:01:38 -07:00
array_hash_map.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
array_list.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
ascii.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
atomic.zig
base64.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
bit_set.zig 9944: make allocator the first argument (excl. self) 2021-12-03 16:42:59 -08:00
bounded_array.zig std.bounded_array: support inserting a new value at the end (#10340) 2021-12-15 20:10:34 +01:00
buf_map.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
buf_set.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
build.zig Merge pull request #10475 from lithdew/master 2022-02-02 21:19:18 -07:00
builtin.zig AstGen: implement @prefetch() builtin 2021-12-10 23:09:02 +01:00
c.zig Merge pull request #10576 from schmee/macos-resolve-ip 2022-02-02 21:12:24 -07:00
child_process.zig Merge pull request #10813 from marler8997/windowsChildHang 2022-02-11 12:12:49 -07:00
coff.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
compress.zig
comptime_string_map.zig
crypto.zig std.crypto.random: Randoms are no longer passed by reference 2022-02-02 21:46:22 -07:00
cstr.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
debug.zig debug: implement segfault handler for macOS aarch64 2022-02-11 12:12:38 -07:00
dwarf.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
dynamic_library.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
elf.zig Fix dead link 2021-12-31 14:19:36 -07:00
enums.zig
event.zig
fifo.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
fmt.zig std.fmt: fix out-of-bounds array write in float printing 2022-02-02 22:01:47 -07:00
fs.zig Merge pull request #10404 from ominitay/iterator 2022-02-02 22:04:36 -07:00
hash.zig
hash_map.zig std: hash_map: optimize isFree/isTombstone (#10562) 2022-01-12 11:58:24 -07:00
heap.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
io.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
json.zig allocgate: renamed getAllocator function to allocator 2021-11-30 23:32:47 +00:00
leb128.zig
linked_list.zig
log.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
macho.zig macho: put LC_* consts in a typed enum(u32) LC 2021-12-15 08:59:20 +01:00
math.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
mem.zig std: Allow mem.zeroes to work at comptime with extern union 2022-02-07 12:23:56 -07:00
meta.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
multi_array_list.zig Merge branch 'Jarred-Sumner-patch-1' 2022-02-02 21:14:59 -07:00
net.zig Merge pull request #10576 from schmee/macos-resolve-ip 2022-02-02 21:12:24 -07:00
once.zig std.Thread.Mutex: change API to lock() and unlock() 2021-11-09 18:31:03 -07:00
os.zig std: fix doc comment typo in os.zig 2022-02-07 12:23:11 -07:00
packed_int_array.zig
pdb.zig Only check the file's length once in pdb.Msf.init 2021-12-31 14:20:02 -07:00
priority_dequeue.zig std.priority_dequeue: allow comparator to take a context parameter 2021-12-15 17:46:10 -08:00
priority_queue.zig std.priority_queue: allow comparator to take a context parameter 2021-12-15 17:46:04 -08:00
process.zig fix argsAlloc buffer size 2022-02-02 22:04:02 -07:00
Progress.zig Fix test label off-by-one error (#10277). 2021-12-06 12:18:41 -08:00
rand.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
SemanticVersion.zig
sort.zig std.rand: Refactor Random interface 2021-10-27 16:07:48 -04:00
start.zig fix startup procedure for async WinMain 2022-02-02 21:59:47 -07:00
start_windows_tls.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
std.zig
target.zig glibc: update default cross-compile version to 2.19 2021-12-16 03:01:13 -07:00
testing.zig fix expectStringEndsWith error output. 2021-12-31 14:20:09 -07:00
Thread.zig update RwLock to use static initialization (#10838) 2022-02-11 12:13:51 -07:00
time.zig
unicode.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
valgrind.zig
wasm.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00
x.zig
zig.zig allocgate: std Allocator interface refactor 2021-11-30 23:32:47 +00:00