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
19 hours
all: prealloc slice with possible minimum capabilities
Shulhan
6 days
cmd/link: fallback to older minimum Windows target version on older C GNU too...
qmuntal
2026-03-25
cmd/link: fix host object's .pdata entries order
qmuntal
2026-03-18
cmd/link: work around race syso weak import on macOS
Cherry Mui
2026-03-06
cmd/link: allow -no family of flags for testing compiler flag
Corentin Kerisit
2026-03-04
cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin
George Adams
2026-02-19
cmd/link: use bfd ld 2.36+ on linux/arm64 instead of gold
Dimitri John Ledkov
2026-02-05
cmd/link: add more clang driver flags when testing flag
Corentin Kerisit
2025-12-15
cmd/link: set canUsePlugins only on platforms that support plugin
Cherry Mui
2025-11-26
cmd/link: put moduledata in its own .go.module section
Ian Lance Taylor
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-10-03
cmd/link: support .def file with MSVC clang toolchain
Cherry Mui
2025-09-29
cmd/link: use a .def file to mark exported symbols on Windows
qmuntal
2025-09-29
cmd/link: don't pass -Wl,-S on Solaris
Cherry Mui
2025-09-26
cmd/link: don't pass -Wl,-S on AIX
Cherry Mui
2025-09-25
cmd/link: handle -w flag in external linking mode
Cherry Mui
2025-09-15
cmd/link: support race mode with MSVC clang
Cherry Mui
2025-09-12
cmd/link: support MSVC clang
Cherry Mui
2025-04-03
cmd/link/internal/ld: introduce -funcalign=N option
Aleksey Markin
2025-02-13
cmd: use cmd/internal/hash.New32 and Sum32 only
Russ Cox
2024-12-03
cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failure
Michael Anthony Knyszek
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-11-18
cmd/link: use types (and not GC programs) to build data/bss ptrmasks
khr@golang.org
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2024-11-07
cmd/internal/objabi, cmd/link: introduce SymKind helper methods
Russ Cox
2024-11-07
cmd/link: remove dummy argument from ld.Errorf
Russ Cox
2024-10-24
cmd/link: don't pass --build-id if C linker doesn't support it
Cherry Mui
2024-10-23
cmd/link: fix flags order in linkerFlagSupported
Siddhartha Bagaria
2024-10-21
cmd/link: on ELF, generate GNU build ID by default
Cherry Mui
2024-10-21
cmd/link: apply -B UUID to external linking on Mach-O
Cherry Mui
2024-09-13
cmd/link/internal: use slices.Contains
Tobias Klauser
2024-09-04
cmd: use 20 bytes hash when possible
Cuong Manh Le
2024-09-04
cmd: do not use notsha256
Cuong Manh Le
2024-08-19
all: remove duplicated words in comments
Oleksandr Redko
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-06-26
cmd/link: don't skip code sign even if dsymutil didn't generate a file
Cherry Mui
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-13
cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode
Than McIntosh
2024-05-21
cmd/link/internal/ld: rewrite LC_UUID for darwin external links
Than McIntosh
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-04-08
cmd/link: close the file opened in the captureHostObj function
guoguangwu
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-02-29
cmd/link: add option to enable full RELRO for ELF
Nick Revin
2024-01-26
cmd/link: print failed external command invocation
Cherry Mui
[next]