aboutsummaryrefslogtreecommitdiff
path: root/cmd/callgraph
AgeCommit message (Expand)Author
2019-08-30all: skip tests if required tools are not foundBryan C. Mills
2018-10-15go/ssa/ssautil: add AllPackages methodAlan Donovan
2018-10-03all: set GO111MODULE=off for tests that use GOPATHs in testdata.Bryan C. Mills
2018-09-04go/packages: remove the Config.Error hookMichael Matloob
2018-08-13cmd/callgraph: temporarily disable failing tests on go1.10Alan Donovan
2018-08-09cmd/callgraph: use go/packagesAlan Donovan
2017-08-08cmd/callgraph: fix "import path of the enclosing package" example in usageDmitri Shuralyov
2017-02-28x/tools: simplify and format codeDavid R. Jenni
2016-10-19go/ssa: support custom TestMain functions in test packagesAlan Donovan
2015-12-04x/tools/cmd/callgraph: add -ptalog flagAlan Donovan
2015-08-31go/ssa: rename some API features (incompatible change)Alan Donovan
2015-08-06cmd/callgraph: exclude test for AndroidRobert Griesemer
2015-05-29cmd/callgraph: update flag docstringAlan Donovan
2015-04-23go/buildutil: TagsFlag provides a flag.Value for setting build.Context.BuildT...Alan Donovan
2015-04-17go/loader: eliminate ImportFromBinary option and PackageCreated hookAlan Donovan
2015-02-23go/loader: rename SourceImports flag to ImportFromBinary and invert senseAlan Donovan
2015-02-09cmd/callgraph: fix careless quoting bugAlan Donovan
2015-01-21go/ssa: change import path of synthetic test package to "test$main"Alan Donovan
2014-12-09tools: add import comments.David Symonds
2014-11-21cmd/callgraph: add -algo=static and -algo=cha options.Alan Donovan
2014-11-17x/tools/*: print program name, not "Error", when reporting command error mess...Alan Donovan
2014-11-14go/callgraph/rta: rename from go/rtaAlan Donovan
2014-11-12cmd/callgraph: fix buildRobert Griesemer
2014-11-12cmd/callgraph: a utility for dumping the callgraph of a Go program.Alan Donovan