zig/std
Andrew Kelley cf39819478 add new kind of test: generating .h files. and more
* docgen supports obj_err code kind for demonstrating
   errors without explicit test cases
 * add documentation for `extern enum`. See #367
 * remove coldcc keyword and add @setIsCold. See #661
 * add compile errors for non-extern struct, enum, unions
   in function signatures
 * add .h file generation for extern struct, enum, unions
2018-01-22 22:24:07 -05:00
..
c Darwin -> MacOSX, added Zen. See #438 2018-01-06 23:10:53 -05:00
crypto Add Sha3 hashing functions 2018-01-17 21:19:45 +13:00
debug fix getting debug info twice in default panic handler 2018-01-15 16:26:13 -05:00
fmt remove %% prefix operator 2018-01-09 00:51:51 -05:00
math remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
os add new kind of test: generating .h files. and more 2018-01-22 22:24:07 -05:00
special add new kind of test: generating .h files. and more 2018-01-22 22:24:07 -05:00
zlib c-to-zig: return statement 2017-09-01 03:16:35 -04:00
array_list.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00
base64.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00
buf_map.zig replace %return with try 2018-01-07 16:53:13 -05:00
buf_set.zig replace %return with try 2018-01-07 16:53:13 -05:00
buffer.zig Revert "Buffer.toSliceCopy" 2018-01-16 13:45:34 -07:00
build.zig docgen: support executing exe code examples 2018-01-17 01:50:35 -05:00
cstr.zig replace %return with try 2018-01-07 16:53:13 -05:00
dwarf.zig better stack traces for ELF x86_64 2017-04-24 12:14:45 -04:00
elf.zig replace %return with try 2018-01-07 16:53:13 -05:00
empty.zig
endian.zig Fix endian swap parameters 2018-01-11 19:50:08 +13:00
hash_map.zig docgen: validate See Also sections 2018-01-17 00:22:53 -05:00
heap.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00
index.zig Add Md5 and Sha1 hash functions 2018-01-13 14:40:21 +13:00
io_test.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
io.zig usize might be same size as LARGE_INTEGER. If that's the case, then we don't want to compare pos to @maxValue(usize). 2018-01-19 22:08:44 +01:00
linked_list.zig Intrusive linked lists 2018-01-10 00:33:07 -05:00
mem.zig docgen: support executing exe code examples 2018-01-17 01:50:35 -05:00
net.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00
rand_test.zig std: add tests for mt32 and mt64 2016-07-28 20:14:57 -07:00
rand.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
sort.zig remove 32-bit windows from supported targets list 2018-01-14 15:17:07 -05:00
unicode.zig remove %% prefix operator 2018-01-09 00:51:51 -05:00