aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.hpp
AgeCommit message (Expand)Author
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-16rename libuserland to libstage2Andrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-01-03translate-c supports --cache onAndrew Kelley
2019-12-29use self hosted translate-c for cimportsVexu
2019-10-22integrate stage1 progress display with semantic analysisAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-10-03fix noreturn attribute for msvcAndrew Kelley
2019-10-03add -fdump-analysis to dump type information to jsonAndrew Kelley
2019-09-25remove --override-std-dir. fix issues caused by moving std libAndrew Kelley
2019-08-06improve async function semanticsAndrew Kelley
2019-08-05async functions have error return traces where appropriateAndrew Kelley
2019-08-05support async functions with inferred error setsAndrew Kelley
2019-07-22disable segfault handler when panickingAndrew Kelley
2019-07-10mingw: building and linking mingw32.libAndrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-05-29cleanups for windows subsystem in builtin.zigAndrew Kelley
2019-05-08fix build on macOSAndrew Kelley
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