aboutsummaryrefslogtreecommitdiff
path: root/cmd/guru
AgeCommit message (Expand)Author
2019-08-30all: do not write to testdata directoriesBryan C. Mills
2019-08-30all: skip tests if required tools are not foundBryan C. Mills
2019-02-25cmd/guru: fix guessImportPath for WindowsGordon Tyler
2019-02-04cmd/guru: remove Go 1.9 handling, since we no longer support 1.8Rebecca Stambler
2019-01-02cmd/guru: fix incorrect case order in describe.goIskander Sharipov
2018-11-20cmd/guru: add type position to describe commandDima
2018-10-11cmd/guru: fix several functions godoc comment prefixKoichi Shiraishi
2018-10-03all: set GO111MODULE=off for tests that use GOPATHs in testdata.Bryan C. Mills
2018-08-13cmd/guru: fix tests for line directives in Go 1.11Rebecca Stambler
2018-08-10x/tools: remove old renaming imports of go/constant as exactAlan Donovan
2018-06-11cmd/guru: if built with gccgo, switch to gc mode if GOROOT is validIan Lance Taylor
2018-05-04cmd/guru: skip the slow tests in short modeBrad Fitzpatrick
2018-05-02cmd/guru: fix vet error in referrers.goAndrew Bonventre
2018-05-01cmd/guru: re-use buffer for reading filesJosh Bleecher Snyder
2018-05-01cmd/guru: emit initial referrers result earlierJosh Bleecher Snyder
2018-05-01cmd/guru: parallelize loop in globalReferrersPkgLevelJosh Bleecher Snyder
2018-05-01cmd/guru: optimize global pkglevel referrer queriesJosh Bleecher Snyder
2018-04-23cmd/guru: always import tests in initial referrers importJosh Bleecher Snyder
2018-04-23cmd/guru: make tests granular and parallelJosh Bleecher Snyder
2018-04-11cmd/guru: skip broken test for old Go versions for nowBrad Fitzpatrick
2018-03-16cmd/guru: fix .golden file (fix build)Robert Griesemer
2017-04-14cmd/guru: fix and reenable failing test caseAlan Donovan
2017-04-14cmd/guru: disable a failing test for nowBrad Fitzpatrick
2017-03-28cmd/guru: Close before Remove a fileYasuhiro Matsumoto
2017-03-08cmd/guru: fix tests now that go1.9 go/types returns fake packagesAlan Donovan
2017-03-04x/tools/cmd/guru: fix golden files for what queryDavid R. Jenni
2017-03-04cmd/guru: report 'whicherrs' in modes of 'what' queryAlan Donovan
2017-03-01x/tools/cmd/guru: remove unused method.David R. Jenni
2017-02-28x/tools: simplify and format codeDavid R. Jenni
2017-02-15x/tools/cmd/guru: gofmt -s -wDavid R. Jenni
2017-02-13x/tools: support Go 1.9 type aliasesAlan Donovan
2017-01-25cmd/guru: fix typo of 'hyphen' to rename to 'comma'Koichi Shiraishi
2016-12-06go/buildutil, cmd/guru: resolve symlinks in filenames through build.ContextRebecca Stambler
2016-12-06cmd/guru: avoid testing symlinks on OSes that do not support themRebecca Stambler
2016-12-05Revert "go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename t...Rebecca Stambler
2016-12-05go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename to accoun...Rebecca Stambler
2016-12-02cmd/guru: handle source file aliasing gracefullyRebecca Stambler
2016-11-23cmd/guru: add workaround to handle inconsistency between go/types and gcRebecca Stambler
2016-11-04cmd/guru: revert support for Go 1.8 aliasesAlan Donovan
2016-11-03cmd/guru: describe Go 1.8 aliasesAlan Donovan
2016-11-02x/tools: clone some files in preparation for alias changesAlan Donovan
2016-10-31cmd/guru: report start and end positions for non-PkgName ObjectsAlan Donovan
2016-10-19go/ssa: support custom TestMain functions in test packagesAlan Donovan
2016-10-13cmd/guru: remove Emacs support, now at github.com/dominikh/go-mode.elAlan Donovan
2016-10-13cmd/guru: remove Vim support, now at github.com/fatih/vim-goAlan Donovan
2016-10-12cmd/guru: emacs: Use cl-lib.el instead of cl.elSyohei YOSHIDA
2016-10-05cmd/guru: if query file is not beneath GOPATH, treat it as a packageAlan Donovan
2016-08-24cmd/guru: show correct definition for embedded type.David R. Jenni
2016-07-18cmd/guru: suppress failing test on plan9Alan Donovan
2016-07-15cmd/guru: what: include imported package names in sameidsAlan Donovan