aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
20 hoursall: prealloc slice with possible minimum capabilitiesShulhan
6 dayscmd/link: fallback to older minimum Windows target version on older C GNU too...qmuntal
2026-03-31cmd/link, runtime: record size of itabsIan Lance Taylor
2026-03-26cmd/link: group gcmask symbols, move them to noptrbssIan Lance Taylor
2026-03-26runtime, cmd/link: remove itablinksIan Lance Taylor
2026-03-25cmd/link: fix host object's .pdata entries orderqmuntal
2026-03-24internal/abi, cmd/link: centralize type descriptor size calculationJake Bailey
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-18cmd/link: work around race syso weak import on macOSCherry Mui
2026-03-13cmd/link: use 13.0.0 OS version for macOS linkingDmitri Shuralyov
2026-03-11cmd/link: fix macOS 13 buildRuss Cox
2026-03-10cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSIONRuss Cox
2026-03-10cmd/link: put itabs in the .go.type sectionIan Lance Taylor
2026-03-06cmd/link: sort .pdata by function start addressqmuntal
2026-03-06cmd/link: allow -no family of flags for testing compiler flagCorentin Kerisit
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-02-19cmd/link: use bfd ld 2.36+ on linux/arm64 instead of goldDimitri John Ledkov
2026-02-17all: use LF line ending for C filesCherry Mui
2026-02-13cmd/link: support PIE on linux/s390x without cgoGeorge Adams
2026-02-12cmd/link: handle runtime.type based on size, not GOOSIan Lance Taylor
2026-02-06cmd/link: only run ELF tests on ELF systemsIan Lance Taylor
2026-02-06cmd/link: use correct alignment for type descriptors on AIXIan Lance Taylor
2026-02-06cmd/link: align covctrs symbolKeith Randall
2026-02-05cmd/link: add more clang driver flags when testing flagCorentin Kerisit
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-29cmd/link: put type:* at the start of the type descriptorsIan Lance Taylor
2026-01-29cmd/link: remove AIX special case for first type descriptorIan Lance Taylor
2026-01-29cmd/link: adjust symkind comparisons in XCOFF codeIan Lance Taylor
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27cmd/link: remove unused symbol kind SFUNCTABIan Lance Taylor
2026-01-27cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSizeIan Lance Taylor
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2026-01-22cmd/link: put type descriptors in .go.type sectionIan Lance Taylor
2025-12-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-09cmd: fix some issues in the commentscuishuang
2025-12-08cmd/link: fix AIX builds after recent linker changesIan Lance Taylor
2025-12-08cmd/link: generate DWARF for moduledataIan Lance Taylor
2025-12-03cmd/link: don't update offset of existing ELF section nameIan Lance Taylor
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/link: put runtime.findfunctab in the .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: put funcdata symbols in .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: build shstrtab from ELF sectionsIan Lance Taylor
2025-11-26cmd/link: use shdr as a slice rather than counting in elfhdr.ShnumIan Lance Taylor
2025-11-26cmd/link: sort allocated ELF section headers by addressIan Lance Taylor
2025-11-18cmd/link: align sections, not symbols after DWARF compressCherry Mui