zig/src
2018-07-17 10:27:18 -04:00
..
all_types.hpp all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
analyze.cpp all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
analyze.hpp all integer sizes are available as primitives 2018-07-16 10:53:15 -04:00
ast_render.cpp breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
ast_render.hpp
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 codegen: remove unused variable 2018-07-16 11:59:37 -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
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
ir_print.cpp ir: refactor lvalues 2018-07-11 21:37:47 -04:00
ir_print.hpp
ir.cpp revert commit 860d3da915 ; please see #1249 for more information; (#1255) 2018-07-17 10:27:18 -04:00
ir.hpp
link.cpp always link against compiler_rt.o even when linking libc 2018-07-02 14:10:27 -04:00
link.hpp
list.hpp
main.cpp self-hosted: first passing test 2018-07-10 20:18:43 -04:00
os.cpp Fix os_path_join for case where dirname is empty 2018-06-26 13:31:32 -04:00
os.hpp Add run compiler command 2018-04-01 17:03:06 +12:00
parser.cpp breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -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
range_set.hpp
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 Correct hex-float parsing 2018-06-28 20:12:03 +12:00
tokenizer.hpp breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
translate_c.cpp all integer sizes are available as primitives 2018-07-16 10:53:15 -04: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 add f16 type 2018-06-27 16:20:04 +02:00
windows_com.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -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: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00