aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
AgeCommit message (Expand)Author
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01move dll_export_fns and rdynamic to Compilation.ConfigAndrew Kelley
2024-01-01update codegen.llvm 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-01remove parent_compilation_link_libcAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01update image_base referencesAndrew Kelley
2024-01-01linker: update link_mode referencesAndrew 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-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-13Compilation: remove parent_compilation_link_libcAndrew Kelley
2023-11-26os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read familyLauri Tirkkonen
2023-11-26move Module.Decl.Index and Module.Namespace.Index to InternPoolMeghan Denny
2023-11-24spirv: add -fstructured-cfg optionRobin Voetter
2023-10-26link: support exporting constant values without a DeclAndrew Kelley
2023-10-21codegen: implement lowering aligned anon declsJacob Young
2023-10-19link: initialize llvm before calling the llvm APIJacob Young
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-03codegen: separate getAnonDeclVAddr into lowerAnonDecl and the formerJakub Konka
2023-10-03link: stub out getAnonDeclVAddrAndrew Kelley
2023-09-27Merge pull request #17284 from ziglang/elf-testsJakub Konka
2023-09-26Add '--compress-debug-sections=zstd'LinuxUserGD
2023-09-26elf: properly close the output file when linkingJakub Konka
2023-09-25kubkon review changes: 3Michael Dusan
2023-09-25kubkon review changes: 1Michael Dusan
2023-09-25macos: better SDK version detectionMichael Dusan
2023-09-24resinator: do not include in only_core_functionality buildsmlugg
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-09-11elf: report undefined symbols as errorsJakub Konka
2023-09-11elf: emit relocation to an extern functionJakub Konka
2023-08-30macho: remove error.UnhandledDwFormValue from link.FileJakub Konka
2023-08-30macho: report basic __eh_frame problems as errorsJakub Konka
2023-08-30macho: remove obsolete error.FailedToResolveRelocationTargetJakub Konka
2023-08-30macho: report formatted error for unhandled symbol typesJakub Konka
2023-08-30macho: improve error reporting for re-exports mismatchJakub Konka
2023-08-30macho: convert error.TODOImplementWritingStaticLibFiles into an actual errorJakub Konka
2023-08-29link: remove unused darwin_sdk_version fieldJakub Konka
2023-08-29macho: add simple error reporting for misc errorsJakub Konka
2023-08-21frontend: directly pass resolved frameworks container to the linkerJakub Konka
2023-08-20frontend: move framework path resolution from the linker to frontendJakub Konka
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-03zig libc: restore functionality on macOSAndrew Kelley
2023-08-03frontend: make SystemLib.path optionalAndrew Kelley
2023-08-03compiler: resolve library paths in the frontendAndrew Kelley
2023-07-30link: add more respect for -fno-emit-binAndrew Kelley