aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/deadcode_test.go
AgeCommit message (Expand)Author
2023-09-01cmd/link: add testcases for MethodByName(string literal).Dominique Lefevre
2023-02-06cmd/link: linker portion of dead map removalThan McIntosh
2022-11-15cmd/link: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2021-04-22cmd/compile, runtime: add metadata for argument printing in tracebackCherry Zhang
2021-03-08cmd/link: use testing.T.TempDir in testsBrad Fitzpatrick
2020-09-29cmd/link: retain only used interface methodsCherry Zhang
2020-09-18cmd/link: propagate UsedInIface through method descriptorCherry Zhang
2020-06-11[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...Cherry Zhang
2020-05-05cmd/link: fix loop variable capturing in TestDeadcodeCherry Zhang
2020-05-01cmd/link: don't mark a symbol's Gotype reachableCherry Zhang
2020-04-18cmd/link: add a test that reflect.Value.Call does not bring methods liveCherry Zhang