zig/std
2018-06-04 12:15:02 -04:00
..
atomic use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
c disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
crypto use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
debug use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
fmt Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgschultz-zig-custom-format 2018-06-04 11:06:55 -04:00
hash use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
math use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
os Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgschultz-zig-custom-format 2018-06-04 11:06:55 -04:00
rand use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
special support zig fmt: off and zig fmt: on between top level decls 2018-06-04 12:15:02 -04:00
zig support zig fmt: off and zig fmt: on between top level decls 2018-06-04 12:15:02 -04:00
array_list.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
base64.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
buf_map.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
buf_set.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
buffer.zig disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
build.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
cstr.zig disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
dwarf.zig run zig fmt on some of the codebase 2018-05-26 23:00:29 -04:00
elf.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
event.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
hash_map.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
heap.zig disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
index.zig std.SegmentedList implementation 2018-05-07 01:04:43 -04:00
io.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
io_test.zig run zig fmt on the codebase 2018-05-30 16:09:11 -04:00
json.zig fix typo (#1034) 2018-06-01 12:23:07 -04:00
json_test.zig fix syntax of std/json_test.zig 2018-05-29 18:10:36 -04:00
linked_list.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
macho.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
mem.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
net.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
segmented_list.zig disallow single-item pointer indexing 2018-06-04 01:39:57 -04:00
sort.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
unicode.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00