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