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
/
deadcode_test.go
Age
Commit message (
Expand
)
Author
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2023-09-01
cmd/link: add testcases for MethodByName(string literal).
Dominique Lefevre
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2022-11-15
cmd/link: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2021-04-22
cmd/compile, runtime: add metadata for argument printing in traceback
Cherry Zhang
2021-03-08
cmd/link: use testing.T.TempDir in tests
Brad Fitzpatrick
2020-09-29
cmd/link: retain only used interface methods
Cherry Zhang
2020-09-18
cmd/link: propagate UsedInIface through method descriptor
Cherry Zhang
2020-06-11
[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...
Cherry Zhang
2020-05-05
cmd/link: fix loop variable capturing in TestDeadcode
Cherry Zhang
2020-05-01
cmd/link: don't mark a symbol's Gotype reachable
Cherry Zhang
2020-04-18
cmd/link: add a test that reflect.Value.Call does not bring methods live
Cherry Zhang