1. c1406c3 go/packages: fix test failing on go1.10 by Alan Donovan · 6 years ago
  2. 44ec670 cmd/digraph: print usage on -h by Dominik Honnef · 6 years ago
  3. 7395529 go/packages: disable failing test on plan9 by Alan Donovan · 6 years ago
  4. 7d1dc99 go/packages: smooth API documentation for release by Alan Donovan · 6 years ago
  5. 641913b go/packages: reduce the number of export data files loaded by Ian Cottrell · 6 years ago
  6. 1dfe847 go/packages: disable modules in all tests that set GOPATH by Ian Cottrell · 6 years ago
  7. 9de1900 go/packages: opt: ignore function bodies in non-initial packages by Alan Donovan · 6 years ago
  8. 8f8fd1f playground: increase urlfetch timeout on GAE classic by Andrew Bonventre · 6 years ago
  9. a434f64 go/pointer: support reflect.Value in AddExtendedQuery by Dominik Honnef · 6 years ago
  10. 87c7dcb cmd/callgraph: temporarily disable failing tests on go1.10 by Alan Donovan · 6 years ago
  11. e104082 cmd/guru: fix tests for line directives in Go 1.11 by Rebecca Stambler · 6 years ago
  12. 27709f6 cmd/ssadump: use go/packages by Alan Donovan · 6 years ago
  13. cf99646 imports: stub out dirPackageInfo function in tests by Rebecca Stambler · 6 years ago
  14. 7883bde go/packages: minor fixes by Ian Cottrell · 6 years ago
  15. 69b93a3 go/packages: prefer import map to identity imports by Suzy Mueller · 6 years ago
  16. 4354ead all: fix typos in comments by Kazuhiro Sera · 6 years ago
  17. e96c4e2 x/tools: remove old renaming imports of go/constant as exact by Alan Donovan · 6 years ago
  18. 00d4fcd go/packages: remove dependency on imports by Rebecca Stambler · 6 years ago
  19. af5e788 go/packages: use Package as the raw form by Ian Cottrell · 6 years ago
  20. 4432cd1 cmd/compilebench: fix GOROOT inconsistencies by Russ Cox · 6 years ago
  21. aaa76ee go/packages: cleanup style by Michael Matloob · 6 years ago
  22. 0167fde go/packages: make corrections to fallback golist processing by Michael Matloob · 6 years ago
  23. 2e5c1e6 go/packages: make LoadFiles the zero mode by Alan Donovan · 6 years ago
  24. 2fda359 go/packages: use export data to load types info by Suzy Mueller · 6 years ago
  25. 1bd7298 cmd/callgraph: use go/packages by Alan Donovan · 6 years ago
  26. 2fad9c5 go/ssa: emit position information for assignment operators by Dominik Honnef · 6 years ago
  27. ad8705d godoc/redirect: redirect design docs to Gerrit, not GitHub by Russ Cox · 6 years ago
  28. 5b5e9c8 go/ssa: updates to support go/packages by Alan Donovan · 6 years ago
  29. 62181fa go/internal/cgo: simplify names of ProcessCgoFiles and RunCgo by Michael Matloob · 6 years ago
  30. 2019866 go/packages: initialise Fset if mode >= Types by Alan Donovan · 6 years ago
  31. e832138 go/packages: make cache names predictable in tests by Suzy Mueller · 6 years ago
  32. ca6481a go/packages/golist: fix golist fallback selection by Michael Matloob · 6 years ago
  33. 3c07937 go/packages: enable an external source of package information by Ian Cottrell · 6 years ago
  34. 1f25352 go/packages: add cgo support to go1.10 fallback loader by Michael Matloob · 6 years ago
  35. 82515cf go/packages: fix race detected by race detector by Michael Matloob · 6 years ago
  36. 4a42e0a go/packages/golist: pass in -compiled to go list by Michael Matloob · 6 years ago
  37. 78b3e71 go/packages: include test deps in golist fallback by Suzy Mueller · 6 years ago
  38. 681bc0c go/packages: fix the documentation by Ian Cottrell · 6 years ago
  39. 1801cb7 go/packages/golist: remove -cgo flag from go list invocation by Michael Matloob · 6 years ago
  40. 8149a73 go/packages: extract the raw API to its own package by Ian Cottrell · 6 years ago
  41. 7ebc57b go/packages: remove DepOnly from the raw package by Ian Cottrell · 6 years ago
  42. 33176b2 go/packages: make a test Errorf into Fatalf by Ian Cottrell · 6 years ago
  43. 9e9f7f6 godoc: skip build tag annotations when displaying examples by Mostyn Bramley-Moore · 6 years ago
  44. ade7853 go/packages: allow Load to use source if no export data is possible by Ian Cottrell · 6 years ago
  45. cfaff8d go/packages: fix tests for new go list behaviour by Ian Cottrell · 6 years ago
  46. 0700b57 godoc: don't display tar instructions for malformed download query by Andrew Bonventre · 6 years ago
  47. 8cc4e8a go/packages: add Flags to Config by Suzy Mueller · 6 years ago
  48. 9dbe528 go/packages: add support for 'contains:' words by Michael Matloob · 6 years ago
  49. bfb51945 Revert "godoc: skip build tag annotations when displaying examples" by Andrew Bonventre · 6 years ago
  50. faa8a71 godoc: skip build tag annotations when displaying examples by Mostyn Bramley-Moore · 6 years ago
  51. 0bf5a32 go/packages: add tests for vendoring by Suzy Mueller · 6 years ago
  52. 5442962 go/packages: test absolute filepaths by Suzy Mueller · 6 years ago
  53. 83365fc go/packages: fix bug preventing build by Suzy Mueller · 6 years ago
  54. ceb18ce go/packages: switch fallback implementation to use go list by Michael Matloob · 6 years ago
  55. 475b7a1 go/packages: fix the gopackages command by Ian Cottrell · 6 years ago
  56. b1e4acd go/packages: alter the internal api to go list by Ian Cottrell · 6 years ago
  57. 65cc56d godoc: fix tests on Go 1.9 by Brad Fitzpatrick · 6 years ago
  58. 14e5710 go/packages: fix internal go list function signatures by Ian Cottrell · 6 years ago
  59. 4d8a0ac cmd/godoc: fix TestWeb for versions < 1.11 by Agniva De Sarker · 6 years ago
  60. 526516e go/packages: support pre go1.10.4 using go/loader by Michael Matloob · 6 years ago
  61. 214274e go/packages: changes to the API per CL 125305 by Ian Cottrell · 6 years ago
  62. ded554d go/packages: splitting the scratch fields out of Package by Ian Cottrell · 6 years ago
  63. 96ee421 go/packages: revise documentation by Russ Cox · 6 years ago
  64. 60ffea2 godoc: correctly parse packages with digits in the package name by Gustav Westling · 6 years ago
  65. 99195f4 godoc/dl: also serve go-import meta tags at golang.org/dl for cmd/go by Brad Fitzpatrick · 6 years ago
  66. 827f47d godoc/dl: add meta tags for go get golang.org/dl/go1.N by Brad Fitzpatrick · 6 years ago
  67. 42aedba godoc/dl: update download link from /x/build/version to /dl by Andrew Bonventre · 6 years ago
  68. 4735f53 cmd/goyacc: append trailing newline to text "Code generated by goyacc" by Jim Minter · 6 years ago
  69. 54f9f59 go/packages: remove Package.IsTest field by Michael Matloob · 6 years ago
  70. 32950ab godoc: add version info for struct fields by Brad Fitzpatrick · 6 years ago
  71. 57f659e godoc: show version information for stdlib by Devon H. O'Dell · 7 years ago
  72. d74aaa1 go/packages: Options.{Dir,Env} pass-through by Michael Matloob · 6 years ago
  73. fd2d2c4 go/packages: fix/skip some tests making build.golang.org red by Brad Fitzpatrick · 6 years ago
  74. 18e9dfb go/packages: add Option.Tests bool, which affects pattern expansion by Alan Donovan · 6 years ago
  75. 9d3ae49 go/packages: report a distinguished ErrGoTooOld error for older go commands by Alan Donovan · 6 years ago
  76. 2087f8c go/packages: remove POSIX filename assumption from test by Alan Donovan · 6 years ago
  77. 9622293 go/packages: a new Go package loader for go, vgo and other build systems by Alan Donovan · 6 years ago
  78. 18f0b66 cmd/stringer: add a -tags flag that supports build tags by Rob Pike · 6 years ago
  79. 8cb83b7 imports: fix lost line between package and import statement by LE Manh Cuong · 6 years ago
  80. d600f31 imports: fix unexpected blank line after package comment by LE Manh Cuong · 6 years ago
  81. 893c2b1 imports: assume import x/y/v2 is package y by Russ Cox · 6 years ago
  82. ee8f72c imports: avoid src/v and src/mod again by Russ Cox · 6 years ago
  83. e2be0f7 cmd/goyacc: include arguments in DO NOT EDIT marker by Rob Pike · 6 years ago
  84. 827133a cmd/stringer: revert back to source importer by Rob Pike · 6 years ago
  85. 4358783 cmd/godoc,cmd/tip: enable HSTS preload by Agniva De Sarker · 6 years ago
  86. 16f8f9b cmd/goyacc: add header to generated go output file by Jonathan Pentecost · 6 years ago
  87. 75d2ffb stringer: add a -tags flag that supports build tags by Rob Pike · 6 years ago
  88. ffe8890 cmd/stringer: revert CL 40403 by Rob Pike · 6 years ago
  89. b23eb62 imports: fixup comments on import lines correctly by LE Manh Cuong · 6 years ago
  90. 1c99e12 godoc: default to GOOS/GOARCH js/wasm when rendering syscall/js docs by Brad Fitzpatrick · 6 years ago
  91. 16699b2 go/gcexportdata: add -package flag to diagnostic tool by Alan Donovan · 6 years ago
  92. 56e9b8e go/internal/gcimporter,gccgoimporter: use types.NewInterfaceType by Robert Griesemer · 6 years ago
  93. 3c1bb8b godoc: accept scanner.RawString too during EBNF parsing by Agniva De Sarker · 6 years ago
  94. 25b95b4 go/ssa: fix some incorrect comments by Austin Clements · 6 years ago
  95. fcb3cb6 go/vcs: match go-import package prefixes by slash by David Symonds · 6 years ago
  96. 5344009 godoc/static: resolve merge conflict, committed in error by Alan Donovan · 6 years ago
  97. e10d6c9 godoc/static: use a stable quote function by Alan Donovan · 6 years ago
  98. c06a8d8 imports: skip $GOPATH/src/v and $GOPATH/src/mod by Russ Cox · 6 years ago
  99. 465e6f3 godoc: add link to expand/close all examples by Agniva De Sarker · 6 years ago
  100. c626943 refactor/rename: allow Force to make edits within autogenerated files. by Paul Jolly · 6 years ago