1. c692541 cmd/go/internal/vgo: skip not-yet-downloaded module in verify by Russ Cox · 6 years ago
  2. 0b37e81 cmd/go/internal/vgo: process packages for all build tags in vendor by Russ Cox · 6 years ago
  3. 1df2402 cmd/go/internal/mvs: fix get module@version ignoring @version by Dennis Kuhnert · 6 years ago
  4. f6a1923 cmd/go/internal/vgo: fix redundant code by Baokun Lee · 6 years ago
  5. f994658 cmd/go/internal/modfetch: report error when querying excluded version by Dennis Kuhnert · 6 years ago
  6. 561cc71 cmd/go/internal/vgo: do not scan submodules in file system scans by Russ Cox · 6 years ago
  7. 743aa73 cmd/go/internal/modfetch: more logging in TestConvertLegacyConfig by Russ Cox · 6 years ago
  8. 9ebc41c vendor/cmd/go/internal/modfetch: update gopkg.in requirements in TestConvertLegacyConfig by Bryan C. Mills · 6 years ago
  9. d9337fa cmd/go/internal/mvs: Fix link to blog post by Michal Bohuslávek · 6 years ago
  10. 60ddb20 cmd/go/internal/mvs: add test case demonstrating trimming by Russ Cox · 6 years ago
  11. 67db6ea cmd/go/internal/modfetch/gitrepo: fix bug loading tags by Russ Cox · 6 years ago
  12. a6d4634 cmd/go/internal/modfetch: avoid http lookup for non-domain paths by Russ Cox · 6 years ago
  13. 23392e5 cmd/go/internal/modfetch/gitrepo: fix problem with Git LFS by Russ Cox · 6 years ago
  14. 9aa8536 cmd/go/internal/modfetch/codehost: show git commands with -x by Russ Cox · 6 years ago
  15. 9742fed cmd/go: mention internal package path in 'use of internal package not allowed' error by Russ Cox · 6 years ago
  16. 203abfb cmd/go/internal/vgo: fix handling of vendor dir in package patterns by Russ Cox · 6 years ago
  17. 20f1cf1 cmd/go/internal/vgo: disable Git ssh problems for all commands by Russ Cox · 6 years ago
  18. 6a94eb3 cmd/go/internal/modfetch: fix legacy config file path parsed failed by Baokun Lee · 6 years ago
  19. 0cf06bb cmd/go/internal/modfetch/codehost: raise maximum repo size limit by Russ Cox · 6 years ago
  20. 6b832b2 cmd/go/internal/imports: update goos/goarch lists for Go 1.11 by Russ Cox · 6 years ago
  21. 416f375 cmd/go/internal/modfetch/gitrepo: Support "dumb http" transport by Alberto Bertogli · 6 years ago
  22. 7c0cf33 cmd/go/internal/modfetch: fix bug in parsing non-quoted module paths by Dennis Kuhnert · 6 years ago
  23. c4312af vendor/cmd/go/internal/vgo: disable password prompt and SSH connection pooling by Baokun Lee · 6 years ago
  24. b85f725 cmd/go/internal/modfetch: add newlines to new errors by Russ Cox · 6 years ago
  25. f0796e8 cmd/go/internal/vgo: auto-populate go.mod already containing module line by Russ Cox · 6 years ago
  26. 69d6572 x/vgo: fix ignoring tags on build, test, ... by Dennis Kuhnert · 6 years ago
  27. 85f741e cmd/go/internal/vgo: print auto-guessed module setting during go.mod init by Dennis Kuhnert · 6 years ago
  28. 1e0a5e7 cmd/go/internal/modfile: allow module path contains non-final version element by Baokun Lee · 6 years ago
  29. b39cea3 cmd/go/internal/vgo: do not shadow GOPATH dir var by Daniel Theophanes · 6 years ago
  30. 9271c4f cmd/go/internal/modfetch: fix coderepo test by Baokun Lee · 6 years ago
  31. 5643497 x/vgo: Fix parsing of go.mod with packages from gopkg.in by Joshua Rubin · 6 years ago
  32. f663b31 cmd/go/internal/vgo: vgo does not support relative imports by Baokun Lee · 6 years ago
  33. c3c97eb cmd/go/internal/cfg: read default CC and CXX from Go source code. by Ibrahim AshShohail · 6 years ago
  34. 8478b8f cmd/go/internal/vgo: report failure when $GOPATH/go.mod exists by Baokun Lee · 6 years ago
  35. b1062e5 cmd/go/internal/modfetch/gitrepo: work around old git fetch hash behavior by Russ Cox · 6 years ago
  36. 59d7cbc cmd/go/internal/vgo: check src/vendor for "standard" imports too by Russ Cox · 6 years ago
  37. 3dedcc9 cmd/go/internal/modfetch: fix conversion of legacy v2 versions by Russ Cox · 6 years ago
  38. 84430ca cmd/go/internal/modfetch: make gopkg.in support more seamless by Russ Cox · 6 years ago
  39. 3579ffc cmd/vgo/internal/modfetch/gitrepo: add general git repo access by Russ Cox · 6 years ago
  40. 097bf26 cmd/go/internal/vgo: speed up go.mod parsing by Russ Cox · 6 years ago
  41. 4473613 cmd/go/internal/vgo: accept \r\n line ending after import comment by Russ Cox · 6 years ago
  42. b754c3b cmd/go/internal/vgo: allow dotless module paths if replaced by Russ Cox · 6 years ago
  43. afe80cf cmd/go/internal/modfetch: avoid using non-canonical semver tags by Russ Cox · 6 years ago
  44. 77e0cc2 cmd/go/internal/modfetch: update for new gitrepo backend by Russ Cox · 6 years ago
  45. 4d9b028 cmd/go/internal/modfetch: allow branch name as rev identifier by Russ Cox · 6 years ago
  46. 8a75bf4 cmd/go/internal/modfile: allow, prefer unquoted strings in mod files by Russ Cox · 6 years ago
  47. a1cf457 x/vgo: fix vgo verify fails on Windows by Baokun Lee · 6 years ago
  48. ea0589d x/vgo: fix incorrect go.mod panic by Baokun Lee · 6 years ago
  49. 6a9ce5b x/vgo: fix the timestamp in a pseudo-version by Baokun Lee · 6 years ago
  50. fd2c213 x/vgo: include GOPROXY in env output by Lanre Adelowo · 6 years ago
  51. 5db81b5 x/vgo: filter non-canonical sevmer tags from repos by Jeff R. Allen · 6 years ago
  52. 57d048e cmd/go/internal/modfetch/github: trim trailing '.git' suffix in repo name by Leon Klingele · 6 years ago
  53. d4e01cc x/vgo: remove trailing whitespace, fix typo by Baokun Lee · 6 years ago
  54. 7373d8b vgo: fix Go 1.9 check by Russ Cox · 6 years ago
  55. 1ba7a54 x/vgo: ignore blank lines in go.modverify by Jeff R. Allen · 6 years ago
  56. 9ba9f10 vendor/cmd/go/internal/vgo: refer to GOPATH when no module is found by Elias Naur · 6 years ago
  57. 890b798 vendor/cmd/go/internal/web2: add missing return to netrcPath by Dmitri Shuralyov · 6 years ago
  58. e89a351 vendor/cmd/go/internal/web2: fix location of netrc by Josh Varga · 6 years ago
  59. 76421de cmd/go/internal/dirhash: disallow newlines in filenames for security by Filippo Valsorda · 6 years ago
  60. 3e3b3b9 cmd/go/internal/modfetch: unzip dependency files read-only by Leigh McCulloch · 6 years ago
  61. 425260f vendor/cmd/go/internal/vgo: fix typo in verify docs by Amr A.Mohammed · 6 years ago
  62. 085872f cmd/go/internal/modfetch/bitbucket: fetch from bitbucket by Sam Whited · 6 years ago
  63. 88f0e96 vgo: fail at runtime if not using Go 1.10+ by Brad Fitzpatrick · 6 years ago
  64. 145f648 cmd/go/internal/vgo: fix verify paths by Russ Cox · 6 years ago
  65. dbdefd2 vgo: add codereview.cfg by Russ Cox · 6 years ago
  66. b6ca6ae vgo: add doc comment by Russ Cox · 6 years ago
  67. 8143e7d fixup! cmd/go/internal/vgo: main vgo drivers by Russ Cox · 6 years ago
  68. 0e334a3 cmd/go/internal/version: print correct go version, vgo version by Russ Cox · 6 years ago
  69. c521ef4 cmd/go/internal/vgo: fix versions in local go.mod by Russ Cox · 6 years ago
  70. 76ba406 cmd/go/internal/modfile: accept help fixing versions by Russ Cox · 6 years ago
  71. 08e5ad8 cmd/go/internal/web2: diagnose unauthenticated 403 from GitHub by Russ Cox · 6 years ago
  72. 7a596b1 cmd/go/internal/vgo: install to GOPATH/bin when GOBIN not set by Russ Cox · 6 years ago
  73. 911f6aa cmd/go: include replacement in build info by Russ Cox · 6 years ago
  74. f494fb8 cmd/go: do not fix, fmt, or generate in dependency modules by Russ Cox · 6 years ago
  75. ff8462c cmd/go: integrate vgo into main command by Russ Cox · 6 years ago
  76. ad748cc cmd/go/internal/vgo: main vgo drivers by Russ Cox · 6 years ago
  77. 901a8b1 cmd/go/internal/search: add SetModRoot to limit fs patterns by Russ Cox · 6 years ago
  78. 659a957 cmd/go/internal/modfetch: converters, custom domain, gopkg.in, proxy by Russ Cox · 6 years ago
  79. a39b041 cmd/go/internal/modfetch: add codehosting -> repo converter by Russ Cox · 6 years ago
  80. 63138cb cmd/go/internal/modfetch/github: fetch from github by Russ Cox · 6 years ago
  81. 3a8c085 cmd/go/internal/modfetch/googlesource: fetch from *.googlesource.com by Russ Cox · 6 years ago
  82. 9c7eb3a cmd/go/internal/modfetch/codehost: definition for a code hosting site by Russ Cox · 6 years ago
  83. 9372253 cmd/go/internal/webtest: web test helper library by Russ Cox · 6 years ago
  84. fc209c4 cmd/go/internal/web2: second web helper library by Russ Cox · 6 years ago
  85. ea519d3 cmd/go/internal/modconv: vendor manifest lock file readers by Russ Cox · 6 years ago
  86. 08359e7 cmd/go/internal/imports: add import scanner by Russ Cox · 6 years ago
  87. c5e652a cmd/go/internal/mvs: Minimal Version Selection by Russ Cox · 6 years ago
  88. 54b9179 cmd/go/internal/modfile: go.mod file parser and printer by Russ Cox · 6 years ago
  89. 2280d68 cmd/go/internal/module: basic definition of module.Version, module paths by Russ Cox · 6 years ago
  90. 0f3d1d5 cmd/go/internal/semver: add semver library by Russ Cox · 6 years ago
  91. cc20c7c cmd/go/internal/dirhash: sha256 hash of directory trees by Russ Cox · 6 years ago
  92. aed50ec cmd/go/internal/search: split pattern matching out of internal/load by Russ Cox · 6 years ago
  93. 3a842c1 cmd/go/internal/base: add global -et (error trace) flag for debugging by Russ Cox · 6 years ago
  94. e2e86fa vgo: let VGOROOT override GOROOT by Russ Cox · 6 years ago
  95. 4e56bcb vgo: add LICENSE, basic README.md by Russ Cox · 6 years ago
  96. 8612361 vgo: initial copy of cmd/go, adapted to build and run standalone by Russ Cox · 6 years ago