aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/deadcode_test.go
AgeCommit message (Expand)Author
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