zig/src
2016-02-09 16:55:23 -07:00
..
all_types.hpp support overriding the dynamic linker argument to ld 2016-02-08 22:11:09 -07:00
analyze.cpp @const_eval returns poison value for type when it fails 2016-02-09 10:02:31 -07:00
analyze.hpp improve performance for get_fn_type 2016-02-07 18:32:19 -07:00
ast_render.cpp fix build with GCC 2016-02-09 08:46:55 -07:00
ast_render.hpp move AST rendering code to separate file 2016-01-27 21:10:38 -07:00
bignum.cpp fix a bogus call to bignum_normalize causing assertion failure 2016-02-07 03:49:25 -07:00
bignum.hpp support casting between int and float types 2016-01-31 21:05:17 -07:00
buffer.cpp colored error messages that tell the source file 2015-12-01 00:50:11 -07:00
buffer.hpp parseh recognizes C enums 2016-01-28 11:03:44 -07:00
codegen.cpp fix -dynamic-linker arg to ld when not overridden 2016-02-09 16:55:23 -07:00
codegen.hpp support overriding the dynamic linker argument to ld 2016-02-08 22:11:09 -07:00
config.h.in support static linking against libc 2016-02-08 00:50:51 -07:00
errmsg.cpp fix crash when compiling empty file 2016-01-27 12:09:36 -07:00
errmsg.hpp upgrade to the libclang C++ API 2016-01-27 00:01:49 -07:00
error.cpp add test for bad import 2015-12-01 02:29:21 -07:00
error.hpp add test for bad import 2015-12-01 02:29:21 -07:00
hash_map.hpp remove the constructor of hash map 2016-02-01 17:50:46 -07:00
list.hpp preprocessor detects #include directives 2015-08-05 20:26:58 -07:00
main.cpp support overriding the dynamic linker argument to ld 2016-02-08 22:11:09 -07:00
os.cpp basic support for building a test target 2016-02-03 18:02:01 -07:00
os.hpp basic support for building a test target 2016-02-03 18:02:01 -07:00
parseh.cpp fix build with GCC 2016-02-09 08:46:55 -07:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp rhs of ?? and %% can be any expression 2016-02-06 19:28:11 -07:00
parser.hpp implicit casts rewrite the AST 2016-01-22 15:31:35 -07:00
tokenizer.cpp parsing code for defer and more 2016-02-05 23:20:34 -07:00
tokenizer.hpp parsing code for defer and more 2016-02-05 23:20:34 -07:00
util.cpp add number literal type 2015-12-14 02:46:37 -07:00
util.hpp add number literal type 2015-12-14 02:46:37 -07:00
zig_llvm.cpp Added code for generating nonnull attributes 2016-02-05 16:29:26 -05:00
zig_llvm.hpp codegen: use gen_index for nonnull attribute 2016-02-05 14:48:23 -07:00