zig/src
Ben Noordhuis 03f66825d6 support --emit in 'test' command
Support the `--emit` switch in `zig --emit asm test file.zig`.

The command fails because no tests run (no executable is created) but
it emits the requested file.  That seems like a good tradeoff.
2018-06-29 23:32:10 +02:00
..
all_types.hpp add f16 type 2018-06-27 16:20:04 +02:00
analyze.cpp fix coroutine accessing freed memory 2018-06-27 18:45:21 -04:00
analyze.hpp rename get_maybe_type to get_optional_type 2018-06-26 15:11:05 -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 Fix logic 2018-06-21 08:17:08 -04:00
bigint.hpp ability to set tag values of enums 2017-12-02 22:32:39 -05: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 f16 type 2018-06-27 16:20:04 +02: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 remove enum to/from int casting syntax; add @enumToInt/@intToEnum 2018-06-19 03:50:38 -04:00
ir_print.hpp
ir.cpp Clarify reason implicit cast does not work for large RHS (#1168) 2018-06-29 14:52:25 -04:00
ir.hpp
link.cpp add basic std lib code for loading dynamic libraries 2018-06-16 17:01:23 -04:00
link.hpp
list.hpp
main.cpp support --emit in 'test' command 2018-06-29 23:32:10 +02: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 breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -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 support --target-arch wasm32 (#1094) 2018-06-09 22:39:22 -04:00
zig_llvm.h improve cmpxchg 2018-04-18 12:16:42 -04:00