zig/std
Marc Tiehuis 19659c3bd3 freebsd: Fix argc resolution in _start
FreeBSD appears to use rdi instead of rsp as in other posix systems.
According to some loose documentation, x86 passes values on the stack,
so amd64 freebsd may be the only exception.
2018-10-20 15:15:01 +03:00
..
atomic Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
c Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
crypto Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
debug remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
event remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
fmt remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
hash Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
math remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
meta Ran fmt on last PR 2018-10-19 23:27:16 +02:00
os freebsd: Fix argc resolution in _start 2018-10-20 15:15:01 +03:00
rand Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
special freebsd: Fix argc resolution in _start 2018-10-20 15:15:01 +03:00
zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
array_list.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
base64.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
buf_map.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
buf_set.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
buffer.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
build.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
coff.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
cstr.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
dwarf.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
dynamic_library.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
elf.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
event.zig update std lib API for I/O 2018-09-30 17:28:35 -04:00
hash_map.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
heap.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
index.zig Add std.meta (#1662) 2018-10-19 17:19:22 -04:00
io.zig std.io: fix compile error when InStream has empty error set 2018-10-16 12:48:38 -04:00
io_test.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
json.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
json_test.zig Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
lazy_init.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
linked_list.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
macho.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
mem.zig Ran fmt on last PR 2018-10-19 23:27:16 +02:00
mutex.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
net.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
pdb.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
rb.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
segmented_list.zig remove implicit cast from T to *const T 2018-10-15 18:23:47 -04:00
sort.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
spinlock.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00
unicode.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00