.. |
all_types.hpp
|
add compile error for comptime control flow inside runtime block
|
2018-09-04 15:28:35 -04:00 |
analyze.cpp
|
add compile error for comptime control flow inside runtime block
|
2018-09-04 15:28:35 -04:00 |
analyze.hpp
|
add compile error for comptime control flow inside runtime block
|
2018-09-04 15:28:35 -04:00 |
ast_render.cpp
|
src/ast_render.cpp: remove promise_symbol from suspend;
|
2018-08-02 16:50:08 +09: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
|
add @popCount intrinsic
|
2018-07-07 00:25:32 -04:00 |
bigint.hpp
|
add @popCount intrinsic
|
2018-07-07 00:25:32 -04:00 |
buffer.cpp
|
the same string literal codegens to the same constant
|
2018-01-11 21:02:30 -05:00 |
buffer.hpp
|
fix up msvc stuff to make it work on linux and macos too
|
2017-09-13 02:40:02 -04: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 |
codegen.cpp
|
add compile error for comptime control flow inside runtime block
|
2018-09-04 15:28:35 -04:00 |
codegen.hpp
|
langref: automatic update of builtin.zig
|
2018-06-07 19:10:45 -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
|
fix build broken by previous commit
|
2017-11-29 23:09:35 -05:00 |
error.hpp
|
fix build broken by previous commit
|
2017-11-29 23:09:35 -05:00 |
hash_map.hpp
|
rewrite scope implementation
|
2016-12-01 21:08:12 -05:00 |
ir.cpp
|
compile error for @noInlineCall on an inline fn
|
2018-09-04 17:38:48 -04:00 |
ir.hpp
|
rewrite parseh to use AST instead of direct types
|
2017-09-02 04:11:23 -04:00 |
ir_print.cpp
|
add compile error for comptime control flow inside runtime block
|
2018-09-04 15:28:35 -04:00 |
ir_print.hpp
|
make undefined as a constant value lazy
|
2017-04-23 14:34:40 -04:00 |
link.cpp
|
self-hosted: basic linker code for macos
|
2018-07-23 17:38:03 -04:00 |
link.hpp
|
ability to cross compile
|
2016-02-11 01:33:27 -07:00 |
list.hpp
|
fix some -Wconversion errors
|
2017-04-10 20:02:39 -04:00 |
main.cpp
|
self-hosted: first passing test
|
2018-07-10 20:18:43 -04:00 |
os.cpp
|
self-hosted: share C++ code for finding libc on windows
|
2018-07-20 23:38:13 -04:00 |
os.hpp
|
self-hosted: share C++ code for finding libc on windows
|
2018-07-20 23:38:13 -04:00 |
parser.cpp
|
pull request fixups
|
2018-08-02 14:15:31 -04:00 |
parser.hpp
|
fix examples and rename std.rand.Rand to std.rand.Random
|
2018-03-29 12:33:29 -04: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 |
result.hpp
|
fix stack traces on linux
|
2018-08-25 03:07:37 -04:00 |
softfloat.hpp
|
depend on embedded SoftFloat-3d instead of __float128
|
2017-09-14 01:46:47 -04:00 |
target.cpp
|
msp430 target: c_long is always 32 bits
|
2018-06-18 01:03:45 -04:00 |
target.hpp
|
add @newStackCall builtin function
|
2018-05-12 17:35:15 -04:00 |
tokenizer.cpp
|
fix invalid character test on windows
|
2018-07-18 10:51:42 -04:00 |
tokenizer.hpp
|
breaking syntax change: orelse keyword instead of ?? (#1096)
|
2018-06-10 01:13:51 -04:00 |
translate_c.cpp
|
Translate-c: Check for error before working on while loop body (#1445)
|
2018-08-31 23:17:17 +02:00 |
translate_c.hpp
|
rename "parsec" to "translate-c"
|
2017-11-24 14:56:05 -05:00 |
util.cpp
|
support linking against MSVC libc
|
2017-10-01 21:05:08 -04:00 |
util.hpp
|
fix stack traces on linux
|
2018-08-25 03:07:37 -04:00 |
windows_com.hpp
|
WIN32: Linking with the CRT at runtime. (#570)
|
2017-11-01 15:33:14 -04:00 |
windows_sdk.cpp
|
i#1438: src/windows_sdk.cpp: fix version guard in `find_81_version`;
|
2018-09-01 12:02:21 +09:00 |
windows_sdk.h
|
self-hosted: add first compare-output test
|
2018-07-23 00:35:53 -04:00 |
zig_llvm.cpp
|
self-hosted: create tmp dir for .o files and emit .o file for fn
|
2018-07-16 20:52:50 -04:00 |
zig_llvm.h
|
self-hosted: linking
|
2018-07-17 13:18:13 -04:00 |