zig/src
2018-11-13 14:43:08 +01:00
..
all_types.hpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
analyze.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
analyze.hpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
ast_render.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
ast_render.hpp
bigfloat.cpp
bigfloat.hpp
bigint.cpp fix more bigint code paths and add tests 2018-09-24 16:31:22 -04: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 basic compiler id hash working 2018-09-09 18:38:41 -04:00
c_tokenizer.cpp
c_tokenizer.hpp
cache_hash.cpp stage1 caching: don't write manifest until cache release 2018-09-18 15:35:03 -04:00
cache_hash.hpp bring back zig-cache 2018-09-11 22:25:52 -04:00
codegen.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
codegen.hpp Merge remote-tracking branch 'origin/master' into stage1-caching 2018-09-11 15:56:04 -04:00
compiler.cpp remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
compiler.hpp remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
config.h.in
errmsg.cpp
errmsg.hpp
error.cpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
error.hpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
hash_map.hpp
ir_print.cpp remove @minValue,@maxValue; add std.math.minInt,maxInt 2018-10-26 15:01:51 -04:00
ir_print.hpp
ir.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
ir.hpp stage1: rename FnTableEntry to ZigFn 2018-09-05 18:34:33 -04:00
link.cpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
list.hpp
main.cpp support building static self hosted compiler on macos 2018-11-02 00:54:34 -04:00
os.cpp made colored output more consistent (#1706) 2018-11-08 00:36:36 -05:00
os.hpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
parser.cpp Fixed error where we didn't expect the return type of a function 2018-11-13 14:43:08 +01:00
parser.hpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp fix stack pointer register name on i386 2018-10-25 18:25:53 -04:00
target.hpp support building static libraries 2018-10-09 13:15:14 -04:00
tokenizer.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
tokenizer.hpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
translate_c.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
translate_c.hpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
util.cpp alternate fix using the rest() function 2018-09-13 11:24:57 -04:00
util.hpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08: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_llvm.cpp support building static libraries 2018-10-09 13:15:14 -04:00
zig_llvm.h support building static libraries 2018-10-09 13:15:14 -04:00