zig/src
Andrew Kelley 6e57243a79 zig fmt: preserve comments in front of test blocks
* refactor std.zig.parser
 * fix compiler crashing for some compile errors
 * take advantage of @field in std.zig.ast
 * move ast.NodeFoo to ast.Node.Foo
 * comment preservation is more explicit

See #911
2018-04-20 02:15:09 -04:00
..
all_types.hpp Optimized field ptr ir for hot path and fix assignment bug 2018-04-19 21:34:18 +02:00
analyze.cpp support break in suspend blocks 2018-04-18 22:21:54 -04:00
analyze.hpp support break in suspend blocks 2018-04-18 22:21:54 -04:00
ast_render.cpp *WIP* async/await TCP server 2018-04-08 18:26:24 -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 @sqrt built-in function 2018-04-15 13:26:58 -04:00
bigfloat.hpp add @sqrt built-in function 2018-04-15 13:26:58 -04:00
bigint.cpp More tests, and fixed none negative bigint xor 2018-01-17 14:31:47 +01: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 Added field builtin function 2018-04-19 20:11:16 +02:00
codegen.hpp add --forbid-library 2018-02-04 22:06:03 -05: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 zig fmt: preserve comments in front of test blocks 2018-04-20 02:15:09 -04:00
ir.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
ir_print.cpp Optimized field ptr ir for hot path and fix assignment bug 2018-04-19 21:34:18 +02:00
ir_print.hpp make undefined as a constant value lazy 2017-04-23 14:34:40 -04:00
link.cpp add --no-rosegment cli option 2018-04-18 17:14:09 -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 add --no-rosegment cli option 2018-04-18 17:14:09 -04:00
os.cpp fix linux implementation of self exe path 2018-04-15 12:57:45 -04:00
os.hpp Add run compiler command 2018-04-01 17:03:06 +12:00
parser.cpp support break in suspend blocks 2018-04-18 22:21:54 -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
softfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
target.cpp find libc and zig std lib at runtime 2018-03-30 17:10:54 -04:00
target.hpp Darwin -> MacOSX, added Zen. See #438 2018-01-06 23:10:53 -05:00
tokenizer.cpp add promise->T syntax parsing 2018-03-24 19:25:53 -04:00
tokenizer.hpp add promise->T syntax parsing 2018-03-24 19:25:53 -04:00
translate_c.cpp translate-c: add missing case labels 2018-03-08 11:47:07 -05: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 error sets - most tests passing 2018-02-08 02:08:45 -05:00
windows_com.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -04:00
zig_llvm.cpp improve cmpxchg 2018-04-18 12:16:42 -04:00
zig_llvm.h improve cmpxchg 2018-04-18 12:16:42 -04:00