zig/src-self-hosted
Andrew Kelley f5a67dba08 self-hosted: implicit cast comptime ints to other ints
we now have successful exit codes from main linking
against libc
2018-07-20 01:46:49 -04:00
..
arg.zig clean up self hosted main. delete unsupported commands 2018-06-22 01:54:38 -04:00
c.zig define c macros before importing llvm h files 2018-07-09 22:05:22 -04:00
c_int.zig self-hosted: progress on IR for supporting libc hello world 2018-07-19 00:08:47 -04:00
codegen.zig self-hosted: linking against libc 2018-07-18 17:43:36 -04:00
compilation.zig self-hosted: convert some stuff to async/await 2018-07-20 00:13:48 -04:00
decl.zig self-hosted: refactor ParsedFile out of existence 2018-07-19 15:11:39 -04:00
errmsg.zig self-hosted: basic IR pass2 2018-07-13 21:56:38 -04:00
introspect.zig self-hosted: first passing test 2018-07-10 20:18:43 -04:00
ir.zig self-hosted: implicit cast comptime ints to other ints 2018-07-20 01:46:49 -04:00
libc_installation.zig self-hosted: linking against libc 2018-07-18 17:43:36 -04:00
link.zig self-hosted: linking against libc 2018-07-18 17:43:36 -04:00
llvm.zig self-hosted: progress on IR for supporting libc hello world 2018-07-19 00:08:47 -04:00
main.zig self-hosted: linking against libc 2018-07-18 17:43:36 -04:00
package.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
scope.zig self-hosted: refactor ParsedFile out of existence 2018-07-19 15:11:39 -04:00
target.zig self-hosted: progress on IR for supporting libc hello world 2018-07-19 00:08:47 -04:00
test.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
type.zig self-hosted: convert some stuff to async/await 2018-07-20 00:13:48 -04:00
value.zig self-hosted: implicit cast comptime ints to other ints 2018-07-20 01:46:49 -04:00
visib.zig self-hosted: generate zig IR for simple function 2018-07-12 15:12:44 -04:00