zig/src
2016-12-10 18:43:28 -05:00
..
all_types.hpp IR: fix errorName builtin 2016-12-10 17:11:35 -05:00
analyze.cpp IR: implement compile time eval unwrap maybe 2016-12-06 22:04:55 -05:00
analyze.hpp IR: implement defer 2016-12-06 21:26:17 -05:00
ast_render.cpp IR: implement defer 2016-12-06 21:26:17 -05:00
ast_render.hpp support simple generic functions 2016-04-06 12:58:54 -07:00
bignum.cpp IR: implement ctz and clz builtins 2016-11-21 13:27:44 -05:00
bignum.hpp IR: implement ctz and clz builtins 2016-11-21 13:27:44 -05:00
buffer.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
buffer.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
c_tokenizer.cpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
c_tokenizer.hpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
codegen.cpp IR: support error union type 2016-12-10 18:38:53 -05:00
codegen.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
config.h.in add missing copyright notices 2016-12-04 21:06:13 -05:00
errmsg.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
error.hpp add error for dividing by zero in static function evaluation 2016-04-12 16:18:41 -07:00
eval.cpp IR: a bunch of fixes and some additions 2016-12-08 01:52:57 -05:00
eval.hpp remove superseded eval code 2016-11-17 00:44:14 -05:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir_print.cpp IR: omit debug safety checks in for loop codegen 2016-12-08 02:09:26 -05:00
ir_print.hpp empty function compiles successfully with IR 2016-09-30 20:12:00 -04:00
ir.cpp IR: don't crash if number literal used with pure error 2016-12-10 18:43:28 -05:00
ir.hpp IR: implement compile time eval unwrap maybe 2016-12-06 22:04:55 -05:00
link.cpp fix incorrect linking from previous commit 2016-09-21 17:40:50 -04:00
link.hpp ability to cross compile 2016-02-11 01:33:27 -07:00
list.hpp IR: generating a switch statement 2016-11-24 02:44:03 -05:00
main.cpp use size_t for indexes 2016-09-19 11:54:01 -04:00
os.cpp os: fix file descriptor leak in os_exec 2016-09-22 10:48:42 -04:00
os.hpp add debug safety for division 2016-05-07 19:58:02 -07:00
parseh.cpp IR: re-organize where state goes to prepare for generics 2016-12-04 03:40:40 -05:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp IR: add error for assigning runtime value to inline var 2016-12-07 00:22:14 -05:00
parser.hpp remove AST cloning code and add AST render for while loops 2016-11-17 21:17:58 -05:00
target.cpp use size_t for indexes 2016-09-19 11:54:01 -04:00
target.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
tokenizer.cpp remove compiler directives 2016-09-28 02:33:32 -04:00
tokenizer.hpp remove compiler directives 2016-09-28 02:33:32 -04:00
util.cpp parseh: support anonymous enums and enums with initializers 2016-04-22 21:43:48 -07:00
util.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
zig_llvm.cpp rename LLVMZig to ZigLLVM 2016-09-10 20:53:57 -04:00
zig_llvm.hpp rename LLVMZig to ZigLLVM 2016-09-10 20:53:57 -04:00