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
/
internal
/
ld
/
lib.go
Age
Commit message (
Expand
)
Author
2023-01-25
cmd/link: don't export all symbols for ELF external linking
Ian Lance Taylor
2023-01-24
cmd/link: remove importcycles function
Jeremy Quirke
2022-12-06
cmd/link: pass -Wl,--no-insert-timestamp to external linker on windows
Than McIntosh
2022-11-19
cmd/link: revise DLL import symbol handling
Than McIntosh
2022-11-19
cmd/link: add capturehostobjs debugging flag
Than McIntosh
2022-11-19
cmd/link: improved host archive debug trace output
Than McIntosh
2022-11-11
cmd/link: exit if runtime.a is missing
Cherry Mui
2022-10-14
cmd/link: return correct default linker for the platform
Dmitri Goutnik
2022-10-04
runtime/race: use internal linking mode for amd64 subarch packages
Florian Zenker
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-16
cmd/link: suppress -no_pie deprecation warning on darwin
Cherry Mui
2022-09-15
cmd/link: stop passing -pagezero_size to darwin linker
Cherry Mui
2022-09-13
cmd/link: generate an error if the entry symbol cannot be found
Joel Sing
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2022-07-07
cmd/link: explicitly disable PIE for windows/amd64 -race mode
Than McIntosh
2022-06-27
cmd/link: link against libsynchronization.a for -race on windows
Than McIntosh
2022-06-22
cmd/go, cmd/link: support failure to create _cgo_import.go
Ian Lance Taylor
2022-06-07
cmd/link: specify -Wl,-z params as documented
Motiejus Jakštys
2022-05-17
cmd/link: support linker for linux/loong64
Xiaodong Liu
2022-05-02
all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master
Russ Cox
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2022-04-29
[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256
Russ Cox
2022-04-20
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-19
cmd/link: faster algorithm for nosplit stack checking, better errors
Austin Clements
2022-04-19
cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field
Austin Clements
2022-04-19
internal/sys: add LR and fixed frame size to sys.Arch
Austin Clements
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
2022-03-31
cmd/link/internal/ld: revise recipe for ASLR enable on windows
Than McIntosh
2022-03-31
cmd/link: resolve __CTOR_LIST__/__DTOR_LIST__ refs for PE
Than McIntosh
2022-03-31
cmd/link: read crt2.o for windows internal-linking CGO
Than McIntosh
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-18
internal/buildcfg: initialize GOROOT to runtime.GOROOT
Bryan C. Mills
2022-03-16
cmd/link: default generic ABI compression for ELF
Meng Zhuo
2022-02-03
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2021-12-17
cmd/link: force eager binding when using plugins on darwin
Cherry Mui
2021-11-12
cmd/link: don't unmap output file at error exit
Cherry Mui
2021-11-09
cmd/link: fix GCC startfiles names on AIX
Clément Chigot
2021-11-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2021-10-22
cmd/link: add -asan option
fanzha02
2021-10-04
cmd/internal/obj, cmd/link: move symbol alignment logic to object file writer
Cherry Mui
2021-09-30
cmd/link: use "CC --print-prog-name" to locate tools
Cherry Mui
2021-09-29
cmd/link: access pcdata via aux symbols
Cherry Mui
2021-09-22
cmd/link: remove ABI aliases
Cherry Mui
2021-09-22
cmd/compile, cmd/link: avoid ABI aliases
Cherry Mui
2021-09-08
cmd/link: rework .TOC. handling for ppc64le
Paul E. Murphy
2021-08-16
cmd: support space and quotes in CC and CXX
Jay Conrod
2021-08-16
[dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcrypto
Roland Shoemaker
2021-08-16
cmd/link: start at address 0 when external linking
Cherry Mui
[next]