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 Add NetBSD support 2019-02-17 09:17:34 +02:00
fmt Merge pull request #1958 from ziglang/parse-float 2019-02-16 15:04:37 +13:00
hash
io
math Fix std.math.powi so powi(x, +-0) = 1 for any x. 2019-02-17 14:52:40 -05:00
meta
os export _mh_execute_header with weak linkage 2019-02-18 16:47:30 -05:00
rand
special fmt_runner: remove redundant check 2019-02-16 12:24:02 -05:00
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 Add NetBSD support 2019-02-17 09:17:34 +02:00
index.zig
io_test.zig fix openWriteNoClobber and add test 2019-02-17 23:21:45 -05:00
io.zig fixups 2019-02-17 00:29:58 -05:00
json_test.zig
json.zig
lazy_init.zig
linked_list.zig
macho.zig
mem.zig breaking: fix @sizeOf to be alloc size rather than store size 2019-02-15 18:05:50 -05:00
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