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
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
2022-10-28
cmd/go: don't install most GOROOT .a files in pkg
Michael Matloob
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-10-04
cmd/internal/sys: migrate support.go functions to new internal pkg
Than McIntosh
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-05-17
cmd/link: support linker for linux/loong64
Xiaodong Liu
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-11
cmd/asm: require -p flag
Cherry Mui
2022-04-19
cmd/link: use TOC-relative trampolines on PPC64 when needed
Paul E. Murphy
2022-03-23
cmd/compile: default to -p=main for main package
Cherry Mui
2022-03-22
cmd/link: write output in temp dir in TestUnlinkableObj
Cherry Mui
2022-03-22
cmd/compile, cmd/link: produce unlinkable object when compile without -p
Cherry Mui
2022-03-09
cmd/compile: require -p flag
Russ Cox
2021-11-04
cmd/link: don't use label symbol for absolute address relocations on ARM64 PE
Cherry Mui
2021-08-16
cmd: support space and quotes in CC and CXX
Jay Conrod
2021-06-14
[dev.typeparams] all: merge master (fdab5be) into dev.typeparams
Matthew Dempsky
2021-06-09
cmd/link: fix bug in -strictdups checking of BSS symbols
Than McIntosh
2021-06-03
[dev.typeparams] cmd/link: take function address in assembly in TestFuncAlign
Cherry Mui
2021-05-27
cmd/link: accept Windows line-ending in TestTrampolineCgo
Cherry Mui
2021-04-29
cmd/link: test trampolines with cgo
Cherry Zhang
2021-04-29
cmd/link: support trampoline insertion on ARM64
Cherry Zhang
2021-04-23
all: do not test internal linking on windows/arm64
Russ Cox
2021-04-22
cmd/link: emit LC_BUILD_VERSION on Mach-O
Cherry Zhang
2021-03-08
cmd/link: use testing.T.TempDir in tests
Brad Fitzpatrick
2021-02-26
cmd/link: recognize ARM64 PE files and relocations
Jason A. Donenfeld
2021-02-13
cmd/link: fix typo in link_test.go
Ikko Ashimine
2021-01-15
cmd/link: remove GOROOT write in TestBuildForTvOS
Dmitri Shuralyov
2020-12-22
cmd/link: handle grouped resource sections
Jason A. Donenfeld
2020-12-16
cmd/link: handle large relocation addend on darwin/arm64
Cherry Zhang
2020-11-05
cmd/link: report error if builtin referenced but not defined
Than McIntosh
2020-10-22
cmd/internal/obj: use correct symbol size for Hashed64 classification
Cherry Zhang
2020-10-17
cmd/link: use GOOS=ios for TestBuildForTvOS
Cherry Zhang
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-21
cmd/link: add go.mod to TestFuncAlign
Jay Conrod
2020-09-11
cmd/link: add a test to test RODATA is indeed read-only
Cherry Zhang
2020-09-10
cmd/link: add copyright header
Cherry Zhang
2020-08-25
cmd/link: remove superfluous check in TestIssue34788Android386TLSSequence
Tobias Klauser
2020-07-21
[dev.link] cmd/link: fix hash collision check
Cherry Zhang
2020-07-07
[dev.link] cmd/link: run more tests in parallel
Cherry Zhang
2020-06-19
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-19
cmd/link: use sym.Symbol in addpersrc
Cherry Zhang
2020-05-21
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-05-15
cmd/link: detect trampoline of deferreturn call
Cherry Zhang
2020-05-04
[dev.link] cmd: delete old object support
Cherry Zhang
2020-04-24
[dev.link] cmd/link: check fingerprint for index consistency
Cherry Zhang
2020-04-23
[dev.link] cmd/link: clean up some tests
Cherry Zhang
2020-04-16
[dev.link] cmd/link: add a test for trampoline insertion
Cherry Zhang
2020-04-02
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
[next]