zig/src
2019-03-19 15:04:39 -04:00
..
all_types.hpp breaking changes to std.mem.Allocator interface API 2019-03-15 17:57:21 -04:00
analyze.cpp add compile error for wrong type with use 2019-03-16 00:18:10 -04:00
analyze.hpp fix inconsistent type information of optional C pointers 2019-03-10 18:02:59 -04:00
ast_render.cpp fix .d file parsing and string literal ast rendering 2019-03-08 23:40:39 -05:00
ast_render.hpp translate-c: use C pointer type everywhere 2019-02-11 14:56:59 -05:00
bigfloat.cpp
bigfloat.hpp
bigint.cpp delete incorrect TODO comment 2019-02-25 16:36:18 -05:00
bigint.hpp
blake2.h stage1: import blake2b implementation 2018-09-05 23:23:11 -04:00
blake2b.c stage1: build blake code with -std=c99 2018-09-11 17:29:18 -04:00
buffer.cpp
buffer.hpp struct types get fully qualified names 2019-02-28 15:40:57 -05:00
c_tokenizer.cpp translate-c: add support for integer suffixes on 0 (zero) litteral inside macro definitions 2019-03-10 14:56:35 -04:00
c_tokenizer.hpp
cache_hash.cpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
cache_hash.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
codegen.cpp pass explicit frame pointer args when compiling C code 2019-03-18 16:59:48 -04:00
codegen.hpp breaking changes to zig build API and improved caching 2019-03-08 23:23:11 -05:00
compiler.cpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
compiler.hpp dynamic linker path is independent from libc installation 2019-03-05 16:00:28 -05: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 .d file processing and use -MV to quote spaces 2019-03-07 14:30:50 -05:00
error.hpp fix .d file processing and use -MV to quote spaces 2019-03-07 14:30:50 -05:00
hash_map.hpp
ir_print.cpp breaking changes to std.mem.Allocator interface API 2019-03-15 17:57:21 -04:00
ir_print.hpp
ir.cpp fix while continue block not checking for ignored expression 2019-03-15 23:52:11 -04:00
ir.hpp typecheck the panic function 2019-02-15 19:19:28 -05:00
libc_installation.cpp breaking: remove --static; add -dynamic 2019-03-13 19:50:41 -04:00
libc_installation.hpp dynamic linker path is independent from libc installation 2019-03-05 16:00:28 -05:00
link.cpp disable all C warnings when building musl 2019-03-19 15:04:39 -04:00
list.hpp
main.cpp zig targets prints the available libcs 2019-03-19 15:04:29 -04:00
os.cpp fix build on windows 2019-03-11 10:35:04 -04:00
os.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
parser.cpp Updated parser to newest grammar 2019-03-19 10:36:37 +01: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 zig targets prints the available libcs 2019-03-19 15:04:29 -04:00
target.hpp zig targets prints the available libcs 2019-03-19 15:04:29 -04:00
tokenizer.cpp added C pointer type and implicit int-to-ptr for this type 2019-02-10 00:14:30 -05:00
tokenizer.hpp added C pointer type and implicit int-to-ptr for this type 2019-02-10 00:14:30 -05:00
translate_c.cpp Merge pull request #2069 from ziglang/glibc-assert-translation 2019-03-18 14:43:17 -04:00
translate_c.hpp breaking changes to zig build API and improved caching 2019-03-08 23:23:11 -05:00
util.cpp tier 2 support for freebsd 2018-11-27 20:56:43 -05:00
util.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h
zig_clang_cc1_main.cpp zig cc: remove "polly" which was an undefined symbol on macos 2019-02-24 13:37:41 -05:00
zig_clang_cc1as_main.cpp add zig cc command to act like a C compiler 2019-02-24 12:53:28 -05:00
zig_clang_driver.cpp zig cc: work around clang calling GetCommandLine on Windows 2019-02-24 15:31:02 -05:00
zig_clang.cpp Silence gcc8 class-memaccess warnings 2019-02-17 14:40:01 -05:00
zig_clang.h translate-c: 4 more functions using C decls 2019-02-16 19:48:39 -05:00
zig_llvm.cpp breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00
zig_llvm.h breaking changes to the way targets work in zig 2019-02-26 15:58:10 -05:00