aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/target.zig
AgeCommit message (Expand)Author
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-11-27tier 2 support for freebsdAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-20Set up libc/rtld paths for FreeBSDGreg V
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-08initial arm64 supportShawn Landden
2018-07-23self-hosted: basic linker code for macosAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew Kelley
2018-07-18self-hosted: linking against libcAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-11self-hosted: link with LLVMAndrew Kelley