zig/std
Arthur Elliott e0092ee4a5 add set function to arraylist
so you can set a value without growing the underlying buffer,
with range safety checks
2018-06-09 11:42:41 -04:00
..
atomic use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
c disallow unknown-length pointer to opaque 2018-06-05 18:03:21 -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 Pointer Reform: update @typeInfo 2018-06-06 00:39:39 -04:00
hash use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
math Fix Log2Int type construction 2018-06-06 22:41:55 +12:00
os fix std.os.windows.PathFileExists specified in the wrong DLL (#1066) 2018-06-06 15:36:47 -04:00
rand use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
special disable deref syntax for unknown length pointers 2018-06-05 23:26:43 -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 add set function to arraylist 2018-06-09 11:42:41 -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 Fix error handling in Buffer::fromOwnedSlice (#1082) 2018-06-08 19:24:48 -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
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 unknown-length pointer to opaque 2018-06-05 18:03:21 -04:00
index.zig
io.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
io_test.zig run zig fmt on the codebase 2018-05-30 16:09:11 -04:00
json.zig Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
json_test.zig Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
linked_list.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
macho.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
mem.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -04:00
net.zig Pointer Reform: proper slicing and indexing (#1053) 2018-06-04 22:11:14 -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