zig/src
Andrew Kelley 29e438fd1f
more sentinel-terminated pointers std lib integration
See #3767
2019-11-25 00:43:36 -05:00
..
all_types.hpp structs can have fields with type `var` 2019-11-23 17:51:37 -05:00
analyze.cpp more sentinel-terminated pointers std lib integration 2019-11-25 00:43:36 -05:00
analyze.hpp update the stage1 implementation to the new proposal 2019-11-23 04:45:35 -05:00
ast_render.cpp structs can have fields with type `var` 2019-11-23 17:51:37 -05:00
ast_render.hpp
bigfloat.cpp
bigfloat.hpp
bigint.cpp
bigint.hpp
blake2.h
blake2b.c
buffer.cpp remove redundant assert 2019-09-22 15:58:57 -04:00
buffer.hpp generated docs: show doc comments on functions 2019-10-07 12:21:11 -04:00
c_tokenizer.cpp
c_tokenizer.hpp
cache_hash.cpp
cache_hash.hpp
codegen.cpp Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
codegen.hpp integrate stage1 progress display with semantic analysis 2019-10-22 17:52:12 -04:00
compiler.cpp stage1: add linux XDG Base Directory support 2019-11-02 18:30:07 -04:00
compiler.hpp
config.h.in add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag 2019-10-19 03:23:23 -04:00
dump_analysis.cpp update the stage1 implementation to the new proposal 2019-11-23 04:45:35 -05:00
dump_analysis.hpp proof of concept of stage1 doc generation 2019-10-04 20:18:06 -04:00
errmsg.cpp
errmsg.hpp
error.cpp move types from builtin to std 2019-10-23 19:09:49 -04:00
error.hpp
glibc.cpp rework the progress module and integrate with stage1 2019-10-17 20:20:22 -04:00
glibc.hpp rework the progress module and integrate with stage1 2019-10-17 20:20:22 -04:00
hash_map.hpp
install_files.h update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
ir.cpp Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
ir.hpp stage1 enhance IR print 2019-09-05 13:06:10 -04:00
ir_print.cpp add @atomicStore builtin 2019-11-13 00:25:44 +02:00
ir_print.hpp Fix initialization of union references 2019-11-09 12:20:34 -05:00
libc_installation.cpp DragonFlyBSD support 2019-10-30 21:21:58 -04:00
libc_installation.hpp
link.cpp DragonFlyBSD support 2019-10-30 21:21:58 -04:00
list.hpp pass param as ref in ZigList::append 2019-09-19 11:41:18 -04:00
main.cpp fix regression in `zig run` 2019-10-25 13:03:12 -04:00
memory_profiling.cpp add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag 2019-10-19 03:23:23 -04:00
memory_profiling.hpp add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag 2019-10-19 03:23:23 -04:00
os.cpp stage1: add linux XDG Base Directory support 2019-11-02 18:30:07 -04:00
os.hpp stage1: add linux XDG Base Directory support 2019-11-02 18:30:07 -04:00
parse_f128.c
parse_f128.h
parser.cpp structs can have fields with type `var` 2019-11-23 17:51:37 -05:00
parser.hpp
range_set.cpp Stage1: Add compile error for an empty switch on a integer 2019-11-22 04:00:47 +00:00
range_set.hpp
softfloat.hpp
target.cpp DragonFlyBSD support 2019-10-30 21:21:58 -04:00
target.hpp avoid passing -march=native when not supported 2019-10-24 19:43:56 -04:00
tokenizer.cpp update the stage1 implementation to the new proposal 2019-11-23 04:45:35 -05:00
tokenizer.hpp update the stage1 implementation to the new proposal 2019-11-23 04:45:35 -05:00
translate_c.cpp update the stage1 implementation to the new proposal 2019-11-23 04:45:35 -05:00
translate_c.hpp
userland.cpp integrate stage1 progress display with semantic analysis 2019-10-22 17:52:12 -04:00
userland.h move types from builtin to std 2019-10-23 19:09:49 -04:00
util.cpp util.cpp: canonicalize the order of includes 2019-10-31 13:47:20 -04:00
util.hpp add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag 2019-10-19 03:23:23 -04:00
windows_com.hpp
windows_sdk.cpp
windows_sdk.h
zig_clang.cpp translate-c: add support for MacroQualified definitions 2019-11-19 01:05:17 +00:00
zig_clang.h translate-c: add support for MacroQualified definitions 2019-11-19 01:05:17 +00:00
zig_clang_cc1_main.cpp stage1: fix gcc 9.1.0 compiler error on archlinux 2019-09-19 23:30:48 -04:00
zig_clang_cc1as_main.cpp
zig_clang_driver.cpp stage1: fix lost argv[0] 2019-09-22 11:21:22 -04:00
zig_llvm.cpp Add dlltool functionality 2019-10-12 10:56:16 +02:00
zig_llvm.h self hosted compiler: fix zig_llvm.h function signature 2019-11-07 10:29:44 +02:00