aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm/nm.go
AgeCommit message (Expand)Author
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2022-09-29cmd/nm: use print-style not printf-stylecuiweixie
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2017-09-21cmd/nm: accept macho files which don't have symbol table in the archiveHiroshi Ioka
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2017-02-11cmd/nm: extend help text to document the flagsJaana Burcu Dogan
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox
2014-01-22debug/plan9obj: implement parsing of Plan 9 a.out executablesDavid du Colombier
2014-01-08cmd/nm: add -sort=sizeRob Pike
2013-12-18cmd/nm: minor cleanup from previous CLRuss Cox
2013-12-16cmd/nm: reimplement in GoRuss Cox