1. e06694f x/tools/cmd/godoc: remove unused variable by David R. Jenni · 7 years ago
  2. 81cc31e Revert "x/tools/container/intsets: remove unused function" by Alan Donovan · 7 years ago
  3. f9348ea x/tools/present: remove unused code by David R. Jenni · 7 years ago
  4. 64f598b x/tools/refactor/eg: remove unused variable by David R. Jenni · 7 years ago
  5. 79902b4 x/tools/container/intsets: remove unused function by David R. Jenni · 7 years ago
  6. 36a48c9 x/tools/go/ssa: remove unused field from NamedConst by David R. Jenni · 7 years ago
  7. 43de7a3 x/tools/cmd/goyacc: remove unused function. by David R. Jenni · 7 years ago
  8. 718875e x/tools: simplify and format code by David R. Jenni · 7 years ago
  9. 4968197 x/tools/refactor/rename: fix nil pointer dereference. by David R. Jenni · 7 years ago
  10. 219e654 go/ssa: eliminate dead φ-nodes in cycles by Alan Donovan · 7 years ago
  11. 8e779ee x/tools/cmd/gotype: support type checking of xtest packages. by Paul Jolly · 7 years ago
  12. e1bdc76 x/tools/cmd/godoc: fix broken links in composite literals by Jay Conrod · 7 years ago
  13. 00f7cd5 x/tools/cmd/godoc: Fix incorrectly indented literals in examples by Jay Conrod · 7 years ago
  14. f84eaba go/loader: only run examples on 1.8 by Ian Lance Taylor · 7 years ago
  15. f7f4b0b imports: update zstdlib to Go 1.8 by Chris Broadfoot · 7 years ago
  16. be0fcc3 x/tools/go: gofmt -s -w by David R. Jenni · 8 years ago
  17. 5984771 x/tools/godoc: gofmt -s -w by David R. Jenni · 8 years ago
  18. cc429c2 x/tools/cmd/guru: gofmt -s -w by David R. Jenni · 8 years ago
  19. 6e7ee5a x/tools: support Go 1.9 type aliases by Alan Donovan · 7 years ago
  20. 8524ce5 imports, go/ast/astutil: do not make grouped imports non-grouped when removing by haya14busa · 7 years ago
  21. 1350773 imports: fix formatting directive error found by go vet by haya14busa · 7 years ago
  22. 44492e2 cmd/goimports: use actual filename in goimports -d output by haya14busa · 7 years ago
  23. 396c176 godoc: preserve ?m=... query string by Ted Kornish · 7 years ago
  24. 19c96be static: fix playground share by Chris Broadfoot · 7 years ago
  25. b56ef30 tools: updates for minimum Go version 1.6 by Alan Donovan · 7 years ago
  26. 69cfa78 static: add optional save shortcut support to playground by Chris Broadfoot · 7 years ago
  27. 1977f1c go/ssa/interp: remove old TODO by Alan Donovan · 7 years ago
  28. f5bb18a cmd/godoc: add better user error messages by Hsin Tsao · 7 years ago
  29. bd1cf89 blog/atom: support atom:link as in RFC4287 4.2.7 by Alexander Kauer · 7 years ago
  30. 1a60337 godoc/static: clean up the expandos code that handles the hash by Chris Broadfoot · 7 years ago
  31. 7e08f67 godoc: run TestStructField for Go 1.7 and up only (fix build) by Robert Griesemer · 7 years ago
  32. b55a2aa go/internal/gccgoimporter: add missing testfile (fix 1.9 build) by Robert Griesemer · 7 years ago
  33. f8ed2e4 cmd/guru: fix typo of 'hyphen' to rename to 'comma' by Koichi Shiraishi · 7 years ago
  34. 61efd71 godoc: fix quadratic and ASCII-only struct field linkification by Brad Fitzpatrick · 7 years ago
  35. 721f218 imports: remove unnecessary string conversion by Ludi Rehak · 7 years ago
  36. fcfba28 go/internal/gccgoimporter: support for type aliases by Robert Griesemer · 7 years ago
  37. add1aac static: don't use the jQuery func for looking up based on hash by Chris Broadfoot · 7 years ago
  38. 608c3b0 present: fix typo by gulyasm · 7 years ago
  39. 0d047c8 cmd/godex: handle printing of type aliases by Robert Griesemer · 8 years ago
  40. de55728 go/gcimporter15: update import/export to handle type aliases by Robert Griesemer · 7 years ago
  41. 5d76f8c static: detect platform to hide/show unix/windows instructions by Chris Broadfoot · 7 years ago
  42. 116266f godoc: remove some unused code by Daniel Martí · 7 years ago
  43. cb538db godoc: add README by Kevin Burke · 7 years ago
  44. b54fdb7 godoc: don't select line numbers in orange by Kevin Burke · 7 years ago
  45. 354f9f8 cmd/cover: check os.Create error im html output by Daniel Martí · 7 years ago
  46. 8b89e95 godoc/dl: change "All versions" to "Archived versions" by Chris Broadfoot · 7 years ago
  47. 2219f9c godoc/dl: clean up display of stable versions by Chris Broadfoot · 7 years ago
  48. 2d7295c godoc: allow nested toggles and toggles with <a name> by Chris Broadfoot · 7 years ago
  49. 4e83100 static: add underlines back to links in blog body by Chris Broadfoot · 7 years ago
  50. e0896bc godoc/dl: add instructions for unstable "go get" by Chris Broadfoot · 7 years ago
  51. 908849c cmd/godoc: add perf subrepo by Russ Cox · 8 years ago
  52. c6da36a cmd/tip: update tools hash to include CL 33662 by Russ Cox · 8 years ago
  53. dd79664 go/internal/gccgoimporter: accept missed portions of v2 format by Samuel Tan · 8 years ago
  54. ae02084 godoc: flip order of signature and doc string for functions and methods by Robert Griesemer · 8 years ago
  55. 0a14ca4 godoc: don't select line numbers when highlighting source code by Kevin Burke · 8 years ago
  56. 7932c3d godoc: Regenerate static/static.go by Kevin Burke · 8 years ago
  57. 7d72743 playground/socket: deflake test, remove sleep by Brad Fitzpatrick · 8 years ago
  58. a888bfd go/loader: fix broken tests after context removal from testing package by Brad Fitzpatrick · 8 years ago
  59. 3d92dd6 go/internal/gccgoimporter: handle conversions in exported const values by Alan Donovan · 8 years ago
  60. 99be5a0 go/buildutil, cmd/guru: resolve symlinks in filenames through build.Context by Rebecca Stambler · 8 years ago
  61. 4073e78 cmd/guru: avoid testing symlinks on OSes that do not support them by Rebecca Stambler · 8 years ago
  62. ae1141f Revert "go/buildutil: handle symlinks in filenames" by Rebecca Stambler · 8 years ago
  63. 07e766b Revert "go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename to account for windows." by Rebecca Stambler · 8 years ago
  64. c945ee3 go/buildutil, cmd/guru: fix tests for symlinks in guru and gorename to account for windows by Rebecca Stambler · 8 years ago
  65. 3a9a2cb go/buildutil: handle symlinks in filenames by Rebecca Stambler · 8 years ago
  66. 8462b16 go/buildutil: fix doc reference by Zac Bergquist · 8 years ago
  67. 366e270 cmd/guru: handle source file aliasing gracefully by Rebecca Stambler · 8 years ago
  68. e04df21 present: allow markup inside punctuation connected to other text by Russ Cox · 8 years ago
  69. e5f9a3d godoc: update struct field anchor code by Brad Fitzpatrick · 8 years ago
  70. 0f86c62 cmd/godoc: optional ACME autocert support by Brad Fitzpatrick · 8 years ago
  71. 0f65b31 godoc: make struct fields linkable in HTML mode by Brad Fitzpatrick · 8 years ago
  72. 34fe8ce go/gcexportdata: better error when reading exportdata directly from archive by Alan Donovan · 8 years ago
  73. b66e054 Revert "refactor/eg: remove vendor prefix from imported packages" by Brad Fitzpatrick · 8 years ago
  74. cbfb669 refactor/rename: perform renaming in doc comments by Zac Bergquist · 8 years ago
  75. 955e2ae cmd/present: fix indentation in template by Russ Cox · 8 years ago
  76. 76b6c24 cmd/tip: update talks rev to pick up CL 33578 by Russ Cox · 8 years ago
  77. f19f04f cmd/present: adjust article presentation by Russ Cox · 8 years ago
  78. c97d1a2 godoc: add on-hover permalink anchors across the site by Chris Broadfoot · 8 years ago
  79. 6c803ab go/loader: resolve imports in "created" packages w.r.t. parent dir not cwd by Alan Donovan · 8 years ago
  80. c060f04 refactor/eg: remove vendor prefix from imported packages by Rhys Hiltner · 8 years ago
  81. ebf631f cmd/goyacc: quadruple the max states and actions by Jordan Lewis · 8 years ago
  82. 574d60b refactor/rename: skip TestDiff on plan9, whose diff has no -u by Alan Donovan · 8 years ago
  83. 89662b0 go/ssa/interp: add several intrinsics for Darwin by Alan Donovan · 8 years ago
  84. 167995c go/ssa: avoid no-arg println(), for gccgo compatibility by Alan Donovan · 8 years ago
  85. a829d47 cmd/godoc: show comment before code block by Luigi Riefolo · 8 years ago
  86. e64f1a4 cmd/guru: add workaround to handle inconsistency between go/types and gc by Rebecca Stambler · 8 years ago
  87. 4c6345e imports: respect ignoredDirs for symlinks by Chris Stockton · 8 years ago
  88. 8b84dae godoc/dl: remove the tiny, unselectable SHA sums from Featured Downloads by Chris Broadfoot · 8 years ago
  89. 5e2ae75 go/ssa/interp: add syscall.Readlink intrinsic, needed by os package by Alan Donovan · 8 years ago
  90. 22ba3f3 go/gcimporter15: pretend blank fields have same owner by Alan Donovan · 8 years ago
  91. a69656e go/gcimporter: update export data format version by Robert Griesemer · 8 years ago
  92. c959b77 go/gcimporter15: update build tags and comments by Robert Griesemer · 8 years ago
  93. 5061f92 go/gccgoexportdata: correctly handle archive files containing string tables by Alan Donovan · 8 years ago
  94. 44b4c5d cmd/toolstash: fix format string arguments by Josh Bleecher Snyder · 8 years ago
  95. 7ce0cdd go/ssa: synthesize Go 1.8-compatible test main package by Alan Donovan · 8 years ago
  96. 09079c8 go/gccgoexportdata: plumb additional arguments to gccgo compiler by Samuel Tan · 8 years ago
  97. 46c63f3 go/gcimporter15: revert user-visible changes related to aliases by Robert Griesemer · 8 years ago
  98. 58ec10c go/ssa/interp: handle nil *hashmap cleanly by Alan Donovan · 8 years ago
  99. 2e34863 go/loader: fix fragile example test by Alan Donovan · 8 years ago
  100. 701d657 tools: remove go1.8-tagged files by Alan Donovan · 8 years ago