index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
link_test.go
Age
Commit message (
Expand
)
Author
2026-03-27
cmd/link: run TestMachOBuildVersion only on darwin
Cherry Mui
2026-03-27
Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with ot...
Cherry Mui
2026-03-25
cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other tests
Cherry Mui
2026-03-24
cmd/link: print more information in TestExtLinkCmdlineDeterminism
Cherry Mui
2026-03-13
cmd/link: use 13.0.0 OS version for macOS linking
Dmitri Shuralyov
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-02-06
cmd/link: make TestTypePlacement work on AIX
Ian Lance Taylor
2026-01-22
cmd/link: put type descriptors in .go.type section
Ian Lance Taylor
2025-12-27
cmd: fix unused errors reported by ineffassign
Lin Lin
2025-12-08
cmd/link: fix AIX builds after recent linker changes
Ian Lance Taylor
2025-11-26
cmd/link: test that moduledata is in its own section
Ian Lance Taylor
2025-11-26
cmd/link: test that findfunctab is in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: test that funcdata values are in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: always run current linker in tests
Ian Lance Taylor
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-15
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests
Michael Anthony Knyszek
2025-08-29
cmd/link: disallow linkname of runtime.addmoduledata
zuojunwei.1024
2025-05-28
cmd/link: allow linkname reference to a TEXT symbol regardless of size
Cherry Mui
2025-05-21
cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linking
Dmitri Shuralyov
2025-05-21
cmd/link: require cgo internal linking in TestIssue33979
Michael Pratt
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-04-03
cmd/link/internal/ld: introduce -funcalign=N option
Aleksey Markin
2025-03-31
cmd/link: close file in tempdir so Windows can delete it
Damien Neil
2025-03-28
cmd/link: choose one with larger size for duplicated BSS symbols
Cherry Mui
2024-12-12
cmd/internal/obj: disallow linknamed access to builtin symbols
Cherry Mui
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-10-21
cmd/link: fix TestTrampoline symbol name check on PPC64
Paul E. Murphy
2024-10-21
cmd/link: apply -B UUID to external linking on Mach-O
Cherry Mui
2024-10-21
cmd/link: check if the trampoline is actually added
limeidan
2024-08-09
cmd/link: add support for trampoline insertation on loong64
limeidan
2024-05-24
cmd/link: print the seed in TestRandLayout
Cherry Mui
2024-05-17
cmd/link: enable checklinkname by default
Cherry Mui
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-05-10
cmd/compile, cmd/link: disallow linkname of some newly added internal functions
Cherry Mui
2024-03-09
cmd/link: fix typo in comment
guoguangwu
2024-02-16
cmd/link: add -randlayout flag to randomize function ordering
Cherry Mui
2024-02-14
cmd/link/internal/ld: unify OS/SDK versions for macOS linking
Dmitri Shuralyov
2023-09-28
cmd/link: unskip TestBuildForTvOS on dwarin/arm64
Cherry Mui
2023-07-21
cmd/link: test the -s flag
Cherry Mui
2023-07-20
cmd/link: pass flags to external linker in deterministic order
Cherry Mui
2023-07-20
cmd/link: handle dynamic import variables on Darwin
Cherry Mui
2023-04-07
cmd/link, cmd/internal/obj/loong64: support the PCALIGN directive
WANG Xuerui
2023-03-10
all: skip tests that fail on android/arm64
Bryan C. Mills
2023-03-02
cmd/link/internal/ld: move more of mustLinkExternal into internal/platform
Bryan C. Mills
2023-02-02
internal/testenv: avoid rebuilding all of std in WriteImportcfg
Bryan C. Mills
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-25
cmd/link: don't export all symbols for ELF external linking
Ian Lance Taylor
2022-11-15
cmd/link: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
[next]