zig/src
2019-05-27 22:15:33 -04:00
..
all_types.hpp improve the stack check CLI options 2019-05-27 20:59:19 -04:00
analyze.cpp respect subsystem flag in all cases 2019-05-27 22:15:33 -04:00
analyze.hpp Use the correct scope for use 2019-05-19 00:32:49 -04:00
ast_render.cpp translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
ast_render.hpp translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
bigfloat.cpp fix NaN comparing equal to itself 2019-04-04 22:07:15 -04:00
bigfloat.hpp fix NaN comparing equal to itself 2019-04-04 22:07:15 -04:00
bigint.cpp Do not invoke UB in BigInt shr operations 2019-04-26 14:24:35 -04:00
bigint.hpp
blake2.h
blake2b.c
buffer.cpp
buffer.hpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
c_tokenizer.cpp fix translate-c regression 2019-05-09 20:11:56 -04:00
c_tokenizer.hpp translate-c: enough C tokenization/parsing to handle shifting in macros 2019-05-09 12:48:38 -04:00
cache_hash.cpp cache_add_dep_file: handle ErrorFileNotFound specially 2019-05-13 12:15:55 -04:00
cache_hash.hpp
codegen.cpp respect subsystem flag in all cases 2019-05-27 22:15:33 -04:00
codegen.hpp fix build on macOS 2019-05-08 22:45:49 -04:00
compiler.cpp stage1 is now a hybrid of C++ and Zig 2019-04-16 19:12:20 -04:00
compiler.hpp stage1 is now a hybrid of C++ and Zig 2019-04-16 19:12:20 -04:00
config.h.in
errmsg.cpp
errmsg.hpp
error.cpp fix static builds of zig from requiring c compiler 2019-05-15 21:50:56 -04:00
error.hpp translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
hash_map.hpp
ir_print.cpp introduce @hasDecl builtin function 2019-05-26 16:21:03 -04:00
ir_print.hpp Fix too eager comptime evaluation of error ptr 2019-05-19 15:53:32 -04:00
ir.cpp allow implicit optional pointer to optional c_void pointer 2019-05-26 17:55:20 -04:00
ir.hpp better handle quota of setEvalBranchQuota 2019-04-13 16:55:59 -04:00
libc_installation.cpp fix static builds of zig from requiring c compiler 2019-05-15 21:50:56 -04:00
libc_installation.hpp fixed visibility of zig_libc_cc_print_file_name 2019-04-27 16:17:07 -05:00
link.cpp improve the stack check CLI options 2019-05-27 20:59:19 -04:00
list.hpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
main.cpp improve the stack check CLI options 2019-05-27 20:59:19 -04:00
os.cpp Fix signedness mismatch in comparison 2019-05-20 23:14:49 +02:00
os.hpp remove Shebang (#!) support 2019-04-24 23:34:19 -04:00
parse_f128.c parse_f128.c: fix whitespace 2019-03-23 13:46:50 -04:00
parse_f128.h get rid of restrict; it's not supported by MSVC 2019-03-22 16:08:19 -04:00
parser.cpp fixes #2235 2019-05-11 20:51:59 +02:00
parser.hpp
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp improve the stack check CLI options 2019-05-27 20:59:19 -04:00
target.hpp improve the stack check CLI options 2019-05-27 20:59:19 -04:00
tokenizer.cpp stage1 tokenizer: add more missing break statements 2019-05-16 16:50:24 -04:00
tokenizer.hpp implement allowzero pointer attribute 2019-03-25 12:55:45 -04:00
translate_c.cpp clang C API wrapper: small progress 2019-05-16 12:55:45 -04:00
translate_c.hpp translate-c: unify API for self-hosted and C++ translate-c 2019-04-25 00:06:57 -04:00
userland.cpp zig fmt is built directly into stage1 rather than child process 2019-04-26 20:46:28 -04:00
userland.h fix static builds of zig from requiring c compiler 2019-05-15 21:50:56 -04:00
util.cpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
util.hpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
windows_com.hpp
windows_sdk.cpp
windows_sdk.h
zig_clang_cc1_main.cpp
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp
zig_clang.cpp clang C API wrapper: small progress 2019-05-16 12:55:45 -04:00
zig_clang.h clang C API wrapper: small progress 2019-05-16 12:55:45 -04:00
zig_llvm.cpp Build archives using the K_DARWIN format when targeting osx 2019-05-20 17:04:00 +02:00
zig_llvm.h