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
Age
Commit message (
Expand
)
Author
2024-06-26
cmd/link: don't let dsymutil delete our temp directory
Cherry Mui
2024-06-23
cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" output
Davis Goodin
2024-06-22
cmd/link: handle dynamic import variables on Darwin in plugin mode
Cherry Mui
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-06-13
cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode
Than McIntosh
2024-06-12
cmd/link: put runtime.end in the last section of data segment
Cherry Mui
2024-06-07
cmd/link: don't include deadcoded function symbols in shared build mode
Cherry Mui
2024-06-05
cmd/link/internal/loong64: correct the musl dynamic linker path
limeidan
2024-05-24
cmd/link: propagate FromAssembly attribute when cloning symbols to external
Cherry Mui
2024-05-24
cmd/link: print the seed in TestRandLayout
Cherry Mui
2024-05-23
cmd/link/internal/loong64: correct the musl dynamic linker path
limeidan
2024-05-21
cmd/link/internal/ld: rewrite LC_UUID for darwin external links
Than McIntosh
2024-05-20
cmd/link: add runtime.text.N symbols to macho symbol table in dynlink mode
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-14
cmd/link/internal/ld: clean tmpdir obj timestamps
Than McIntosh
2024-05-10
cmd/compile, cmd/link: disallow linkname of some newly added internal functions
Cherry Mui
2024-05-10
cmd/link/internal/ld: fix overlapping sections in ELF relro links
Than McIntosh
2024-05-09
cmd/link: Add missing platform for Mac Catalyst
CP Lepage
2024-05-09
cmd/link: add support for telemetry
Michael Matloob
2024-04-26
cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got check
Than McIntosh
2024-04-25
cmd/link/internal/ld: revised bindnow/relro test for ELF
Than McIntosh
2024-04-22
cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNow
Than McIntosh
2024-04-22
cmd/link: move .dynamic and .got sections to relro if applicable
Than McIntosh
2024-04-10
cmd/link: close cpu profile
guoguangwu
2024-04-08
cmd/link: close the file opened in the captureHostObj function
guoguangwu
2024-04-02
internal/abi: clean up type of Kind and Type.Kind_
Austin Clements
2024-04-02
all: use kind* of abi
qiulaidongfeng
2024-03-26
cmd/link: close memory profile
guoguangwu
2024-03-23
cmd/link: remove objIdx structure
Jeremy Quirke
2024-03-19
cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols
Paul E. Murphy
2024-03-19
all: use "unix" build tag where appropriate
Tobias Klauser
2024-03-16
cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64
Joel Sing
2024-03-15
cmd/link: support -bindnow option and permit use of "-Wl,-z,now"
Than McIntosh
2024-03-14
Revert: "cmd/link: add option to enable full RELRO for ELF"
Than McIntosh
2024-03-10
cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd
Joel Sing
2024-03-09
cmd/link: fix typo in comment
guoguangwu
2024-03-07
cmd/link: replace bytes.Compare call with bytes.Equal
guoguangwu
2024-03-01
cmd/link/internal/riscv64: generate local text symbols for R_RISCV_CALL
Joel Sing
2024-02-29
cmd/link: add option to enable full RELRO for ELF
Nick Revin
2024-02-27
cmd/internal, cmd/link: unify the relocation naming style of loong64
limeidan
2024-02-21
cmd: remove support for GOROOT_FINAL
Constantin Konstantinidis
2024-02-16
cmd/link: replace function pointers to static calls in loadelf
Cherry Mui
2024-02-16
cmd/link: add -randlayout flag to randomize function ordering
Cherry Mui
2024-02-16
runtime,cmd/link: merge pcbucketsize const into internal/abi
qiulaidongfeng
2024-02-14
cmd/link/internal/ld: unify OS/SDK versions for macOS linking
Dmitri Shuralyov
2024-02-08
cmd/link: use symbolic offset for ITab.Type
Keith Randall
2024-02-08
cmd/compile: move runtime.itab to internal/abi.ITab
Keith Randall
[prev]
[next]