zig/std
Andrew Kelley bcce77700f some return types disqualify comptime fn call caching
closes #828
2018-03-12 12:56:25 -04: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 *WI* error sets - basic support working 2018-02-02 14:26:14 -05:00
os Fixed syntax errors in linux-i386 syscalls 2018-03-09 22:25:21 -08:00
special zen-specific: main -> _start 2018-03-10 16:59:28 -08:00
zig zig fmt supports simple line comments 2018-02-15 12:30:29 -05:00
array_list.zig Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
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 *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
build.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
cstr.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
dwarf.zig better stack traces for ELF x86_64 2017-04-24 12:14:45 -04:00
elf.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
endian.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
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 add support for stack traces on macosx 2018-02-19 23:11:11 +01:00
io.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
io_test.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 workaround llvm coro transformations 2018-02-26 21:14:15 -05:00
net.zig *WIP* error sets converting std lib 2018-01-31 22:48:40 -05:00
rand.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
rand_test.zig std: add tests for mt32 and mt64 2016-07-28 20:14:57 -07:00
sort.zig don't memoize comptime functions if they can mutate state via parameters 2018-03-09 14:20:44 -05:00
unicode.zig remove value judgement from std lib API docs 2018-03-06 10:41:07 -05:00