zig/src
2016-05-06 19:23:21 -07:00
..
all_types.hpp add shl_with_overflow builtin function 2016-05-06 16:45:04 -07:00
analyze.cpp fix eval integer wrapping and add tests 2016-05-06 19:23:21 -07:00
analyze.hpp add integer wrapping 2016-05-05 17:19:01 -07:00
ast_render.cpp add array multiplication operator 2016-04-28 18:03:44 -07:00
ast_render.hpp support simple generic functions 2016-04-06 12:58:54 -07:00
bignum.cpp fix eval integer wrapping and add tests 2016-05-06 19:23:21 -07:00
bignum.hpp eval: ability to eval more things 2016-04-12 09:35:33 -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
c_tokenizer.cpp better parsing of C macros 2016-04-21 15:48:13 -07:00
c_tokenizer.hpp better parsing of C macros 2016-04-21 15:48:13 -07:00
codegen.cpp add shl_with_overflow builtin function 2016-05-06 16:45:04 -07:00
codegen.hpp rewrite how importing works 2016-03-01 03:13:40 -07:00
config.h.in first pass at linking on macos 2016-02-15 20:56:52 -07:00
errmsg.cpp rewrite how importing works 2016-03-01 03:13:40 -07:00
errmsg.hpp upgrade to the libclang C++ API 2016-01-27 00:01:49 -07:00
error.cpp add error for dividing by zero in static function evaluation 2016-04-12 16:18:41 -07:00
error.hpp add error for dividing by zero in static function evaluation 2016-04-12 16:18:41 -07:00
eval.cpp fix eval integer wrapping and add tests 2016-05-06 19:23:21 -07:00
eval.hpp add error for dividing by zero in static function evaluation 2016-04-12 16:18:41 -07:00
hash_map.hpp better hash table performance 2016-03-01 14:47:46 -07:00
link.cpp link: on windows link test runner and builtin o files 2016-02-17 21:05:46 -07:00
link.hpp ability to cross compile 2016-02-11 01:33:27 -07:00
list.hpp preprocessor detects #include directives 2015-08-05 20:26:58 -07:00
main.cpp rewrite how importing works 2016-03-01 03:13:40 -07:00
os.cpp add @embed_file builtin function 2016-04-18 15:47:21 -07:00
os.hpp add @embed_file builtin function 2016-04-18 15:47:21 -07:00
parseh.cpp parseh: support anonymous enums and enums with initializers 2016-04-22 21:43:48 -07:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp support maybe destructuring into a pointer variable 2016-05-03 15:06:34 -07:00
parser.hpp support multiple generic function instances 2016-04-07 10:34:54 -07:00
target.cpp update to llvm 3.8.0 2016-03-08 18:56:14 -07:00
target.hpp rename 'environ' to 'env_type' 2016-02-16 20:03:41 -07:00
tokenizer.cpp implement string escapes 2016-05-01 14:53:48 -07:00
tokenizer.hpp add array multiplication operator 2016-04-28 18:03:44 -07:00
util.cpp parseh: support anonymous enums and enums with initializers 2016-04-22 21:43:48 -07:00
util.hpp parseh: support anonymous enums and enums with initializers 2016-04-22 21:43:48 -07:00
zig_llvm.cpp add debug safety for left shifting 2016-05-06 15:46:38 -07:00
zig_llvm.hpp add debug safety for left shifting 2016-05-06 15:46:38 -07:00