zig/src-self-hosted
Ben Noordhuis b60b01ce97 skeleton stage 2 support for 'zig build'
Initial port of the 'zig build' logic from the stage 1 compiler to the
stage 2 compiler sans code generation and BUILD_INFO support.
2018-03-28 18:30:41 +02:00
..
c.zig fix self hosted compiler on windows 2018-01-03 04:55:49 -05:00
ir.zig rename "debug safety" to "runtime safety" 2018-01-25 01:46:12 -05:00
llvm.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00
main.zig skeleton stage 2 support for 'zig build' 2018-03-28 18:30:41 +02:00
module.zig introduce std.heap.ArenaAllocator and std.heap.DirectAllocator 2018-02-12 02:14:44 -05:00
scope.zig self-hosted: build against zig_llvm and embedded LLD 2017-12-26 19:44:08 -05:00
target.zig syntax: functions require return type. remove `->` 2018-01-25 04:10:11 -05:00