zig/std
Andrew Kelley f06bce5dda introduce [*] for unknown length pointers
See #770

Currently it does not have any different behavior than `*`
but it is now recommended to use `[*]` for unknown length
pointers to be future-proof.

Instead of [ * ] being separate tokens as the proposal
suggested, this commit implements `[*]` as a single token.
2018-06-02 04:04:23 -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 fix incorrect address-of syntax on windows 2018-06-01 01:29:34 -04:00
rand use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
special fix build file template 2018-06-01 21:51:54 -04:00
zig introduce [*] for unknown length pointers 2018-06-02 04:04:23 -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 introduce [*] for unknown length pointers 2018-06-02 04:04:23 -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 run zig fmt 2018-06-01 01:22:35 -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 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