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
/
testdata
Age
Commit message (
Expand
)
Author
2026-02-17
all: use LF line ending for C files
Cherry Mui
2023-09-01
cmd/link: add testcases for MethodByName(string literal).
Dominique Lefevre
2023-03-23
all: replace leading spaces with tabs in assembly
Michael Pratt
2023-02-22
runtime: use explicit NOFRAME on linux/amd64
qmuntal
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2022-04-19
cmd/link: faster algorithm for nosplit stack checking, better errors
Austin Clements
2021-03-24
cmd/compile, cmd/link: use weak reference in itab
Cherry Zhang
2021-03-15
all: run gofmt
Prajwal Koirala
2021-03-14
cmd/link: regression test for issue #42484
Alessandro Arzilli
2020-11-16
cmd/link/internal/ld: dedup shared libraries on openbsd
Joel Sing
2020-09-29
cmd/link: retain only used interface methods
Cherry Zhang
2020-09-28
cmd/link: consider interface conversions only in reachable code
Cherry Zhang
2020-09-18
cmd/link: propagate UsedInIface through method descriptor
Cherry Zhang
2020-08-17
cmd/link: avoid duplicate DT_NEEDED entries
Joel Sing
2020-06-24
[dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF lin...
Than McIntosh
2020-06-11
[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...
Cherry Zhang
2020-06-03
cmd/link: new DWARF line table test case
Than McIntosh
2020-05-01
cmd/link: don't mark a symbol's Gotype reachable
Cherry Zhang
2019-05-31
cmd/link: revise test case to work on pre-10.14 macos
Than McIntosh
2019-05-30
cmd/link: new test case for Darwin/DWARF
Than McIntosh
2019-02-20
cmd/link/internal/ld: make dwarf_test and associated testdata module-agnostic
Bryan C. Mills
2018-07-10
cmd/compile: call objabi.PathToPrefix when emitting abstract fn
Than McIntosh
2018-06-05
cmd/link: fix duplicated "undefined reloc" errors
isharipo
2018-05-25
cmd/compile: fix DWARF inline debug issue with dead local vars
Than McIntosh