zig/src-self-hosted
Vexu 798d05dd02
add workaround for #3190
2019-11-26 22:11:04 +02:00
..
arg.zig self hosted compiler: use enum literals 2019-11-07 10:30:56 +02:00
c.zig run zig fmt to update `use` to `usingnamespace` 2019-05-29 19:09:58 -04:00
c_int.zig self hosted compiler: small fixes to imports and declarations 2019-11-07 10:30:56 +02:00
clang.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
codegen.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
compilation.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
decl.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
dep_tokenizer.zig rename std.heap.direct_allocator to std.heap.page_allocator 2019-11-25 17:25:06 -05:00
errmsg.zig self hosted compiler: use enum literals 2019-11-07 10:30:56 +02:00
introspect.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
ir.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
libc_installation.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
link.zig add workaround for #3190 2019-11-26 22:11:04 +02:00
llvm.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
main.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
package.zig changing occurrences of HashMap with []const u8 as keys for StringHashMap 2019-09-03 23:53:05 +02:00
scope.zig self hosted compiler: use enum literals 2019-11-07 10:30:56 +02:00
stage1.zig Avoid deprecated cwd-based functions for opening directories, preferring to open explicitly relative to `Dir.cwd()`. 2019-11-25 23:46:48 -05:00
test.zig fixes and cleanup in self hosted 2019-11-26 11:52:12 +02:00
translate_c.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
type.zig add workaround for #3190 2019-11-26 22:11:04 +02:00
util.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
value.zig solve recursion in self hosted 2019-11-26 18:25:29 +02:00
visib.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00