zig/std
Andrew Kelley fcbb7426fa use * for pointer type instead of &
See #770

To help automatically translate code, see the
zig-fmt-pointer-reform-2 branch.

This will convert all & into *. Due to the syntax
ambiguity (which is why we are making this change),
even address-of & will turn into *, so you'll have
to manually fix thes instances. You will be guaranteed
to get compile errors for them - expected 'type', found 'foo'
2018-05-31 17:28:07 -04:00
..
atomic use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
c use * for pointer type instead of & 2018-05-31 17:28:07 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
rand use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
special use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
zig use * for pointer type instead of & 2018-05-31 17:28:07 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
build.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
cstr.zig use * for pointer type instead of & 2018-05-31 17:28:07 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
index.zig std.SegmentedList implementation 2018-05-07 01:04:43 -04:00
io_test.zig run zig fmt on the codebase 2018-05-30 16:09:11 -04:00
io.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
json_test.zig fix syntax of std/json_test.zig 2018-05-29 18:10:36 -04:00
json.zig use * for pointer type instead of & 2018-05-31 17:28:07 -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 use * for pointer type instead of & 2018-05-31 17:28:07 -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