zig/src
2017-02-02 12:21:11 -05:00
..
all_types.hpp fix crash when passing void to var args function 2017-01-31 15:50:38 -05:00
analyze.cpp fix var args allocating wrong amount of memory in compiler 2017-01-31 16:04:26 -05:00
analyze.hpp fix var args allocating wrong amount of memory in compiler 2017-01-31 16:04:26 -05:00
ast_render.cpp various fixes 2017-01-23 23:30:20 -05:00
ast_render.hpp partially fix parseh command 2017-01-10 15:39:52 -05:00
bignum.cpp IR: pass MT19937_64 test 2017-01-05 00:59:37 -05:00
bignum.hpp IR: pass MT19937_64 test 2017-01-05 00:59:37 -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 prefix op maybe and error are for types only 2017-02-02 12:21:11 -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
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir_print.cpp printf var args proof of concept 2017-01-24 02:02:48 -05:00
ir_print.hpp IR: implement macro for function aliasing function pointer 2017-01-12 03:15:06 -05:00
ir.cpp fix var args allocating wrong amount of memory in compiler 2017-01-31 16:04:26 -05:00
ir.hpp IR: implement macro for function aliasing function pointer 2017-01-12 03:15:06 -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 partially fix parseh command 2017-01-10 15:39:52 -05: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 fix some stuff when llvm has assertions on 2017-01-13 17:33:19 -05:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp various fixes 2017-01-23 23:30:20 -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 use comptime instead of inline for var and params 2017-01-22 19:51:37 -05:00
tokenizer.hpp use comptime instead of inline for var and params 2017-01-22 19:51:37 -05: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