1. 60ffea2 godoc: correctly parse packages with digits in the package name by Gustav Westling · 7 years ago
  2. 99195f4 godoc/dl: also serve go-import meta tags at golang.org/dl for cmd/go by Brad Fitzpatrick · 7 years ago
  3. 827f47d godoc/dl: add meta tags for go get golang.org/dl/go1.N by Brad Fitzpatrick · 7 years ago
  4. 42aedba godoc/dl: update download link from /x/build/version to /dl by Andrew Bonventre · 7 years ago
  5. 4735f53 cmd/goyacc: append trailing newline to text "Code generated by goyacc" by Jim Minter · 7 years ago
  6. 54f9f59 go/packages: remove Package.IsTest field by Michael Matloob · 7 years ago
  7. 32950ab godoc: add version info for struct fields by Brad Fitzpatrick · 7 years ago
  8. 57f659e godoc: show version information for stdlib by Devon H. O'Dell · 7 years ago
  9. d74aaa1 go/packages: Options.{Dir,Env} pass-through by Michael Matloob · 7 years ago
  10. fd2d2c4 go/packages: fix/skip some tests making build.golang.org red by Brad Fitzpatrick · 7 years ago
  11. 18e9dfb go/packages: add Option.Tests bool, which affects pattern expansion by Alan Donovan · 7 years ago
  12. 9d3ae49 go/packages: report a distinguished ErrGoTooOld error for older go commands by Alan Donovan · 7 years ago
  13. 2087f8c go/packages: remove POSIX filename assumption from test by Alan Donovan · 7 years ago
  14. 9622293 go/packages: a new Go package loader for go, vgo and other build systems by Alan Donovan · 7 years ago
  15. 18f0b66 cmd/stringer: add a -tags flag that supports build tags by Rob Pike · 7 years ago
  16. 8cb83b7 imports: fix lost line between package and import statement by LE Manh Cuong · 7 years ago
  17. d600f31 imports: fix unexpected blank line after package comment by LE Manh Cuong · 7 years ago
  18. 893c2b1 imports: assume import x/y/v2 is package y by Russ Cox · 7 years ago
  19. ee8f72c imports: avoid src/v and src/mod again by Russ Cox · 7 years ago
  20. e2be0f7 cmd/goyacc: include arguments in DO NOT EDIT marker by Rob Pike · 7 years ago
  21. 827133a cmd/stringer: revert back to source importer by Rob Pike · 7 years ago
  22. 4358783 cmd/godoc,cmd/tip: enable HSTS preload by Agniva De Sarker · 7 years ago
  23. 16f8f9b cmd/goyacc: add header to generated go output file by Jonathan Pentecost · 7 years ago
  24. 75d2ffb stringer: add a -tags flag that supports build tags by Rob Pike · 7 years ago
  25. ffe8890 cmd/stringer: revert CL 40403 by Rob Pike · 7 years ago
  26. b23eb62 imports: fixup comments on import lines correctly by LE Manh Cuong · 7 years ago
  27. 1c99e12 godoc: default to GOOS/GOARCH js/wasm when rendering syscall/js docs by Brad Fitzpatrick · 7 years ago
  28. 16699b2 go/gcexportdata: add -package flag to diagnostic tool by Alan Donovan · 7 years ago
  29. 56e9b8e go/internal/gcimporter,gccgoimporter: use types.NewInterfaceType by Robert Griesemer · 7 years ago
  30. 3c1bb8b godoc: accept scanner.RawString too during EBNF parsing by Agniva De Sarker · 7 years ago
  31. 25b95b4 go/ssa: fix some incorrect comments by Austin Clements · 7 years ago
  32. fcb3cb6 go/vcs: match go-import package prefixes by slash by David Symonds · 7 years ago
  33. 5344009 godoc/static: resolve merge conflict, committed in error by Alan Donovan · 7 years ago
  34. e10d6c9 godoc/static: use a stable quote function by Alan Donovan · 7 years ago
  35. c06a8d8 imports: skip $GOPATH/src/v and $GOPATH/src/mod by Russ Cox · 7 years ago
  36. 465e6f3 godoc: add link to expand/close all examples by Agniva De Sarker · 7 years ago
  37. c626943 refactor/rename: allow Force to make edits within autogenerated files. by Paul Jolly · 7 years ago
  38. 903a227 godoc/static: mimic the pre-1.10 behavior of strconv.Quote by Alan Donovan · 7 years ago
  39. 49ce10d godoc/static: suppress gen_test on go1.9 by Alan Donovan · 7 years ago
  40. c995a08 go/internal/gcimporter: move 1.11 specific tests out of non-1.11 builds (fix build) by Robert Griesemer · 7 years ago
  41. e580e34 go/internal/gcimporter: don't use Interface.EmbeddedType for builds before go1.11 by Robert Griesemer · 7 years ago
  42. 6f857df go/internal/gccgoimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 7 years ago
  43. 9d85510 go/internal/gcimporter: missed a NewInterface2 call in prior CL by Robert Griesemer · 7 years ago
  44. 58c6d92 go/internal/gcimporter: use types.NewInterface (not NewInterface2) for builds before Go 1.11 by Robert Griesemer · 7 years ago
  45. e1f9090 godoc: correct abspath when looking for cmds by Andy Lindeman · 7 years ago
  46. 9a70f1f go/internal/gcimporter, gccgoimporter: updated to match latest version in std lib by Robert Griesemer · 7 years ago
  47. 02fcd6a godoc: fix test failure by Robert Griesemer · 7 years ago
  48. 8c39fb5 cmd/godoc: use same GOROOT discovery as Go 1.10's cmd/go by Brad Fitzpatrick · 7 years ago
  49. 2475cf1 cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid by Ian Lance Taylor · 7 years ago
  50. f961572 imports: fix test to work with gccgo by Ian Lance Taylor · 7 years ago
  51. c65208e go/...: make most tests pass with gccgo by Ian Lance Taylor · 7 years ago
  52. 4e38c85 godoc/dl: add valsorda to users allowed to upload by Filippo Valsorda · 7 years ago
  53. a5b4c53 playground.js: display vet errors when program has no output by Yury Smolsky · 7 years ago
  54. 1937f90 cmd/gomvpkg: add missing closing double-quote to documentation by Sebastien Binet · 7 years ago
  55. 28aef64 go/internal/gcimporter: return error from BExportData by Andrew Gerrand · 7 years ago
  56. 48418e5 godoc: display "go vet" errors before the output of a program by Yury Smolsky · 7 years ago
  57. 76f5b51 x/tools/godoc: make front page video respond to layout changes (2/2) by jimmyfrasche · 7 years ago
  58. 8772326 cmd/guru: skip the slow tests in short mode by Brad Fitzpatrick · 7 years ago
  59. ae80276 godoc/static: add test for static.go file generation by Agniva De Sarker · 7 years ago
  60. f4ce24f godoc/static: cleanup unused lines in makestatic.go by Jeevanandam M · 7 years ago
  61. 8026fb0 cmd/guru: fix vet error in referrers.go by Andrew Bonventre · 7 years ago
  62. a25dedf godoc: set the GOROOT path properly in cmdline mode by Agniva De Sarker · 7 years ago
  63. 5c8013c cmd/guru: re-use buffer for reading files by Josh Bleecher Snyder · 7 years ago
  64. c1f4e2c cmd/guru: emit initial referrers result earlier by Josh Bleecher Snyder · 7 years ago
  65. d4c6246 cmd/guru: parallelize loop in globalReferrersPkgLevel by Josh Bleecher Snyder · 7 years ago
  66. 1e1ec01 cmd/guru: optimize global pkglevel referrer queries by Josh Bleecher Snyder · 7 years ago
  67. c47212f godoc: don't exclude version field from File struct by Andrew Bonventre · 7 years ago
  68. 836e0f6 cmd/goyacc: fix an off-by-one error in lineno tracking by Nikhil Benesch · 7 years ago
  69. 165bdd6 imports: fix races in findImportGoPath by Bryan C. Mills · 7 years ago
  70. 8e070db godoc: remove vendor prefixes for border-radius by Agniva De Sarker · 7 years ago
  71. 0b5ca0b godoc: use relative css unit by Agniva De Sarker · 7 years ago
  72. 6e0e218 go/internal/gcimporter: support indexed export data by Rebecca Stambler · 7 years ago
  73. c1def51 imports: improve VendorlessPath docs by Josh Bleecher Snyder · 7 years ago
  74. 8152769 imports: export VendorlessPath by Josh Bleecher Snyder · 7 years ago
  75. 71f4407 cmd/guru: always import tests in initial referrers import by Josh Bleecher Snyder · 7 years ago
  76. 7e5e8df cmd/guru: make tests granular and parallel by Josh Bleecher Snyder · 7 years ago
  77. 94b1483 imports: extract fastWalk into new package internal/fastwalk by Ian Cottrell · 7 years ago
  78. 1a83a0b godoc: fix counting of package files in GetPageInfo by Agniva De Sarker · 7 years ago
  79. d9caac3 godoc: add benchmark for directory scan by Kevin Burke · 7 years ago
  80. 327197e godoc,blog: perform minor cleanup by Agniva De Sarker · 7 years ago
  81. 8723cc7 blog: revert strings.Builder to bytes.Buffer by Agniva De Sarker · 7 years ago
  82. d11f6ec blog: serve relative links when run locally by Agniva De Sarker · 7 years ago
  83. 5e86cd2 cmd/present: display slide numbers by David Url · 7 years ago
  84. 1c0c7a8 imports: Process should accept nil src by haya14busa · 8 years ago
  85. dc06d3e cmd/godoc: support http-01 ACME challenge in optional autocert support by Brad Fitzpatrick · 7 years ago
  86. 8b3ccca godoc/vfs: improve implementation of RootType by Agniva De Sarker · 7 years ago
  87. ccd319a go/ssa/interp: add internal/syscall/unix.syscall_fcntl to fix tests by Tobias Klauser · 7 years ago
  88. 368a7e1 cmd/guru: skip broken test for old Go versions for now by Brad Fitzpatrick · 7 years ago
  89. faed997 godoc: cleanup package templates by Agniva De Sarker · 7 years ago
  90. 16d1af8 godoc: group package home page list by root by Agniva De Sarker · 7 years ago
  91. 5dfd893 go/internal/gcimporter: rename from go/gcimporter15 by Matthew Dempsky · 7 years ago
  92. 14d5b80 go/gcimporter15: support bimport format v6 by Matthew Dempsky · 7 years ago
  93. ac136b6 godoc: sort package listing by Agniva De Sarker · 7 years ago
  94. 370143d godoc/static: add perf, review, sync subrepos by Dmitri Shuralyov · 7 years ago
  95. 77106db cmd/godoc: fix TestWebIndex test by Yury Smolsky · 7 years ago
  96. 4c0f0e4 godoc: add vet support to playground.js by Yury Smolsky · 7 years ago
  97. 2226533 refactor/eg: Add support for multi line after statements to eg. by Colin · 7 years ago
  98. 96caea4 godoc: fix runaway goroutine use by Kevin Burke · 7 years ago
  99. 14b3f5b godoc/static: add x/time subrepo by Dmitri Shuralyov · 7 years ago
  100. 39919ae cmd/godoc: provide -all flag to output unexported identifiers by Yury Smolsky · 7 years ago