zig/src-self-hosted
Andrew Kelley 02713e8d8a fix race conditions in self-hosted compiler; add test
* fix race condition in std.event.Channel deinit
 * add support to zig build for --no-rosegment
 * add passing self-hosted compare-output test for calling a function
 * put a global lock on LLD linking because it's not thread safe
2018-07-24 21:28:54 -04:00
..
arg.zig
c.zig self-hosted: share C++ code for finding libc on windows 2018-07-20 23:38:13 -04:00
c_int.zig
codegen.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
compilation.zig fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
decl.zig self-hosted can compile libc hello world 2018-07-22 23:28:53 -04:00
errmsg.zig self-hosted: fix error messages not cleaning up correctly 2018-07-23 14:28:14 -04:00
introspect.zig
ir.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
libc_installation.zig self-hosted: find all libc paths; windows linker code 2018-07-24 00:06:34 -04:00
link.zig fix race conditions in self-hosted compiler; add test 2018-07-24 21:28:54 -04:00
llvm.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
main.zig self-hosted: fix error messages not cleaning up correctly 2018-07-23 14:28:14 -04:00
package.zig
scope.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
target.zig self-hosted: basic linker code for macos 2018-07-23 17:38:03 -04:00
test.zig self-hosted: fix error messages not cleaning up correctly 2018-07-23 14:28:14 -04:00
type.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
value.zig self-hosted: function calling another function 2018-07-24 20:24:05 -04:00
visib.zig