zig/src
2017-05-07 18:09:45 -04:00
..
all_types.hpp detect duplicate switch value even when else prong present 2017-05-07 13:40:35 -04:00
analyze.cpp switch expression - add compile errors 2017-05-07 12:07:35 -04:00
analyze.hpp switch expression - add compile errors 2017-05-07 12:07:35 -04:00
ast_render.cpp implement else on loops and break can give an expression 2017-05-04 12:43:11 -04:00
ast_render.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
bignum.cpp allow division and remainder operators sometimes 2017-05-06 23:59:57 -04:00
bignum.hpp builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
buffer.cpp add missing copyright notices 2016-12-04 21:06:13 -05:00
buffer.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
c_tokenizer.cpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
c_tokenizer.hpp parseh: support octal in C macro string literal 2016-07-09 12:17:31 -07:00
codegen.cpp builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
codegen.hpp add safe release build mode 2017-05-02 17:34:21 -04:00
config.h.in add --each-lib-rpath option and corresponding config option 2017-03-13 13:11:55 -04: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 builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
error.hpp builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir_print.cpp detect duplicate switch value even when else prong present 2017-05-07 13:40:35 -04:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
ir.cpp fix inability to initialize global pointer to global array element 2017-05-07 18:09:45 -04:00
ir.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
link.cpp builtin functions for division and remainder division 2017-05-06 23:13:12 -04:00
link.hpp ability to cross compile 2016-02-11 01:33:27 -07:00
list.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
main.cpp add safe release build mode 2017-05-02 17:34:21 -04:00
os.cpp zig puts temporary object files in zig-cache folder 2017-04-28 02:22:12 -04:00
os.hpp zig puts temporary object files in zig-cache folder 2017-04-28 02:22:12 -04:00
parseh.cpp typedefpocalypse 2017-04-13 03:07:58 -04:00
parseh.hpp parseh understands types better and handles some situations better 2016-01-31 01:20:47 -07:00
parser.cpp implement else on loops and break can give an expression 2017-05-04 12:43:11 -04:00
parser.hpp remove AST cloning code and add AST render for while loops 2016-11-17 21:17:58 -05:00
range_set.cpp switch expression - add compile errors 2017-05-07 12:07:35 -04:00
range_set.hpp switch expression - add compile errors 2017-05-07 12:07:35 -04:00
target.cpp fix crash when using zig to link 2017-04-13 01:15:25 -04:00
target.hpp fix crash when using zig to link 2017-04-13 01:15:25 -04:00
tokenizer.cpp remove test and try expressions in favor of if expressions 2017-05-03 17:23:11 -04:00
tokenizer.hpp remove test and try expressions in favor of if expressions 2017-05-03 17:23:11 -04:00
util.cpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
util.hpp correct size of types for packed structs 2017-02-21 14:22:23 -05:00
zig_llvm.cpp back to AT&T syntax for assembly 2017-04-30 11:28:11 -04:00
zig_llvm.hpp back to AT&T syntax for assembly 2017-04-30 11:28:11 -04:00