zig/std
Andrew Kelley 28bf768883 export _mh_execute_header with weak linkage
* also fix extern variables with initialiaztion values to generate runtime code
 * remove the workaround in example/shared_library/mathtest.zig
 * introduce the ability for global variables to have Weak and LinkOnce
   linkage
 * fix `@export` to work for non-functions. this code needs to be
   audited though.
 * fix comptime ptrcast not keeping bigger alignment
 * fix linker warnings when targeting darwin

closes #1903
2019-02-18 16:47:30 -05:00
..
atomic
c export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
crypto
debug export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
event
fmt
hash
io
math
meta
os export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
rand
special
zig
array_list.zig
base64.zig
buf_map.zig
buf_set.zig
buffer.zig
build.zig
coff.zig
cstr.zig
dwarf.zig
dynamic_library.zig
elf.zig
empty.zig
event.zig
hash_map.zig
heap.zig
index.zig
io_test.zig
io.zig
json_test.zig
json.zig
lazy_init.zig
linked_list.zig
macho.zig
mem.zig
mutex.zig
net.zig
pdb.zig
rb.zig
segmented_list.zig
sort.zig
spinlock.zig
statically_initialized_mutex.zig
testing.zig Fixed std.testing.expectEqual 2019-02-18 17:22:14 +01:00
unicode.zig