aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.hpp
AgeCommit message (Expand)Author
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07fix regressions on macosAndrew Kelley
2019-03-05dynamic linker path is independent from libc installationAndrew Kelley
2019-03-04initial glibc supportAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-25building DLLs on Windows works betterAndrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2019-02-06require running std lib tests coherentlyAndrew Kelley
2018-12-23msvc subsystem option handling; added uefi os typenebulaeonline
2018-09-11Merge remote-tracking branch 'origin/master' into stage1-cachingAndrew Kelley
2018-09-10stage1 caching: zig no longer uses zig-cacheAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-10stage1: always optimize blake and softfloat even in debug modeAndrew Kelley
2018-09-07stage1: refactor fn type analysis to use C ABI walk fnAndrew Kelley
2018-09-07stage1: c abi for big struct worksAndrew Kelley
2018-09-05start creating a hash of input parametersAndrew Kelley
2018-09-04port std.os.path.resolve to stage1Andrew Kelley
2018-06-07langref: automatic update of builtin.zigAndrew Kelley
2018-02-04add --forbid-libraryAndrew Kelley
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-03Add emit command-line option (#580)Marc Tiehuis
2017-11-01windows: use the same libc search within a compilation unitAndrew Kelley
2017-11-01WIN32: Linking with the CRT at runtime. (#570)Dimenus
2017-10-27Merge branch 'master' into self-hostedAndrew Kelley
2017-10-25cleaner verbose flags and zig build prints failed commandAndrew Kelley
2017-10-24wip self hosted codeAndrew Kelley
2017-10-16look for libc at runtime on windowsAndrew Kelley
2017-10-15clean up some resourcesAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01fix implementation of --zig-std-dirAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-09-17add -mllvm supportAndrew Kelley
2017-09-05rename parseh to parsecAndrew Kelley
2017-09-02rewrite parseh to use AST instead of direct typesAndrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-05-02add safe release build modeAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-25add some timing diagnosticsAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-05add support to use zig as a linker driverAndrew Kelley
2017-04-05ability to use zig as an assemblerAndrew Kelley