aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
AgeCommit message (Expand)Author
2023-02-16[elf linker] add --sort-sectionMotiejus Jakštys
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-01link: remove union types which are now internal to backendsJakub Konka
2023-02-01link: make Wasm atoms fully owned by the linkerLuuk de Gram
2023-02-01link: make SpirV atoms fully owned by the linkerJakub Konka
2023-02-01link: decouple DI atoms from linker atoms, and manage them in Dwarf linkerJakub Konka
2023-02-01link: make Plan9 atoms fully owned by the linkerJakub Konka
2023-01-31link: make Coff atoms fully owned by the linkerJakub Konka
2023-01-31link: make Elf atoms fully owned by the linkerJakub Konka
2023-01-31link: make MachO atoms fully owned by the linkerJakub Konka
2023-01-27self-hosted: remove allocateDeclIndexes from the public link.File APIJakub Konka
2023-01-27wasm: migrate to new non-allocateDeclIndexes APILuuk de Gram
2023-01-26coff: migrate to new non-allocateDeclIndexes APIJakub Konka
2023-01-26elf: migrate to new non-allocateDeclIndexes APIJakub Konka
2023-01-26macho: completely remove allocateDeclIndexes in favor of linker trackingJakub Konka
2023-01-23std.os.windows: add possible error NETNAME_DELETED of ReadFileJan Philipp Hafer
2023-01-20zld: parse, synthesise and emit unwind recordsJakub Konka
2023-01-12wasm-linker: implement __wasm_call_ctors symbolLuuk de Gram
2023-01-05ELF linker: support common-page-size and max-page-size lld optsFrank Denis
2023-01-04windows: fixes to support using zig cc/c++ with CMake on Windowskcbanner
2023-01-04fixup formattingkcbanner
2023-01-04windows: supporting changes for boostrapping via msvckcbanner
2023-01-03add -fopt-bisect-limitGuillaume Wenzek
2022-12-29Merge pull request #14102 from Luukdegram/wasm-undefined-symbolsAndrew Kelley
2022-12-28link: fix memory leaksJacob Young
2022-12-25WebAssembly: do not link with --allow-undefined unconditionallyFrank Denis
2022-12-09Revert "coff: specify default base path for relative source paths in pdb"Jakub Konka
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-11-10win: combine PDB fixes into one changesetJakub Konka
2022-11-05std.os: take advantage of the freebsd's copy_file_rangeAli Chraghi
2022-10-29Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9Andrew Kelley
2022-10-25use fixed-size arrays for feature listsLuuk de Gram
2022-10-24link: add an explicit error set for flush() and flushModule()Andrew Kelley
2022-10-24additional fixes for Plan9Jacob G-W
2022-10-23build: add `-Donly-c` optionAndrew Kelley
2022-10-18stage2: better handling of CacheMode.whole on WindowsAndrew Kelley
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-09Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-09-09Merge pull request #12772 from ziglang/coff-basic-importsJakub Konka
2022-09-08[ld] add --print-* for diagnosticsMotiejus Jakštys
2022-09-07coff: re-enable default entrypoint for WindowsJakub Konka
2022-08-30Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-26copy_file_range: fix zigification of TXTBSYMotiejus Jakštys
2022-08-25add ability to pass force undefined symbols to the linkerJakub Konka
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley