aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-11-07Merge pull request #17771 from ehaas/mingw-aroAndrew Kelley
2023-11-07Merge pull request #17873 from ziglang/elf-archiveJakub Konka
2023-11-06Compilation: unconditionally close open file handles for writable danceJakub Konka
2023-11-06frontend: fix -fsingle-threaded default detection logicAndrew Kelley
2023-11-04Merge pull request #17844 from ziglang/elf-objectJakub Konka
2023-11-04Compilation: take into account if LLVM is available in lib-building logicJakub Konka
2023-11-04Compilation: refactor logic for library-building capabilitiesAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03frontend: rip out Decl dependenciesAndrew Kelley
2023-11-03comp: remove CBE guards for aroEvan Haas
2023-10-28frontend: make Decl.zir_decl_index typedAndrew Kelley
2023-10-25cbe: update `DeclGen.decl_index` to support anon declsJacob Young
2023-10-23frontend: rework `@embedFile` for incremental compilationAndrew Kelley
2023-10-23Merge pull request #17651 from Vexu/error-limitAndrew Kelley
2023-10-21InternPool: store alignment of anon declsAndrew Kelley
2023-10-21make distinct error limit configurableVeikka Tuominen
2023-10-20Revert "make distinct error limit configurable"Andrew Kelley
2023-10-20Merge pull request #17608 from squeek502/resinator-fixesAndrew Kelley
2023-10-20llvm: set PIE only for executablesMichael Dusan
2023-10-18Revert "Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath"Andrew Kelley
2023-10-18Error if an .rc file uses the 'preprocess only' or 'no preprocess' flagsRyan Liptak
2023-10-18Sync resinator with upstream and fix INCLUDE env var handlingRyan Liptak
2023-10-18compiler: fix LTO availability logicAndrew Kelley
2023-10-18compiler: better default for valgrindAndrew Kelley
2023-10-18Merge pull request #17524 from Vexu/aro-translate-cAndrew Kelley
2023-10-17add c_frontend to translate-c cache hashVeikka Tuominen
2023-10-16make distinct error limit configurableVeikka Tuominen
2023-10-15Add preliminary support for Windows .manifest filesRyan Liptak
2023-10-12Add `zig rc` subcommand, a drop-in replacement for rc.exeRyan Liptak
2023-10-10revert compiler_rt: no need to put it in a static libraryAndrew Kelley
2023-10-10Compilation: default to self-hosted backend when not using libllvmAndrew Kelley
2023-10-10compiler_rt: no need to put it in a static libraryAndrew Kelley
2023-10-08give modules friendly names for error reportingAndrew Kelley
2023-10-08fix using the wrong allocator for modulesAndrew Kelley
2023-10-08use long-lived arena for `@cImport`-generated ModuleAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-03C backend: start handling anonymous declsAndrew Kelley
2023-10-01CLI: fix -fno-clangAndrew Kelley
2023-10-02Merge pull request #17221 from Vexu/aro-translate-cVeikka Tuominen
2023-10-01aro-translate-c: translate enumsVeikka Tuominen
2023-10-01add compiler flag for selecting C frontendVeikka Tuominen
2023-10-01x86_64: implement and test unary float builtinsJacob Young
2023-09-29C backend: remove ?*Decl from DeclGenAndrew Kelley
2023-09-28Compilation: introduce saveState()Andrew Kelley
2023-09-26Merge pull request #17152 from mikdusan/macos-sdkAndrew Kelley
2023-09-26define `_WIN32_WINNT` for windows compilations based on target minver (#17224)Phil Richards
2023-09-25kubkon review changes: 3Michael Dusan
2023-09-25kubkon review changes: 1Michael Dusan