zig/src-self-hosted
Andrew Kelley cb38bd0a14
rename std.heap.direct_allocator to std.heap.page_allocator
std.heap.direct_allocator is still available for now but it is marked
deprecated.
2019-11-25 17:25:06 -05: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 Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
compilation.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
decl.zig self hosted compiler: various small fixes 2019-11-08 00:18:14 +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 Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
libc_installation.zig only test stage2 on linux 2019-11-23 23:45:54 +02:00
link.zig Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
llvm.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
main.zig self hosted compiler: small miscellaneous fixes 2019-11-23 21:57:24 +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 make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
test.zig self hosted compiler: final small fixes to get it compiling 2019-11-24 10:24:47 +02:00
translate_c.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
type.zig self hosted compiler: small miscellaneous fixes 2019-11-23 21:57:24 +02:00
util.zig make std.mem.toSlice use null terminated pointers 2019-11-24 21:21:05 -05:00
value.zig Merge remote-tracking branch 'origin/master' into null-terminated-pointers 2019-11-24 20:28:46 -05:00
visib.zig New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00