1. 6686f41 module: add COM0 and LPT0 to badWindowsNames by Michael Matloob · 5 days ago master
  2. aa51b25 modfile: do not collapse if there are unattached comments within blocks by Quan Tong · 6 months ago v0.17.0
  3. 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles by Filippo Valsorda · 9 weeks ago
  4. 18d3f56 modfile: fix crash on AddGoStmt in empty File by crazybolillo · 9 weeks ago
  5. 766dc5d modfile: use new go version string format in WorkFile.add error by Sam Thanawalla · 3 months ago v0.16.0
  6. fa1ba42 sumdb: replace globsMatchPath with module.MatchPrefixPatterns by Aofei Sheng · 6 months ago v0.15.0
  7. 6e58e47 modfile: improve directory path detection and error text consistency by Dmitri Shuralyov · 12 months ago v0.14.0
  8. 5b69280 modfile: use new go version string format in error message by Sean Liao · 8 months ago v0.13.0
  9. 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0 by Dmitri Shuralyov · 8 months ago
  10. baa5c2d all: add godoc links by Olivier Mengué · 11 months ago internal-branch.go1.21-vendor v0.12.0
  11. 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime by Bryan C. Mills · 11 months ago
  12. 22d21f4 zip: fix doc for CreateFromVCS function by Oleksandr Redko · 11 months ago
  13. bfed713 zip: fix LICENSE file handling to match modfetch by Jordan Liggitt · 12 months ago
  14. 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles by Russ Cox · 11 months ago v0.11.0
  15. 2a1c06a modfile: update toolchain syntax by Russ Cox · 11 months ago
  16. e81ad10 sumdb: correct spelling mistakes by Oleksandr Redko · 12 months ago
  17. e343115 sumdb: add missing return after http.Error by Oleksandr Redko · 12 months ago
  18. fc83a8f modfile: add support for dropping go and toolchain stmts by Russ Cox · 12 months ago
  19. 1846133 modfile: add parsing support for toolchain by Russ Cox · 12 months ago
  20. a73672d modfile: add support for go and toolchain lines by Russ Cox · 12 months ago
  21. e7bea8f modfile: use semantic sort for exclude blocks by Dmitri Shuralyov · 1 year ago
  22. ad6fd61 zip: fix on Windows by Heschi Kreinick · 1 year, 2 months ago v0.10.0
  23. 69aa7ac sumdb/tlog: fuzz tests for parsers by hickford · 1 year, 3 months ago v0.9.0
  24. b710602 sumdb/dirhash: correct documentation of hash by Russ Cox · 1 year, 3 months ago v0.8.0
  25. a42224d all: replace io/ioutil with io and os package by Oleksandr Redko · 1 year, 4 months ago
  26. 77d797e sumdb/dirhash: fix a panic when argument is not a directory by Simar · 1 year, 4 months ago
  27. 7c05a44 sumdb/note: remove dependency on golang.org/x/crypto/ed25519 by Sebastiaan van Stijn · 1 year, 6 months ago internal-branch.go1.20-vendor v0.7.0
  28. b3066c3 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.6.0
  29. e3c1277 go.mod: update to tagged x/tools version by Heschi Kreinick · 1 year, 7 months ago
  30. aac77cd all: fix a few function names on comments by cui fliter · 1 year, 7 months ago
  31. 2666ed6 go.mod: ignore cyclic dependency for tagging by Heschi Kreinick · 1 year, 7 months ago
  32. 2adab6b zip: expand logging and use t.TempDir and t.Cleanup in test helpers by Bryan C. Mills · 1 year, 8 months ago
  33. 02c9913 sumdb: remove redundant type conversion by cui fliter · 1 year, 8 months ago
  34. 8f535f7 sumdb/note: fix some typos by cui fliter · 1 year, 8 months ago
  35. ed83ed6 modfile: remove duplicate words from comments by Abirdcfly · 1 year, 9 months ago
  36. f994a2a zip: set PWD consistently for commands in subdirectories by Bryan C. Mills · 2 years, 6 months ago
  37. 046e8b3 modfile: improve error message for replace with '@' in path by hopehook · 2 years ago
  38. 86c51ed all: remove golang.org/x/xerrors dependency by Ilia Choly · 2 years, 1 month ago internal-branch.go1.19-vendor
  39. 41445a1 zip: update TestUnzipSizeLimitsSpecial for CL 366854 by Ian Lance Taylor · 2 years, 1 month ago
  40. 145421b all: gofmt by Russ Cox · 2 years, 1 month ago
  41. 605edab sumdb/note: relax prescriptiveness of key hash format by Filippo Valsorda · 2 years, 6 months ago
  42. a410e2d sumdb/note: catch a Verifiers that returns the wrong Verifier by Filippo Valsorda · 2 years, 6 months ago
  43. 9b9b3d8 zip: always populate known keys in haveVCS map in TestVCS by Bryan C. Mills · 2 years, 4 months ago
  44. c2adaff zip: treat plan9 git as unsupported by Bryan C. Mills · 2 years, 4 months ago
  45. 5f2f164 zip: skip tests that run 'git init' and 'git config' on plan9 by Bryan C. Mills · 2 years, 6 months ago
  46. 3a5865c modfile: rename directory directive to use by Michael Matloob · 2 years, 7 months ago internal-branch.go1.18-vendor
  47. c96bc14 x/mod: update requirement on x/crypto by Jay Conrod · 2 years, 7 months ago
  48. ecfafd6 semver: remove unused err field by Koichi Shiraishi · 2 years, 7 months ago
  49. dd30a60 module: accept trailing slash in MatchPrefixPattern by HowJMay · 2 years, 8 months ago
  50. 37dd689 modfile: in SetRequireSeparateIndirect, convert lines to blocks by Jay Conrod · 2 years, 8 months ago
  51. 4be982b modfile: in SetRequireSeparateIndirect, arrange requirements consistently by Jay Conrod · 2 years, 9 months ago
  52. 1b1db11 zip: add ErrUnrecognizedVCS error, allowing fallback behavior by Jean de Klerk · 2 years, 9 months ago
  53. 4029241 [dev.cmdgo] modfile: parser changes for workfile proposal by Michael Matloob · 3 years ago
  54. 607370a module: use strings.ContainsRune in fileNameOK by Tobias Klauser · 3 years ago
  55. 98d530a zip: add CreateFromVCS, which creates a module zip from vcs by Jean de Klerk · 2 years, 11 months ago
  56. 154199d zip: add bit more information about what checkFiles does by Jean de Klerk · 2 years, 10 months ago v0.6.0-dev
  57. 0f08993 modfile: add SetRequireSeparateIndirect by Bryan C. Mills · 3 years ago internal-branch.go1.17-vendor v0.5.0
  58. 22458ad modfile: factor out methods for changing Require properties by Bryan C. Mills · 3 years ago
  59. 9eb10b1 modfile: make marking for removal a method on Line instead of FileSyntax by Bryan C. Mills · 3 years ago
  60. 6e4e729 modfile: clean up SetRequire by Bryan C. Mills · 3 years ago
  61. ad21a28 modfile: document (*File).*Require methods by Bryan C. Mills · 3 years ago
  62. e953053 modfile: remove end-of-line comments in removeLine by Bryan C. Mills · 3 years ago
  63. 6088ed8 modfile: be less strict about go version syntax in dependency go.mod files by Russ Cox · 3 years ago
  64. 67f1c1e modfile: take into account that // indirect comments may not be well formatted by komuW · 3 years ago
  65. fb786b1 module: accept leading dash in a file path by Ian Lance Taylor · 3 years ago
  66. 4435ecf go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years ago
  67. 858fdbe modfile: parse deprecation notices in module comments by Jay Conrod · 3 years, 2 months ago
  68. 244d49f modfile: clarify documentation for Parse by Jay Conrod · 3 years, 1 month ago
  69. 1cc8812 semver: add ByVersion and Sort for sorting semantic version lists by Jay Conrod · 3 years, 2 months ago
  70. 6b0bea4 module: move pseudo-version functions into module by Jay Conrod · 3 years, 2 months ago
  71. 19d50ca module: add InvalidPathError by Jay Conrod · 3 years, 2 months ago
  72. d6ab96f module: allow '+' in package import paths (but not module paths) by Bryan C. Mills · 3 years, 2 months ago v0.4.2
  73. c8bb1bd module: allow leading dots in import path elements by Jay Conrod · 3 years, 3 months ago
  74. 66bf157 modfile: defer fixing versions in retract directives by Jay Conrod · 3 years, 3 months ago
  75. 66f6d92 modfile: check canonicalness against the relevant module path, not abstract semver by Bryan C. Mills · 3 years, 3 months ago
  76. 6ce8bb3 cmd/go: validating version format in mod edit by Tom Zierbock · 3 years, 5 months ago v0.4.1
  77. bc388b2 README: convert to Markdown and add pkg.go.dev tag by Jay Conrod · 3 years, 5 months ago
  78. 3bfbaad semver: deprecate semver.Max by Jay Conrod · 3 years, 6 months ago v0.4.0
  79. ce943fd module: reject Windows shortnames as path components by Michael Matloob · 3 years, 9 months ago
  80. b857d93 module: reject "+" in CheckPath and CheckImportPath by Michael Matloob · 3 years, 9 months ago
  81. 3d8fd71 zip: add CheckFiles, CheckDir, and CheckZip by Jay Conrod · 4 years ago
  82. c0d644d modfile: support retract directive and version intervals by Jay Conrod · 4 years, 2 months ago
  83. 89ce4c7 modfile: remove trailing newline from comment tokens by Jay Conrod · 3 years, 11 months ago
  84. 0b26df4 module: add a MatchPrefixPatterns function, for matching GOPRIVATE, etc. by Rob Findley · 3 years, 11 months ago
  85. 859b3ef modfile: scan ASCII brackets and commas as separate tokens by Jay Conrod · 4 years, 1 month ago release-branch.go1.15 v0.3.0
  86. 60cb782 modfile: add retract directives to TestParseLax by Jay Conrod · 4 years, 1 month ago
  87. 2addee1 zip: in TestVCS, skip instead of failing after VCS error by Jay Conrod · 4 years, 1 month ago
  88. b1723bd modfile: be more clear about go field format by Jared Allard · 4 years, 1 month ago
  89. e5e73c1 zip: document isVendoredPackage false-positives by Bryan C. Mills · 4 years, 3 months ago
  90. b0a8b12 zip: fix staticcheck errors by Jay Conrod · 4 years, 3 months ago
  91. 76efd80 modfile: add package documentation by Jay Conrod · 4 years, 4 months ago
  92. accd165 modfile: return structured errors from Parse and ParseLax by Jay Conrod · 4 years, 4 months ago
  93. ed3ec21 sumdb/note: remove draft comment by Katie Hockman · 4 years, 4 months ago release-branch.go1.14 v0.2.0
  94. 331c550 zip: skip symlink test on Plan 9 by Fazlul Shahriar · 4 years, 5 months ago
  95. 788aebd modfile: replace empty comments when adding indirect by Jay Conrod · 4 years, 6 months ago
  96. 565a5a2 modfile: handle indirect dependencies with an empty comment by francisco souza · 4 years, 6 months ago
  97. 919e395 internal/txtar: replace with golang.org/x/tools/txtar by Jay Conrod · 4 years, 6 months ago
  98. 034126e module: remove trailing '@' for versionless Versions by Bryan C. Mills · 4 years, 6 months ago
  99. 29826bb zip: exclude VCS directories from CreateFromDir by Jay Conrod · 4 years, 6 months ago
  100. c90efee modfile: prefer to add a new 'go' directive after the 'module' directive by Bryan C. Mills · 4 years, 6 months ago