zig/src
2019-06-16 14:26:38 -04:00
..
all_types.hpp fix @export for arrays not respecting the symbol name 2019-06-14 17:23:24 -04:00
analyze.cpp fix @export for arrays not respecting the symbol name 2019-06-14 17:23:24 -04:00
analyze.hpp fix @export for arrays not respecting the symbol name 2019-06-14 17:23:24 -04:00
ast_render.cpp different array literal syntax when inferring the size 2019-06-09 19:26:32 -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: check for null in buf_len and buf_ptr 2019-06-16 14:26:38 -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 add review changes 2019-05-29 14:39:13 -04:00
cache_hash.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
codegen.cpp standard library integrates with knowledge of stripped debug info 2019-06-14 18:45:41 -04:00
codegen.hpp cleanups for windows subsystem in builtin.zig 2019-05-29 16:55:02 -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 avoid a string that is too long for msvc 2019-03-12 18:09:40 -04:00
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 no "use of undeclared identifer" in dead comptime branches 2019-05-28 18:19:27 -04:00
ir_print.hpp Fix too eager comptime evaluation of error ptr 2019-05-19 15:53:32 -04:00
ir.cpp fix type info crash on extern lib name 2019-06-16 14:14:57 -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 update the default macos version min to 10.14 2019-06-07 12:20:02 -04:00
list.hpp stage1 assertions always on, and have stack traces 2019-04-17 15:58:20 -04:00
main.cpp expose builtin.strip_debug_info 2019-06-14 18:18:43 -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 whitespace cleanup 2019-06-10 00:45:24 -04:00
parser.hpp remove namespace type; files are empty structs 2019-02-28 10:11:32 -05:00
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp standard library integrates with knowledge of stripped debug info 2019-06-14 18:45:41 -04:00
target.hpp standard library integrates with knowledge of stripped debug info 2019-06-14 18:45:41 -04:00
tokenizer.cpp different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
tokenizer.hpp different array literal syntax when inferring the size 2019-06-09 19:26:32 -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 new .d file parser for C compilation 2019-05-27 19:47:10 -04:00
userland.h add review changes 2019-05-29 14:39:13 -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 update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_cc1as_main.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_driver.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
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 Propagate DIFlags to LLVM 2019-06-04 09:05:33 +02:00
zig_llvm.h Propagate DIFlags to LLVM 2019-06-04 09:05:33 +02:00