zig/std
Andrew Kelley 2a8160e80f Merge branch 'export-rewrite'
introduces the `@export` builtin function which can be used
in a comptime block to conditionally export a function.

it also allows creation of aliases.

previous export syntax is still allowed.

closes #462
closes #420
2017-12-19 02:44:14 -05:00
..
c
fmt
math replace quicksort with blocksort 2017-12-14 19:41:35 -05:00
os wip export rewrite 2017-12-18 09:59:57 -05:00
special bring back code that uses export and fix tests 2017-12-19 02:39:43 -05:00
zlib
array_list.zig
base64.zig fix const and volatile qualifiers being dropped sometimes 2017-12-13 21:53:52 -05:00
buf_map.zig self-hosted: cleanup build looking for llvm-config 2017-12-12 16:03:20 -05:00
buf_set.zig
buffer.zig add self-hosted parsing and rendering to main tests 2017-12-10 21:26:52 -05:00
build.zig self-hosted: build tries to find llvm-config.exe 2017-12-12 16:40:04 -05:00
cstr.zig
debug.zig wip export rewrite 2017-12-18 09:59:57 -05:00
dwarf.zig
elf.zig wip export rewrite 2017-12-18 09:59:57 -05:00
empty.zig
endian.zig
hash_map.zig
heap.zig
index.zig add self-hosted parsing and rendering to main tests 2017-12-10 21:26:52 -05:00
io.zig self-hosted: parsing and rendering blocks 2017-12-11 09:21:06 -05:00
io_test.zig
linked_list.zig
mem.zig wip export rewrite 2017-12-18 09:59:57 -05:00
net.zig
rand.zig
rand_test.zig
sort.zig fix missing import from previous commit 2017-12-14 21:24:00 -05:00