.. |
all_types.hpp
|
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raulgrell-BitByteOffsetOfs
|
2018-09-21 13:10:21 -04:00 |
analyze.cpp
|
fix self reference through fn ptr field crash
|
2018-09-25 10:45:11 -04:00 |
analyze.hpp
|
better string literal caching implementation
|
2018-09-20 11:04:31 -04:00 |
ast_render.cpp
|
remove this . add @This() .
|
2018-09-13 16:34:33 -04: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
|
basic compiler id hash working
|
2018-09-09 18:38:41 -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 |
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
|
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raulgrell-BitByteOffsetOfs
|
2018-09-21 13:10:21 -04: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
|
windows os.cpp implementations
|
2018-09-12 11:33:26 -04:00 |
error.hpp
|
windows os.cpp implementations
|
2018-09-12 11:33:26 -04:00 |
hash_map.hpp
|
rewrite scope implementation
|
2016-12-01 21:08:12 -05:00 |
ir_print.cpp
|
builtin functions: @byteOffsetOf and @bitOffsetOf
|
2018-09-07 22:49:19 +01:00 |
ir_print.hpp
|
make undefined as a constant value lazy
|
2017-04-23 14:34:40 -04:00 |
ir.cpp
|
fix @compileLog having unintended side effects
|
2018-09-22 10:46:22 -04:00 |
ir.hpp
|
stage1: rename FnTableEntry to ZigFn
|
2018-09-05 18:34:33 -04:00 |
link.cpp
|
ability to disable cache. off by default except for...
|
2018-09-11 00:32:40 -04:00 |
list.hpp
|
fix some -Wconversion errors
|
2017-04-10 20:02:39 -04:00 |
main.cpp
|
remove zig build --init . add zig init-lib and zig init-exe
|
2018-09-17 17:11:18 -04:00 |
os.cpp
|
rm extraneous macro
|
2018-09-22 10:50:35 -04:00 |
os.hpp
|
remove zig build --init . add zig init-lib and zig init-exe
|
2018-09-17 17:11:18 -04:00 |
parser.cpp
|
remove this . add @This() .
|
2018-09-13 16:34:33 -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
|
Merge remote-tracking branch 'origin/master' into llvm7
|
2018-09-16 10:51:58 -04:00 |
target.hpp
|
Merge remote-tracking branch 'origin/master' into llvm7
|
2018-09-16 10:51:58 -04:00 |
tokenizer.cpp
|
remove this . add @This() .
|
2018-09-13 16:34:33 -04:00 |
tokenizer.hpp
|
remove this . add @This() .
|
2018-09-13 16:34:33 -04:00 |
translate_c.cpp
|
Ignore class-memaccess error for gcc 8 and above
|
2018-09-24 14:01:59 -04:00 |
translate_c.hpp
|
rename "parsec" to "translate-c"
|
2017-11-24 14:56:05 -05:00 |
util.cpp
|
alternate fix using the rest() function
|
2018-09-13 11:24:57 -04:00 |
util.hpp
|
alternate fix using the rest() function
|
2018-09-13 11:24:57 -04:00 |
windows_com.hpp
|
compiling on mingw is now supported (#1542)
|
2018-09-18 00:13:17 -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
|
Ignore class-memaccess error for gcc 8 and above
|
2018-09-24 14:01:59 -04:00 |
zig_llvm.h
|
Merge remote-tracking branch 'origin/master' into llvm7
|
2018-09-16 10:51:58 -04:00 |