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
buffer.cpp
buffer.hpp
c_tokenizer.cpp
c_tokenizer.hpp
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
errmsg.hpp
error.cpp
error.hpp
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
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
util.cpp
util.hpp add f16 type 2018-06-27 16:20:04 +02:00
windows_com.hpp
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