zig/std
Andrew Kelley 78d4fb20c4 inline parameters
This replaces the current generic syntax for functions and replaces
it with the concept of inline parameters.

This paves the way for the "all structs anonymous" proposal.

Closes #151.
2016-07-25 22:55:15 -07:00
..
bootstrap.zig add compile_err builtin 2016-05-14 18:54:37 -07:00
builtin.zig builtin: use explicit type instead of typeof function 2016-05-11 13:18:28 -07:00
compiler_rt.zig compiler-rt: add __aeabi_uldivmod 2016-05-15 12:02:37 -07:00
cstr.zig std: separate str and cstr 2016-05-07 10:52:52 -07:00
debug.zig add beginning of print stack trace function 2016-05-17 13:32:43 -07:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
errno.zig re-add errno.zig 2016-01-07 03:22:53 -07:00
hash_map.zig inline parameters 2016-07-25 22:55:15 -07:00
index.zig add beginning of print stack trace function 2016-05-17 13:32:43 -07:00
io.zig inline parameters 2016-07-25 22:55:15 -07:00
linux.zig linux: accept calls accept4 with 0 for flags 2016-05-18 17:18:28 -07:00
linux_i386.zig don't add no-frame-pointer-elim for inline functions 2016-05-18 18:30:03 -07:00
linux_x86_64.zig don't add no-frame-pointer-elim for inline functions 2016-05-18 18:30:03 -07:00
list.zig inline parameters 2016-07-25 22:55:15 -07:00
math.zig inline parameters 2016-07-25 22:55:15 -07:00
mem.zig inline parameters 2016-07-25 22:55:15 -07:00
net.zig inline parameters 2016-07-25 22:55:15 -07:00
os.zig add compile_err builtin 2016-05-14 18:54:37 -07:00
rand.zig add debug safety for shortening casts 2016-05-09 08:44:41 -07:00
str.zig inline parameters 2016-07-25 22:55:15 -07:00
test_runner.zig inline parameters 2016-07-25 22:55:15 -07:00
test_runner_libc.zig rewrite how importing works 2016-03-01 03:13:40 -07:00
test_runner_nolibc.zig rewrite how importing works 2016-03-01 03:13:40 -07:00