zig/std
Andrew Kelley 1828f8eb8e fix missing compiler_rt in release modes
the optimizer was deleting compiler_rt symbols, so I changed
the linkage type from LinkOnce to Weak

also changed LinkOnce to mean linkonce_odr in llvm and
Weak to mean weak_odr in llvm.

See #563
2017-10-24 21:31:47 -04:00
..
c Add c allocator (#542) 2017-10-17 08:13:04 -04:00
fmt std.fmt.format supports ints smaller than u8 2017-10-21 13:03:08 -04:00
math disable some of the failing tests 2017-10-15 02:04:21 -04:00
os std.os.ChildProcess: on windows cwd affects exe search path 2017-10-16 02:30:03 -04:00
special fix missing compiler_rt in release modes 2017-10-24 21:31:47 -04:00
zlib c-to-zig: return statement 2017-09-01 03:16:35 -04:00
array_list.zig implement command line argument parsing for windows 2017-10-11 22:50:16 -04:00
base64.zig more intuitive left shift and right shift operators 2017-08-09 10:09:38 -04:00
buf_map.zig
buf_set.zig implement std.os.ChildProcess for windows 2017-10-14 15:32:18 -04:00
buffer.zig implement std.os.ChildProcess for windows 2017-10-14 15:32:18 -04:00
build.zig zig build: fix system libraries not respected for C artifacts 2017-10-21 12:58:47 -04:00
cstr.zig implement std.os.symLink for windows 2017-10-14 17:39:44 -04:00
debug.zig fix std.io.InStream for windows 2017-10-15 16:45:43 -04:00
dwarf.zig
elf.zig partial implementation of printing floating point numbers with errol3 2017-06-14 00:24:25 -04:00
empty.zig
endian.zig
hash_map.zig introduce align keyword 2017-08-29 07:51:34 -04:00
index.zig partial implementation of printing floating point numbers with errol3 2017-06-14 00:24:25 -04:00
io.zig std.io: fix bug when writing large buffer 2017-10-15 17:10:06 -04:00
linked_list.zig LinkedList helper functions (#493) 2017-09-21 10:28:44 -04:00
mem.zig Add c allocator (#542) 2017-10-17 08:13:04 -04:00
net.zig fix std.io.InStream for windows 2017-10-15 16:45:43 -04:00
rand_test.zig
rand.zig disable some of the failing tests 2017-10-15 02:04:21 -04:00
sort.zig partial implementation of printing floating point numbers with errol3 2017-06-14 00:24:25 -04:00