- fa01252 all: replace 'the the ' with 'the ' by phillc · 4 years, 6 months ago
- df13fa7 all: do not write to testdata directories by Bryan C. Mills · 6 years ago
- c17b040 all: skip tests if required tools are not found by Bryan C. Mills · 6 years ago
- 2dc4ef2 cmd/guru: fix guessImportPath for Windows by Gordon Tyler · 6 years ago
- d810ce9 cmd/guru: remove Go 1.9 handling, since we no longer support 1.8 by Rebecca Stambler · 6 years ago
- ca9055e cmd/guru: fix incorrect case order in describe.go by Iskander Sharipov · 6 years ago
- 9c8bd46 cmd/guru: add type position to describe command by Dima · 6 years ago
- be3ddff cmd/guru: fix several functions godoc comment prefix by Koichi Shiraishi · 8 years ago
- 9fb5a2f all: set GO111MODULE=off for tests that use GOPATHs in testdata. by Bryan C. Mills · 6 years ago
- e104082 cmd/guru: fix tests for line directives in Go 1.11 by Rebecca Stambler · 7 years ago
- e96c4e2 x/tools: remove old renaming imports of go/constant as exact by Alan Donovan · 7 years ago
- 2475cf1 cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid by Ian Lance Taylor · 7 years ago
- 8772326 cmd/guru: skip the slow tests in short mode by Brad Fitzpatrick · 7 years ago
- 8026fb0 cmd/guru: fix vet error in referrers.go by Andrew Bonventre · 7 years ago
- 5c8013c cmd/guru: re-use buffer for reading files by Josh Bleecher Snyder · 7 years ago
- c1f4e2c cmd/guru: emit initial referrers result earlier by Josh Bleecher Snyder · 7 years ago
- d4c6246 cmd/guru: parallelize loop in globalReferrersPkgLevel by Josh Bleecher Snyder · 7 years ago
- 1e1ec01 cmd/guru: optimize global pkglevel referrer queries by Josh Bleecher Snyder · 7 years ago
- 71f4407 cmd/guru: always import tests in initial referrers import by Josh Bleecher Snyder · 7 years ago
- 7e5e8df cmd/guru: make tests granular and parallel by Josh Bleecher Snyder · 7 years ago
- 368a7e1 cmd/guru: skip broken test for old Go versions for now by Brad Fitzpatrick · 7 years ago
- c4b4e4b cmd/guru: fix .golden file (fix build) by Robert Griesemer · 7 years ago
- 25abe5b cmd/guru: fix and reenable failing test case by Alan Donovan · 8 years ago
- 2a4809d cmd/guru: disable a failing test for now by Brad Fitzpatrick · 8 years ago
- 474a26d cmd/guru: Close before Remove a file by Yasuhiro Matsumoto · 8 years ago
- 7fdb908 cmd/guru: fix tests now that go1.9 go/types returns fake packages by Alan Donovan · 8 years ago
- 8ffd8ed x/tools/cmd/guru: fix golden files for what query by David R. Jenni · 8 years ago
- 3537037 cmd/guru: report 'whicherrs' in modes of 'what' query by Alan Donovan · 8 years ago
- 8211efe x/tools/cmd/guru: remove unused method. by David R. Jenni · 8 years ago
- 718875e x/tools: simplify and format code by David R. Jenni · 8 years ago
- cc429c2 x/tools/cmd/guru: gofmt -s -w by David R. Jenni · 8 years ago
- 6e7ee5a x/tools: support Go 1.9 type aliases by Alan Donovan · 8 years ago
- f8ed2e4 cmd/guru: fix typo of 'hyphen' to rename to 'comma' by Koichi Shiraishi · 8 years ago
- 99be5a0 go/buildutil, cmd/guru: resolve symlinks in filenames through build.Context by Rebecca Stambler · 8 years ago
- 4073e78 cmd/guru: avoid testing symlinks on OSes that do not support them by Rebecca Stambler · 8 years ago
- 07e766b Revert "go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename to account for windows." by Rebecca Stambler · 8 years ago
- c945ee3 go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename to account for windows by Rebecca Stambler · 8 years ago
- 366e270 cmd/guru: handle source file aliasing gracefully by Rebecca Stambler · 8 years ago
- e64f1a4 cmd/guru: add workaround to handle inconsistency between go/types and gc by Rebecca Stambler · 8 years ago
- 0e04157 cmd/guru: revert support for Go 1.8 aliases by Alan Donovan · 8 years ago
- d15da30 cmd/guru: describe Go 1.8 aliases by Alan Donovan · 8 years ago
- 4549178 x/tools: clone some files in preparation for alias changes by Alan Donovan · 8 years ago
- 1529f88 cmd/guru: report start and end positions for non-PkgName Objects by Alan Donovan · 8 years ago
- 8e53eb9 go/ssa: support custom TestMain functions in test packages by Alan Donovan · 9 years ago
- 69f6f5b cmd/guru: remove Emacs support, now at github.com/dominikh/go-mode.el by Alan Donovan · 8 years ago
- ab8f7d9 cmd/guru: remove Vim support, now at github.com/fatih/vim-go by Alan Donovan · 8 years ago
- 5e567c6 cmd/guru: emacs: Use cl-lib.el instead of cl.el by Syohei YOSHIDA · 9 years ago
- 27f88d9 cmd/guru: if query file is not beneath GOPATH, treat it as a package by Alan Donovan · 8 years ago
- 6e2a0ce cmd/guru: show correct definition for embedded type. by David R. Jenni · 9 years ago
- f2932db cmd/guru: suppress failing test on plan9 by Alan Donovan · 9 years ago
- ef6b6eb cmd/guru: what: include imported package names in sameids by Alan Donovan · 9 years ago
- 92480e4 cmd/guru: update Emacs installation documentation by Alan Donovan · 9 years ago
- cda5280 cmd/guru: fix quoting bug in Emacs binding by Alan Donovan · 9 years ago
- 35c6e68 cmd/guru: update link to documentation by Alan Donovan · 9 years ago
- 2b32496 cmd/guru: add menu to Emacs by Alan Donovan · 9 years ago
- 0d2bde8 go/ast/astutil: describe fewer CallExprs as "conversions" by Alan Donovan · 9 years ago
- 14480f2 cmd/guru: for determinism, sort referrers output in test by Alan Donovan · 9 years ago
- 50ff896 cmd/guru: definition: opt: avoid type checker for qualified identifiers by Alan Donovan · 9 years ago
- 0f5f9fc cmd/guru: implements: if selected expr is a value, use its type by Alan Donovan · 9 years ago
- 9ae7e17 cmd/guru: Emacs: run guru asynchronously using compilation-mode by Alan Donovan · 9 years ago
- 5e46803 cmd/guru: avoid bug when -scope="" by Alan Donovan · 9 years ago
- 3114265 cmd/guru: emacs: interpret byte offsets correctly by Dominik Honnef · 9 years ago
- 837ce23 cmd/guru: emacs: report most specific element in expand-region by Dominik Honnef · 9 years ago
- 446a18e go/buildutil, cmd/guru: extract overlay context into buildutil by Dominik Honnef · 9 years ago
- fb9c7fc cmd/guru: emacs: add function for expandiong region by Dominik Honnef · 9 years ago
- 2da0720 cmd/guru: support streaming plain and -json output by Alan Donovan · 9 years ago
- 74b98c2 cmd/guru: emacs: only check modified buffers with file names by Dominik Honnef · 9 years ago
- fc3ceb1 cmd/guru: emacs: update default-directory by Dominik Honnef · 9 years ago
- 999f507 cmd/guru: emacs: store output in separate buffer by Dominik Honnef · 9 years ago
- 5c5d833 cmd/guru: emacs: support running on nameless buffers by Dominik Honnef · 9 years ago
- 35cacb5 cmd/guru: change "Method set:" to less formal "Methods:" by Alan Donovan · 9 years ago
- 361bcb2 all: address vet issues, fix print calls by Dominik Honnef · 9 years ago
- 47218d2 cmd/guru: whicherrs: don't crash on dead code by Dominik Honnef · 9 years ago
- 824b504 cmd/guru: emacs: highlight all instances of an identifier by Dominik Honnef · 9 years ago
- 21cc49b cmd/guru: fix assignment to entry in nil map. by David R. Jenni · 9 years ago
- 1431634 cmd/guru: fix for prior submission (fix build) by Robert Griesemer · 9 years ago
- ce9c531 cmd/guru: adjust test output for go1.5 (fix build) by Robert Griesemer · 9 years ago
- c5b5175 cmd/guru: emacs: add go-guru-debug variable by Dominik Honnef · 9 years ago
- b023cf6 cmd/guru: emacs: update scope documentation by Dominik Honnef · 9 years ago
- 7a73fe1 cmd/guru: emacs: add default key binding for whicherrs by Konstantin Shaposhnikov · 9 years ago
- d2abdd5 cmd/guru: fix nil deref when position is not in Go source by Alan Donovan · 9 years ago
- adda3a6 cmd/guru: emacs: push mark in go-guru-definition by Dominik Honnef · 9 years ago
- 459f0c0 cmd/guru: emacs: allow passing tags to guru by Dominik Honnef · 9 years ago
- 2336c53 cmd/guru: compute referrers as packages are type checked by Alan Donovan · 9 years ago
- 3dafbd1 go/types/typeutil: make IntuitiveMethodSet(*C) nonempty for concrete types C by Alan Donovan · 9 years ago
- 6c84e9e cmd/guru: make fastQueryPos indirect through the -modified map by Alan Donovan · 9 years ago
- 6f233b9 cmd/guru: fix nil dereference in describe by Alan Donovan · 9 years ago
- a917fb9 cmd/guru: emacs: package.el compatibility changes by Konstantin Shaposhnikov · 9 years ago
- 2327a65 cmd/guru: fix tests by Alan Donovan · 9 years ago
- 3f95c66 cmd/guru: allow foo/... and -foo patterns in scope argument by Alan Donovan · 9 years ago
- a69e659 cmd/guru: fix mode map, again by Alan Donovan · 9 years ago
- 54fa747 cmd/guru: emacs: do not shrink results window by Konstantin Shaposhnikov · 9 years ago
- 86372b3 cmd/guru: use byte (not rune) count in -modified archive by Alan Donovan · 9 years ago
- b0452ee cmd/guru: fix bug in mode map caused by bad merge by Alan Donovan · 9 years ago
- 4828f5c cmd/guru: emacs: minor changes to keybindings by Alan Donovan · 9 years ago
- ee8cb08 cmd/guru: what: report identifiers equivalent to the selected one by Alan Donovan · 9 years ago
- cd3cb7b cmd/guru: fix build breakage due to unneeded log import by Alan Donovan · 9 years ago
- fb3df4a cmd/guru: definition: try parser-based resolution first by Alan Donovan · 9 years ago
- d7762ee cmd/guru: emacs: report an error when the guru command fails by Alan Donovan · 9 years ago
- 19c83ed cmd/guru: in Emacs, change 'definition' to jump directly by Alan Donovan · 9 years ago