aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-01-09Merge pull request #18491 from ziglang/fix-mod-link-obj-pathAndrew Kelley
2024-01-08compilation: fix bad path in error messageAndrew Kelley
2024-01-08Compilation: only add __MSVCRT_VERSION__ for -lcAndrew Kelley
2024-01-08Compilation: add definition to prefer ucrt for windows C/C++ filesAndrew Kelley
2024-01-08mingw: update from msvcrt to ucrtAndrew Kelley
2024-01-06Compilation: pass code model in buildOutputFromZigTristan Ross
2024-01-03compiler: fix build runner not added to cache hashAndrew Kelley
2024-01-01link: accept the update arena in flushAndrew Kelley
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01Compilation: rename before flush during whole cache modeAndrew Kelley
2024-01-01Compilation: fix cache hash of incremental buildsAndrew Kelley
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01restore -fno-emit-bin -femit-llvm-ir functionalityAndrew Kelley
2024-01-01Compilation: don't add importlib jobs when outputting C codeAndrew Kelley
2024-01-01move misc_errors from linker to CompilationAndrew Kelley
2024-01-01Compilation: inline the flush functionAndrew Kelley
2024-01-01Compilation: fix whole mode cache hashAndrew Kelley
2024-01-01Compilation: consolidate module hashing codeAndrew Kelley
2024-01-01move eh_frame_hdr from link.File to CompilationAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01Compilation: several branch regression fixesAndrew Kelley
2024-01-01compiler: push entry symbol name resolution into the linkerAndrew Kelley
2024-01-01frontend: remove deprecated field from CompilationAndrew Kelley
2024-01-01frontend: fix "any" default resolution ambiguityAndrew Kelley
2024-01-01frontend: skip astgen for builtin.zigAndrew Kelley
2024-01-01CLI: fix logic for sending output file pathAndrew Kelley
2024-01-01CLI: fix regressed logic for any_dyn_libsAndrew Kelley
2024-01-01fix compilations without zig compilation unitsAndrew Kelley
2024-01-01fix memory leak in addModuleTableToCacheHashAndrew Kelley
2024-01-01Compilation: don't store arena until it's done being usedAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01compilation: fix build artifact communication from sub-compilationAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01Compilation: oops! used comp before initAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01glibc: update to new Compilation APIAndrew Kelley
2024-01-01musl: update references to bin_file.optionsAndrew Kelley
2024-01-01fix a round of compile errors caused by this branchAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01Compilation: redo whole vs incremental logic in create and updateAndrew Kelley
2024-01-01compiler: update many references to bin_file.optionsAndrew Kelley
2024-01-01compiler: update references to targetAndrew Kelley
2024-01-01update libunwind references to bin_file.optionsAndrew Kelley
2024-01-01update references to module (to be renamed to zcu)Andrew Kelley
2024-01-01remove parent_compilation_link_libcAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01update image_base referencesAndrew Kelley
2024-01-01compiler: update references to single_threadedAndrew Kelley