aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
22 hoursall: prealloc slice with possible minimum capabilitiesShulhan
6 dayscmd/link: fallback to older minimum Windows target version on older C GNU too...qmuntal
14 dayscmd/link: make dupok symbol handling path clearerCherry Mui
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
2026-04-01cmd/link: remove SITABLINKIan Lance Taylor
2026-03-31cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from l...limeidan
2026-03-31cmd/link, runtime: record size of itabsIan Lance Taylor
2026-03-27cmd/link: run TestMachOBuildVersion only on darwinCherry Mui
2026-03-27Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with ot...Cherry Mui
2026-03-27all: remove openbsd/mips64 portTobias Klauser
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-25cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other testsCherry Mui
2026-03-24cmd/link: print more information in TestExtLinkCmdlineDeterminismCherry Mui
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-22cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from t...limeidan
2026-03-19cmd/link: propagate Mach-O section alignment to symbol in loadmachopenglei
2026-03-19cmd/link: skip special symbols for label symbol generationCherry Mui
2026-03-18cmd/link/internal/loong64: add immediate range detection to the internal linkerlimeidan
2026-03-18cmd/link: work around race syso weak import on macOSCherry Mui
2026-03-18cmd/link: modify the register used in trampolinelimeidan
2026-03-18cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64Guoqi Chen
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-27cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64limeidan
2026-02-25Revert "cmd/compile: add loclist for removed DCL nodes"Cherry Mui
2026-02-24cmd/compile: add loclist for removed DCL nodesDerek Parker
2026-02-19cmd/link: use bfd ld 2.36+ on linux/arm64 instead of goldDimitri John Ledkov
2026-02-18cmd/link: don't pass -Wl,-S on illumosPeter Tribble
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-11cmd/link: correct libc dynamic linker pathMeng Zhuo
2026-02-06cmd/link: run ELF tests on SolarisIan Lance Taylor
2026-02-06cmd/link: only run ELF tests on ELF systemsIan Lance Taylor
2026-02-06cmd/link: make TestTypePlacement work on AIXIan 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-06cmd/link: ignore GCC generated .wm4/.wm8 symbols with no typeIan Lance Taylor
2026-02-06cmd/link: correct error message in loadelf.LoadIan Lance Taylor
2026-02-05cmd/link: add more clang driver flags when testing flagCorentin Kerisit