aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2024-01-01move a large chunk of linker logic away from "options"Andrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01compiler: get the dynamic linker from the targetAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01Compilation: cleanup hashmap usageJacob Young
2023-12-13Compilation: remove parent_compilation_link_libcAndrew Kelley
2023-11-26move Module.Decl.Index and Module.Namespace.Index to InternPoolMeghan Denny
2023-11-26Merge pull request #18105 from Vexu/translate-cAndrew Kelley
2023-11-25translate-c: use Aro's tokenizerVeikka Tuominen
2023-11-24spirv: add -fstructured-cfg optionRobin Voetter
2023-11-19compiler: correct unnecessary uses of 'var'mlugg