zig/std
2018-03-31 17:46:29 +02:00
..
c introduce std.heap.ArenaAllocator and std.heap.DirectAllocator 2018-02-12 02:14:44 -05:00
crypto Unroll Sha3 inner loop 2018-03-10 10:00:07 +13:00
debug refactor stack trace code to remove global state 2018-03-10 01:38:40 -05:00
fmt name types inside functions after variable 2018-02-22 19:54:02 +01:00
math std.math.cast handles signed integers 2018-03-27 15:20:07 -04:00
os fix bitrotted code in unexpected error tracing 2018-03-27 10:44:13 -04:00
rand fix examples and rename std.rand.Rand to std.rand.Random 2018-03-29 12:33:29 -04:00
special Merge pull request #851 from zig-lang/zen_stdlib 2018-03-20 16:16:08 -04:00
zig std.zig.parser now handles lib name for extern var and fn 2018-03-31 17:46:29 +02:00
array_list.zig
base64.zig some return types disqualify comptime fn call caching 2018-03-12 12:56:25 -04:00
buf_map.zig ptrCast builtin now gives an error for removing const qualifier 2018-03-06 16:37:03 -05:00
buf_set.zig ptrCast builtin now gives an error for removing const qualifier 2018-03-06 16:37:03 -05:00
buffer.zig
build.zig Add addIncludeDir to TestStep + fix build template 2018-03-17 18:15:35 -04:00
cstr.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
dwarf.zig
elf.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
empty.zig
endian.zig
hash_map.zig fix type_is_codegen_pointer being used incorrectly 2018-02-23 12:49:21 -05:00
heap.zig std.heap.ArenaAllocator: fix incorrectly activating safety check 2018-02-12 03:21:18 -05:00
index.zig Rewrite Rand functions 2018-03-30 01:50:58 +13:00
io_test.zig Rewrite Rand functions 2018-03-30 01:50:58 +13:00
io.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
linked_list.zig Simplify intrusive linked list test 2018-03-10 12:20:29 -08:00
macho.zig clean up mach-o stack trace code 2018-02-21 02:00:33 -05:00
mem.zig Public SplitIterator 2018-03-20 11:40:33 -04:00
net.zig
sort.zig fix examples and rename std.rand.Rand to std.rand.Random 2018-03-29 12:33:29 -04:00
unicode.zig remove value judgement from std lib API docs 2018-03-06 10:41:07 -05:00