1. 5d733ef godoc: fix crash in -analysis by Alan Donovan · 7 years ago
  2. 011098b cmd/stress: flush out Usage doc by Kevin Burke · 7 years ago
  3. e011c10 imports: prefer paths imported by sibling files. by Brad Jones · 7 years ago
  4. e493388 x/tools/cmd/bundle: include comments inside functions by Hiroshi Ioka · 7 years ago
  5. b9ad13c go/gcexportdata: fix test again (fix older builds) by Robert Griesemer · 7 years ago
  6. add5a52 go/gcexportdata: fix test output (fix build) by Robert Griesemer · 7 years ago
  7. 2a3bccf cmd/go-contrib-init: check working dir and autodectect repo by Steve Francia · 7 years ago
  8. 9878777 x/tools/present: fix element number check by kortschak · 7 years ago
  9. a768197 cmd/go-contrib-init: add git alias dry run mode, add success message by Brad Fitzpatrick · 7 years ago
  10. 16c483b cmd/go-contrib-init: don't assume user is in root directory of git checkout by Brad Fitzpatrick · 7 years ago
  11. 154c88c cmd/go-contrib-init: add git-codereview bits by Brad Fitzpatrick · 7 years ago
  12. fe66dd2 cmd/go-contrib-init: add some git origin checks by Brad Fitzpatrick · 7 years ago
  13. 851770f cmd/go-contrib-init: add start of new tool to help new Go contributors by Brad Fitzpatrick · 7 years ago
  14. 92d42b9 present: return an error for a bad link instead of panic by Eyal Posener · 7 years ago
  15. b62b8c7 go/gcexportdata: a command for inspecting gc export data in archive files by Alan Donovan · 7 years ago
  16. 2a5864f x/tools/go/ssa: Accept struct conversions that ignore tags by Spencer Nelson · 7 years ago
  17. bc6db94 go/ast/astutil: do not merge if import path is last line by Fatih Arslan · 7 years ago
  18. bf4b54d Revert "godoc: use "IsPredeclared" of go/doc" by Brad Fitzpatrick · 7 years ago
  19. 144c664 godoc: use "IsPredeclared" of go/doc by Masahiro Furudate · 7 years ago
  20. ce12915 godoc: remove the function declaration link by Masahiro Furudate · 7 years ago
  21. 15c7897 go/ssa/interp: fix tests on Go 1.7 and Go 1.8 by Brad Fitzpatrick · 7 years ago
  22. 1c59bc3 go/ssa/interp: add internal/cpu.cpuid to fix short tests by Martin Möhrmann · 7 years ago
  23. aaeb897 refactor/rename: add line number to ambiguityError by Josh Bleecher Snyder · 7 years ago
  24. 1dbffd0 cmd/toolstash: use "go env GOROOT" instead of runtime.GOROOT() by Keith Randall · 7 years ago
  25. a6971f4 cmd/compilebench: use go command in goroot, not environment by Keith Randall · 7 years ago
  26. 11b3869 present: fix misspelled log message by Alexis Hildebrandt · 7 years ago
  27. 9862c35 go/gcexportdata: fix unnecessary plural type definitions of arg by Koichi Shiraishi · 7 years ago
  28. 15b145e cmd/goimports: update doc.go for go-mode elisp by Takuto Ikuta · 7 years ago
  29. 2382e39 go/vcs: allow go get on github.com/ import paths with Unicode letters by Dmitri Shuralyov · 7 years ago
  30. b6d1a16 Revert "cmd/compilebench: update example to use benchcmp instead of benchstat" by Josh Bleecher Snyder · 7 years ago
  31. 3aa1caa cmd/compilebench: update example to use benchcmp instead of benchstat by Marvin Stenger · 7 years ago
  32. 9a6c6fc cmd/toolstash: fix package name in godoc hint by Damien Lespiau · 7 years ago
  33. 1b22574 cmd/godoc: fix expected test output for Go 1.8 and older by Dmitri Shuralyov · 7 years ago
  34. 4bb9a6d go/gcimporter: update to latest copy from master by Josh Bleecher Snyder · 7 years ago
  35. 518248c cmd/compilebench: add -pkg flag to compile a single package by Josh Bleecher Snyder · 7 years ago
  36. 8147801 imports: wait for fastWalk workers to finish before returning (take 2) by Brad Fitzpatrick · 7 years ago
  37. 75e5ff3 godoc: make line numbers unselectable by Kevin Burke · 7 years ago
  38. 7745887 cmd/compilebench: add object file size to package benchmarks by Josh Bleecher Snyder · 7 years ago
  39. c853fd5 go/gcimporter: fix importing of anonymous interfaces by Robert Griesemer · 7 years ago
  40. a17c85b go/vcs: fix doc for Cmd.TagSync by Ross Light · 7 years ago
  41. 6632698 imports: allow dirPackageInfo to be overridden by Brad Jones · 7 years ago
  42. fc77adf go/ssa/interp: add two intrinsics to fix tests by Alan Donovan · 7 years ago
  43. 3bcb6ef godoc: Restore anchors for variables and constants by Jay Conrod · 7 years ago
  44. 25abe5b cmd/guru: fix and reenable failing test case by Alan Donovan · 7 years ago
  45. 2a4809d cmd/guru: disable a failing test for now by Brad Fitzpatrick · 7 years ago
  46. cbb995d cmd/compilebench: make StdCmd respect compiler flags flag by Josh Bleecher Snyder · 7 years ago
  47. 9bf174b cmd/stringer: use source importer when available by Josh Bleecher Snyder · 7 years ago
  48. 7ee420f Revert "imports: wait for fastWalk workers to finish before returning" by Brad Fitzpatrick · 7 years ago
  49. ef3dcd5 cmd/heapview: look for tools repository in all GOPATH entries by Dmitri Shuralyov · 7 years ago
  50. 6e29264 cmd/compilebench: fix package name in comment by Josh Bleecher Snyder · 7 years ago
  51. 5584fb0 gotype: fix default importer for Go 1.8. by Giovanni Bajo · 7 years ago
  52. 4436e54 imports: wait for fastWalk workers to finish before returning by Joël Stemmer · 7 years ago
  53. 24acc66 cmd/compilebench: put in correct subdirectory by Josh Bleecher Snyder · 7 years ago
  54. ded95f5 cmd/compilebench: generate separate cpu profiles when using -count by Josh Bleecher Snyder · 7 years ago
  55. 1cab72a cmd/compilebench: unify Size benchmark implementations by Josh Bleecher Snyder · 7 years ago
  56. 89b6e5e cmd/compilebench: change MakeBash to StdCmd by Josh Bleecher Snyder · 7 years ago
  57. 7e40ef3 cmd/compilebench: update list of packages by Josh Bleecher Snyder · 7 years ago
  58. a0d14bb cmd/compilebench: import from rsc.io by Josh Bleecher Snyder · 7 years ago
  59. 5054e61 cmd/toolstash: don't build cmd for android by Josh Bleecher Snyder · 7 years ago
  60. 37a1062 cmd/tip: redirect http://tip.golang.org to https by Kevin Burke · 7 years ago
  61. 620ecdb all: apply new machine-generated doc spec to files by Kevin Burke · 7 years ago
  62. d83db20 cmd/goimports: flush to disk before diffing by haya14busa · 7 years ago
  63. d63e2b2 cmd/toolstash: use strings.LastIndexAny by Yasuhiro Matsumoto · 7 years ago
  64. 474a26d cmd/guru: Close before Remove a file by Yasuhiro Matsumoto · 7 years ago
  65. 963fe93 cmd/heapview: remove needless slash by Yasuhiro Matsumoto · 7 years ago
  66. 1f0f7f6 imports: return when done channel is closed by haya14busa · 7 years ago
  67. c21bc47 go/gcimporter: exclude failing test from gcimporter tests (fix build) by Robert Griesemer · 7 years ago
  68. 322b9d7 cmd/toolstash: use 'go tool dist list' to get platforms by Josh Bleecher Snyder · 7 years ago
  69. 81dff79 cmd/godoc: fix tests for cmd/compile refactorings by Matthew Dempsky · 7 years ago
  70. b08393c go/gcimporter15: backport interface embedding support by Matthew Dempsky · 7 years ago
  71. 23ca8a2 cmd/stringer: tweak "Code generated by" comment to match new standard by Rob Pike · 7 years ago
  72. a5c9681 cmd/toolstash: don't pass -N when compiling runtime by Josh Bleecher Snyder · 7 years ago
  73. 2946dd1 godoc/static: add license preamble to static file by Kevin Burke · 7 years ago
  74. 6185cb1 cmd/goyacc: remove empty branch by Tamir Duberstein · 7 years ago
  75. 43bc42d cmd/goyacc: remove unused functions by Tamir Duberstein · 7 years ago
  76. b282a57 godoc/redirect: allow trailing slashes for prefix handlers by Chris Broadfoot · 7 years ago
  77. d332283 cmd/goyacc: remove ineffective break statement by Tamir Duberstein · 7 years ago
  78. 1f5953e cmd/goyacc: use a constant instead of zero value by Tamir Duberstein · 7 years ago
  79. ab34c5f cmd/goyacc: remove unused generated bindings by Tamir Duberstein · 7 years ago
  80. f2e4368 cmd/goyacc: merge variable declaration with assignment by Tamir Duberstein · 7 years ago
  81. 2f69a59 cmd/gotype: make it compile against Go 1.8 and earlier by Robert Griesemer · 7 years ago
  82. 381149a cmd/gotype: re-introduce gotype command at traditional location by Robert Griesemer · 7 years ago
  83. f60b69e imports: fix symlink loop detection, deflaking TestImportSymlinks by Brad Fitzpatrick · 7 years ago
  84. 7fdb908 cmd/guru: fix tests now that go1.9 go/types returns fake packages by Alan Donovan · 7 years ago
  85. 03d3934 cmd/tip: move tip.golang.org from App Engine to Kubernetes on GKE by Brad Fitzpatrick · 7 years ago
  86. 767744e go/ssa/interp: add more intrinsics for sync/atomic and runtime by Alan Donovan · 7 years ago
  87. a99f4ec go/pointer: implement extended queries by Dominik Honnef · 7 years ago
  88. f595fb5 cmd/godoc, godoc: implement build.Context.IsDir, update expected error string by Dmitri Shuralyov · 7 years ago
  89. 8ffd8ed x/tools/cmd/guru: fix golden files for what query by David R. Jenni · 7 years ago
  90. 3537037 cmd/guru: report 'whicherrs' in modes of 'what' query by Alan Donovan · 7 years ago
  91. a663d82 cmd/godoc: Fix package comment inconsistencies. by Dmitri Shuralyov · 7 years ago
  92. 181cdfd go/ssa: create an 'init' function even if len(files)==0 by Alan Donovan · 7 years ago
  93. f5a6ee1 cmd/gotype: delete this command in favor of go/types/gotype.go in the std lib by Robert Griesemer · 7 years ago
  94. 7a49e42 go/loader: don't create types.Package for "unsafe" by Alan Donovan · 7 years ago
  95. 1dce95f x/tools/imports: remove unused type gate. by David R. Jenni · 7 years ago
  96. ee178be x/tools/godoc: remove unused functions by David R. Jenni · 7 years ago
  97. b20a216 x/tools/go/internal/gccgoimporter: remove unused method by David R. Jenni · 7 years ago
  98. 76c38d6 x/tools/go/buildutil: remove unused function by David R. Jenni · 7 years ago
  99. fd9cb7c x/tools/cmd/html2article: remove unused functions by David R. Jenni · 7 years ago
  100. 8211efe x/tools/cmd/guru: remove unused method. by David R. Jenni · 7 years ago