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
/
testdata
Age
Commit message (
Expand
)
Author
2025-11-14
runtime: add runtime.freegc to reduce GC work
thepudds
2025-08-29
cmd/link: disallow linkname of runtime.addmoduledata
zuojunwei.1024
2025-07-22
cmd/compile: fix loclist for heap return vars without optimizations
Derek Parker
2025-05-28
cmd/link: allow linkname reference to a TEXT symbol regardless of size
Cherry Mui
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-07-31
cmd: add README generation for compiler + linker script tests
Than McIntosh
2024-07-29
cmd/link: add script testing facility for linker use
Than McIntosh
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
2023-07-20
cmd/link: handle dynamic import variables on Darwin
Cherry Mui
2021-02-26
cmd/link: recognize ARM64 PE files and relocations
Jason A. Donenfeld
2020-12-22
cmd/link: handle grouped resource sections
Jason A. Donenfeld
2020-09-11
cmd/link: add a test to test RODATA is indeed read-only
Cherry Zhang
2020-07-21
[dev.link] cmd/link: fix hash collision check
Cherry Zhang
2020-06-19
cmd/link: use sym.Symbol in addpersrc
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
2019-03-21
cmd/link/internal/ld: copy Mach-O platform version commands to go.o
Elias Naur
2015-05-21
cmd/link: move to cmd/newlink
Russ Cox
2015-04-22
cmd/link, cmd/internal/goobj: update constants, regenerate testdata
Michael Hudson-Doyle
2014-08-27
cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...
Matthew Dempsky
2014-08-24
cmd/link: fix testdata generation
Matthew Dempsky
2014-08-12
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-04-16
liblink, cmd/ld: reenable nosplit checking and test
Russ Cox
2014-04-16
liblink: add leaf bit to object file format
Russ Cox
2014-04-14
liblink: remove arch-specific constants from file format
Russ Cox
2014-04-14
liblink, cmd/link: add version number to object file
Russ Cox
2014-01-21
cmd/link: add testdata/pclntab.6 (fix build)
Russ Cox
2014-01-21
cmd/link: pclntab generation
Russ Cox
2014-01-13
cmd/link: fix build
Russ Cox
2014-01-13
cmd/link: implement dead code removal
Russ Cox
2014-01-13
cmd/link: implement and test automatic symbols
Russ Cox
2014-01-13
cmd/link: replace golden binary files with hex dumps
Russ Cox
2014-01-09
cmd/link: Mach-O (OS X) file formatter
Russ Cox
2014-01-09
cmd/link: intial skeleton of linker written in Go
Russ Cox