1. 903a227 godoc/static: mimic the pre-1.10 behavior of strconv.Quote by Alan Donovan · 6 years ago
  2. 49ce10d godoc/static: suppress gen_test on go1.9 by Alan Donovan · 6 years ago
  3. c995a08 go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) by Robert Griesemer · 6 years ago
  4. e580e34 go/internal/gcimporter: don't use Interface.EmbeddedType for builds before go1.11 by Robert Griesemer · 6 years ago
  5. 6f857df go/internal/gccgoimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 6 years ago
  6. 9d85510 go/internal/gcimporter: missed a NewInterface2 call in prior CL by Robert Griesemer · 6 years ago
  7. 58c6d92 go/internal/gcimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 6 years ago
  8. e1f9090 godoc: correct abspath when looking for cmds by Andy Lindeman · 6 years ago
  9. 9a70f1f go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib by Robert Griesemer · 6 years ago
  10. 02fcd6a godoc: fix test failure by Robert Griesemer · 6 years ago
  11. 8c39fb5 cmd/godoc: use same GOROOT discovery as Go 1.10's cmd/go by Brad Fitzpatrick · 6 years ago
  12. 2475cf1 cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid by Ian Lance Taylor · 6 years ago
  13. f961572 imports: fix test to work with gccgo by Ian Lance Taylor · 6 years ago
  14. c65208e go/...: make most tests pass with gccgo by Ian Lance Taylor · 6 years ago
  15. 4e38c85 godoc/dl: add valsorda to users allowed to upload by Filippo Valsorda · 6 years ago
  16. a5b4c53 playground.js: display vet errors when program has no output by Yury Smolsky · 6 years ago
  17. 1937f90 cmd/gomvpkg: add missing closing double-quote to documentation by Sebastien Binet · 6 years ago
  18. 28aef64 go/internal/gcimporter: return error from BExportData by Andrew Gerrand · 6 years ago
  19. 48418e5 godoc: display "go vet" errors before the output of a program by Yury Smolsky · 6 years ago
  20. 76f5b51 x/tools/godoc: make front page video respond to layout changes (2/2) by jimmyfrasche · 6 years ago
  21. 8772326 cmd/guru: skip the slow tests in short mode by Brad Fitzpatrick · 6 years ago
  22. ae80276 godoc/static: add test for static.go file generation by Agniva De Sarker · 6 years ago
  23. f4ce24f godoc/static: cleanup unused lines in makestatic.go by Jeevanandam M · 6 years ago
  24. 8026fb0 cmd/guru: fix vet error in referrers.go by Andrew Bonventre · 6 years ago
  25. a25dedf godoc: set the GOROOT path properly in cmdline mode by Agniva De Sarker · 6 years ago
  26. 5c8013c cmd/guru: re-use buffer for reading files by Josh Bleecher Snyder · 6 years ago
  27. c1f4e2c cmd/guru: emit initial referrers result earlier by Josh Bleecher Snyder · 6 years ago
  28. d4c6246 cmd/guru: parallelize loop in globalReferrersPkgLevel by Josh Bleecher Snyder · 6 years ago
  29. 1e1ec01 cmd/guru: optimize global pkglevel referrer queries by Josh Bleecher Snyder · 6 years ago
  30. c47212f godoc: don't exclude version field from File struct by Andrew Bonventre · 6 years ago
  31. 836e0f6 cmd/goyacc: fix an off-by-one error in lineno tracking by Nikhil Benesch · 6 years ago
  32. 165bdd6 imports: fix races in findImportGoPath by Bryan C. Mills · 6 years ago
  33. 8e070db godoc: remove vendor prefixes for border-radius by Agniva De Sarker · 6 years ago
  34. 0b5ca0b godoc: use relative css unit by Agniva De Sarker · 6 years ago
  35. 6e0e218 go/internal/gcimporter: support indexed export data by Rebecca Stambler · 6 years ago
  36. c1def51 imports: improve VendorlessPath docs by Josh Bleecher Snyder · 6 years ago
  37. 8152769 imports: export VendorlessPath by Josh Bleecher Snyder · 6 years ago
  38. 71f4407 cmd/guru: always import tests in initial referrers import by Josh Bleecher Snyder · 6 years ago
  39. 7e5e8df cmd/guru: make tests granular and parallel by Josh Bleecher Snyder · 6 years ago
  40. 94b1483 imports: extract fastWalk into new package internal/fastwalk by Ian Cottrell · 6 years ago
  41. 1a83a0b godoc: fix counting of package files in GetPageInfo by Agniva De Sarker · 6 years ago
  42. d9caac3 godoc: add benchmark for directory scan by Kevin Burke · 6 years ago
  43. 327197e godoc,blog: perform minor cleanup by Agniva De Sarker · 6 years ago
  44. 8723cc7 blog: revert strings.Builder to bytes.Buffer by Agniva De Sarker · 6 years ago
  45. d11f6ec blog: serve relative links when run locally by Agniva De Sarker · 6 years ago
  46. 5e86cd2 cmd/present: display slide numbers by David Url · 6 years ago
  47. 1c0c7a8 imports: Process should accept nil src by haya14busa · 7 years ago
  48. dc06d3e cmd/godoc: support http-01 ACME challenge in optional autocert support by Brad Fitzpatrick · 6 years ago
  49. 8b3ccca godoc/vfs: improve implementation of RootType by Agniva De Sarker · 6 years ago
  50. ccd319a go/ssa/interp: add internal/syscall/unix.syscall_fcntl to fix tests by Tobias Klauser · 6 years ago
  51. 368a7e1 cmd/guru: skip broken test for old Go versions for now by Brad Fitzpatrick · 6 years ago
  52. faed997 godoc: cleanup package templates by Agniva De Sarker · 6 years ago
  53. 16d1af8 godoc: group package home page list by root by Agniva De Sarker · 6 years ago
  54. 5dfd893 go/internal/gcimporter: rename from go/gcimporter15 by Matthew Dempsky · 6 years ago
  55. 14d5b80 go/gcimporter15: support bimport format v6 by Matthew Dempsky · 6 years ago
  56. ac136b6 godoc: sort package listing by Agniva De Sarker · 6 years ago
  57. 370143d godoc/static: add perf, review, sync subrepos by Dmitri Shuralyov · 6 years ago
  58. 77106db cmd/godoc: fix TestWebIndex test by Yury Smolsky · 6 years ago
  59. 4c0f0e4 godoc: add vet support to playground.js by Yury Smolsky · 6 years ago
  60. 2226533 refactor/eg: Add support for multi line after statements to eg. by Colin · 7 years ago
  61. 96caea4 godoc: fix runaway goroutine use by Kevin Burke · 6 years ago
  62. 14b3f5b godoc/static: add x/time subrepo by Dmitri Shuralyov · 6 years ago
  63. 39919ae cmd/godoc: provide -all flag to output unexported identifiers by Yury Smolsky · 6 years ago
  64. c4b4e4b cmd/guru: fix .golden file (fix build) by Robert Griesemer · 6 years ago
  65. 5ad4d95 godoc: add the defer attribute to script tags by Agniva De Sarker · 6 years ago
  66. c41d143 imports: support match without trailing slash for -local flag by Nick Miyake · 6 years ago
  67. d853e80 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  68. c1547a3 imports: Limit the amount of text printed in the large token case by Ian Cottrell · 6 years ago
  69. 059bec9 cmd/goimports: support multiple comma-separated imports in -local flag by Nishanth Shanmugham · 7 years ago
  70. 9f6d4ad go/buildutil: use build.Import to find GOPATH containing x/tools by Dmitri Shuralyov · 6 years ago
  71. 73e16cf imports: show detailed error when directory cannot be opened by Yury Smolsky · 6 years ago
  72. 10db2d1 cmd/present: support being reverse proxied from https by peter zhang · 6 years ago
  73. 2ae76fd godoc: show synopses for subdirectories in package view by Agniva De Sarker · 6 years ago
  74. 86e0f67 godoc/dl: provide JSON feed of releases by Zachary Gershman · 6 years ago
  75. f8f2f88 Revert "godoc/dl: provide JSON feed of releases" by Brad Fitzpatrick · 6 years ago
  76. 733d489 cmd/godoc: add x/lint and x/vgo redirects by Andrew Bonventre · 6 years ago
  77. 07fd847 godoc/dl: provide JSON feed of releases by Zachary Gershman · 6 years ago
  78. 45c8140 Revert "godoc: correct fsRoot to prevent misleading message about cmd/" by Brad Fitzpatrick · 6 years ago
  79. e8fdd20 go/vcs: fix command injection in VCS path by Dmitri Shuralyov · 6 years ago
  80. db9df82 godoc: correct fsRoot to prevent misleading message about cmd/ by Andy Lindeman · 6 years ago
  81. 2c62430 go/callgraph/cha: fix bug computing correspondence of abstract/concrete methods by Alan Donovan · 6 years ago
  82. 5e776fe cmd/tip: update talks hash to pull in e00c182 by Andrew Bonventre · 6 years ago
  83. ce871d1 godoc: allow line numbers to be searched by ctrl+f by Agniva De Sarker · 6 years ago
  84. a4ae709 go/vcs: add package comment by Dmitri Shuralyov · 6 years ago
  85. 7374a09 godoc: move package example section by Agniva De Sarker · 6 years ago
  86. 6c27c68 imports: fix mangled comments after package clause insertion by Antonio Antelo · 6 years ago
  87. 90b807a all: fix a few issues found by unparam by Daniel Martí · 6 years ago
  88. c0251d3 imports: handle arbitrarily long lines by Nikhil Benesch · 6 years ago
  89. 006ac43 godoc: init corpus in a separate goroutine in http mode by Agniva De Sarker · 6 years ago
  90. f05340f .gitignore: roll back ".gitignore: ignore emacs backup files" by Ian Lance Taylor · 6 years ago
  91. 235755e .gitignore: ignore emacs backup files by Ian Lance Taylor · 6 years ago
  92. 95b47aa imports: update zstdlib to Go 1.10 by Josh Bleecher Snyder · 6 years ago
  93. 70252de Revert "godoc: init corpus in a separate goroutine in http mode" by Andrew Bonventre · 6 years ago
  94. 6648760 cmd/tip: enable HTTP ACME challenges by Brad Fitzpatrick · 6 years ago
  95. 25101aa godoc,cmd/getgo: update download links to dl.google.com by Andrew Bonventre · 6 years ago
  96. f86b507 godoc: init corpus in a separate goroutine in http mode by Agniva De Sarker · 6 years ago
  97. 99037e3 cmd/godoc: allow golang.google.cn as a valid host by Andrew Bonventre · 6 years ago
  98. af2bfe2 cmd/gomvpkg: Only process paths that are children by Michael Fraenkel · 7 years ago
  99. a5d79d2 go/...: fix/disable broken tests by Alan Donovan · 6 years ago
  100. 8ea45f9 blog: show a helpful error for invalid template directory by Agniva De Sarker · 6 years ago