zig/src
2019-12-15 19:28:53 -05:00
..
all_types.hpp un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
analyze.cpp improve extern enum 2019-12-15 19:28:53 -05:00
analyze.hpp un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
ast_render.cpp implement @call 2019-12-05 17:07:15 -05: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 const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
bigint.hpp const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
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 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
codegen.cpp improve extern enum 2019-12-15 19:28:53 -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 ability to target any glibc version 2019-07-07 17:56:08 -04:00
config.h.in add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag 2019-10-19 03:23:23 -04:00
dump_analysis.cpp un-special-case startup code in the std lib 2019-12-12 18:33:44 -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 translate-c: a little closer to self-hosted implementation 2019-04-25 00:06:54 -04:00
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 const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
install_files.h update musl src to v1.1.24 2019-10-17 11:55:43 -04:00
ir.cpp improve extern enum 2019-12-15 19:28:53 -05:00
ir.hpp add advanced IR debugging support 2019-12-01 17:09:11 -05:00
ir_print.cpp Replace typeOf with TypeOf in stage0 2019-12-10 11:09:30 -05:00
ir_print.hpp more progress 2019-11-28 00:02:53 -05:00
libc_installation.cpp removed unnecessary backslashes in windows' libc paths 2019-11-24 21:33:58 +01:00
libc_installation.hpp fixed visibility of zig_libc_cc_print_file_name 2019-04-27 16:17:07 -05:00
link.cpp remove upstream support for Zen hobby OS 2019-12-02 12:01:49 -05:00
list.hpp sometimes free stuff from Zig IR pass 1 2019-12-01 01:13:21 -05:00
main.cpp un-special-case startup code in the std lib 2019-12-12 18:33:44 -05:00
memory_profiling.cpp free IrAnalyze sometimes 2019-11-30 23:57:48 -05:00
memory_profiling.hpp stage1: consolodate interning 2019-11-25 17:18:56 -05:00
os.cpp removed unnecessary backslashes in windows' libc paths 2019-11-24 21:33:58 +01:00
os.hpp stage1: add linux XDG Base Directory support 2019-11-02 18:30:07 -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 fix dot init parsing 2019-12-12 13:06:48 -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 add other OS and fix regression in build-exe for freestanding 2019-12-04 14:42:40 -05:00
target.hpp add other OS and fix regression in build-exe for freestanding 2019-12-04 14:42:40 -05: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 revert removal of translate mode in stage 1 2019-12-13 19:06:32 +02:00
translate_c.hpp revert removal of translate mode in stage 1 2019-12-13 19:06:32 +02:00
userland.cpp remove concept of translate mode 2019-12-12 14:26:24 +02:00
userland.h remove concept of translate mode 2019-12-12 14:26:24 +02:00
util.cpp const interning for 1-possible-value types 2019-11-25 15:04:49 -05:00
util.hpp fixed BREAKPOINT macro on mingw 2019-12-08 17:18:44 -05:00
windows_com.hpp
windows_sdk.cpp
windows_sdk.h
zig_clang.cpp translate-c-2 dont eval init expr 2019-12-13 15:07:10 +02:00
zig_clang.h translate-c-2 dont eval init expr 2019-12-13 15:07:10 +02: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 update clang driver code to llvm9 2019-07-19 18:07:31 -04:00
zig_clang_driver.cpp stage1: fix lost argv[0] 2019-09-22 11:21:22 -04:00
zig_llvm.cpp Generate the fn pointers into the correct address space 2019-12-15 14:42:53 -05:00
zig_llvm.h Generate the fn pointers into the correct address space 2019-12-15 14:42:53 -05:00