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
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
cmd/link,runtime: merge minfunc const info internal/abi
qiulaidongfeng
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-12-01
cmd/link: update flag doc
Cherry Mui
2023-11-22
cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr types
Than McIntosh
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-11-09
cmd/internal/link: merge .pdata and .xdata sections from host object files
qmuntal
2023-11-03
cmd/link/internal/ld: use strings.TrimPrefix in expandFile
Jes Cok
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2023-10-13
cmd/link/internal/ld: assign temporary addresses to per-package text
Joel Sing
2023-10-10
Revert "cmd/link/internal/ld: assign temporary addresses to per-package text"
Than McIntosh
2023-10-10
cmd/link/internal/ld: assign temporary addresses to per-package text
Joel Sing
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-10-03
cmd: fix mismatched symbols
cui fliter
2023-09-29
cmd/link: split text sections for arm 32-bit
Than McIntosh
2023-09-22
cmd/link/internal/ld: use strings.Cut
cui fliter
2023-09-20
cmd/link, runtime: initialize packages in shared build mode
Cherry Mui
2023-09-18
cmd/link: allow deriving GNU build ID from Go build ID ID
Patrick Steinhardt
2023-09-15
cmd/link: reject invalid -R flag
Cherry Mui
2023-09-14
cmd/link: clean up some unnecessary casts
Cherry Mui
2023-09-13
cmd/link: round up default start address to alignment
Cherry Mui
2023-09-13
cmd/link: fix malformed .shstrtab section
Than McIntosh
2023-09-12
cmd/link: disable DWARF by default in c-shared mode on darwin
Cherry Mui
2023-09-07
cmd/link: avoid deadcode of global map vars for programs using plugins
Than McIntosh
2023-09-01
cmd/internal/dwarf: replace Sym.Length with Context.Size
Matthew Dempsky
2023-09-01
cmd/link: type alias sym.LoaderSym and loader.Sym
Matthew Dempsky
2023-09-01
cmd/internal/obj: simplify filename handling
Matthew Dempsky
2023-09-01
cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.
Dominique Lefevre
2023-09-01
cmd/link: add testcases for MethodByName(string literal).
Dominique Lefevre
2023-09-01
cmd/link: remove special cases for Method() and MethodByName().
Dominique Lefevre
2023-08-29
cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior
Matthew Dempsky
2023-08-23
cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64
Joel Sing
2023-08-23
cmd/link: add support for openbsd/ppc64
Joel Sing
2023-08-18
cmd/link: don't mangle string symbol names
Cherry Mui
2023-08-16
cmd/link: suppress -bind_at_load deprecation warning for ld-prime
Cherry Mui
2023-07-31
cmd/link: fix up more zero-sized local symbols on darwin dynamic linking
Cherry Mui
2023-07-31
cmd/link: always use symbol-targeted relocations on Mach-O
Cherry Mui
2023-07-31
cmd/link: use symbol-targeted relocation for initializers on Mach-O
Cherry Mui
2023-07-27
cmd/link: sort HOSTOBJ and UNDEFEXT symbols with undefined symbols in Mach-O ...
Cherry Mui
2023-07-27
cmd/link: don't generate DYSYMTAB when external linking on Mach-O
Cherry Mui
2023-07-21
cmd/link: allow enabling DWARF with -s
Cherry Mui
2023-07-21
cmd/link: print dsymutil and strip commands in -v mode
Cherry Mui
2023-07-21
cmd/link: rationalize -s and -w flags with Mach-O external linking
Cherry Mui
2023-07-21
cmd/link: suppress symbol table on Mach-O when -s
Cherry Mui
2023-07-20
all: update build tags to require/assume Go 1.20
Matthew Dempsky
2023-07-20
cmd/link: pass flags to external linker in deterministic order
Cherry Mui
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-13
cmd/link: fix log formats for log.Fatal calls
Russ Cox
2023-06-09
cmd/link: mangle certain instantiated function name in plugin mode
Cherry Mui
2023-06-01
cmd/link/internal/ld: pass correct offset to codesign.Sign
Christian Banse
[next]