zig/src
alexander 4a1f0e1418 Switching on bools with duplicate and missing value detection: Issue 1768 2018-12-26 10:44:25 -06:00
..
all_types.hpp ir: delete dead code 2018-12-18 15:48:26 -05:00
analyze.cpp fixups 2018-12-20 12:36:15 -05:00
analyze.hpp refactor type_requires_comptime to have possible error 2018-11-24 16:15:58 -05:00
ast_render.cpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
ast_render.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
bigfloat.cpp add f16 type 2018-06-27 16:20:04 +02:00
bigfloat.hpp add f16 type 2018-06-27 16:20:04 +02:00
bigint.cpp fix more bigint code paths and add tests 2018-09-24 16:31:22 -04:00
bigint.hpp add @popCount intrinsic 2018-07-07 00:25:32 -04:00
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 the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
buffer.hpp Crash fixes and small improvements to inline asm. (#1756) 2018-11-19 16:22:21 -05:00
c_tokenizer.cpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
c_tokenizer.hpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
cache_hash.cpp stage1: better file path handling 2018-11-26 20:04:35 -05:00
cache_hash.hpp bring back zig-cache 2018-09-11 22:25:52 -04:00
codegen.cpp ir: delete dead code 2018-12-18 15:48:26 -05: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 find libc and zig std lib at runtime 2018-03-30 17:10:54 -04:00
errmsg.cpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
errmsg.hpp use size_t for indexes 2016-09-19 11:54:01 -04:00
error.cpp stage1: better file path handling 2018-11-26 20:04:35 -05:00
error.hpp stage1: better file path handling 2018-11-26 20:04:35 -05:00
hash_map.hpp rewrite scope implementation 2016-12-01 21:08:12 -05:00
ir.cpp Switching on bools with duplicate and missing value detection: Issue 1768 2018-12-26 10:44:25 -06:00
ir.hpp stage1: rename FnTableEntry to ZigFn 2018-09-05 18:34:33 -04:00
ir_print.cpp breaking API changes to all readInt/writeInt functions & more 2018-12-12 20:35:04 -05:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
link.cpp Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2 2018-11-19 17:24:41 -05:00
list.hpp fix some -Wconversion errors 2017-04-10 20:02:39 -04:00
main.cpp fix incorrect --help text 2018-11-19 13:26:35 -05:00
os.cpp freebsd: fix os_self_exe_path function and update std lib 2018-12-12 22:28:15 -05:00
os.hpp Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2 2018-11-19 17:24:41 -05:00
parser.cpp Updated comments in parser.cpp 2018-11-17 14:42:47 +01:00
parser.hpp New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
range_set.cpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
range_set.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
softfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
target.cpp Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2 2018-11-19 17:24:41 -05:00
target.hpp aarch64 improvements 2018-11-17 11:21:00 -05:00
tokenizer.cpp rename `section` keyword to `linksection` 2018-11-17 01:38:35 -05:00
tokenizer.hpp rename `section` keyword to `linksection` 2018-11-17 01:38:35 -05:00
translate_c.cpp translate-c: --verbose-cimport prints clang command 2018-12-20 19:56:24 -05:00
translate_c.hpp limit integer types to maximum bit width of 65535 2018-11-06 11:09:14 -05:00
util.cpp tier 2 support for freebsd 2018-11-27 20:56:43 -05:00
util.hpp Crash fixes and small improvements to inline asm. (#1756) 2018-11-19 16:22:21 -05: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 self-hosted: add first compare-output test 2018-07-23 00:35:53 -04:00
zig_llvm.cpp work around to support debian's fork of llvm 7.0.1 2018-11-28 22:58:52 -05:00
zig_llvm.h support building static libraries 2018-10-09 13:15:14 -04:00