1. 59fd05d go/types/objectpath: remove use of linkname for gopls back doors by Robert Findley · 1 year, 8 months ago
  2. 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls by Rob Findley · 1 year, 8 months ago
  3. 50a7e14 go/types/internal/play: show enclosing scopes and method sets by Alan Donovan · 1 year, 9 months ago
  4. a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename by Alan Donovan · 1 year, 9 months ago
  5. c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder by Rob Findley · 1 year, 10 months ago
  6. 77fd064 go/types/objectpath: remove unnecessary unsafe import by Robert Findley · 1 year, 10 months ago
  7. 3449242 go/types/objectpath: don't panic when receiver is missing a method by Rob Findley · 1 year, 11 months ago
  8. ba892bb go/types/internal/play: show formatted AST by Alan Donovan · 1 year, 11 months ago
  9. a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names by Alan Donovan · 2 years, 1 month ago
  10. 374b64a go/types/internal/play: show AST debug representation too by Alan Donovan · 2 years ago
  11. 4feee84 go/types/internal/play: a playground for go/types by Alan Donovan · 2 years, 1 month ago
  12. f98fce2 go/types/objectpath: add encoder type, to amortize allocation by Alan Donovan · 2 years, 1 month ago
  13. 41adf8d gopls/internal/lsp/tests: remove StripSubscripts by Robert Findley · 2 years, 2 months ago
  14. e172e97 go/types/typeutil: break recursion through anonymous interfaces by Alan Donovan · 2 years, 6 months ago
  15. 820e093 go/types/objectpath: implement fast path for concrete methods by Dominik Honnef · 2 years, 11 months ago
  16. d5f48fc all: gofmt by Russ Cox · 3 years ago
  17. d67eab4 go/types/objectpath: break cycles through type parameters in find by Robert Findley · 3 years ago
  18. e6ef770 go/types/typeutil: don't recurse into constraints when hashing tparams by Robert Findley · 3 years, 1 month ago
  19. 845bb90 go/types/objectpath: update objectpath tests for TypeString changes by Robert Griesemer · 3 years, 2 months ago
  20. be5769c go/types/objectpath: update objectpath tests for TypeString changes by Robert Findley · 3 years, 2 months ago
  21. 2762b18 internal/typeparams: simplify the IndexExpr API by Robert Findley · 3 years, 3 months ago
  22. 2ac48c6 go/types/typeutil: add support for mapping generic types by Robert Findley · 3 years, 6 months ago
  23. 3b1a674 go/types/objectpath: temporarily comment-out some tests by Robert Findley · 3 years, 5 months ago
  24. ee08195 go/types/typeutil: Callee supports generics by Tim King · 3 years, 5 months ago
  25. e8bb373 go/types/objectpath: fix testcase for the fix of TypeName.IsAlias by zhouguangyuan · 3 years, 5 months ago
  26. b7d65fb go/types/objectpath: comment some testcase temporarily for the fix of TypeName.IsAlias by zhouguangyuan · 3 years, 5 months ago
  27. ee04797 go/types/objectpath: canonical order for methods by Tim King · 3 years, 6 months ago
  28. 58ad7eb go/types/objectpath: add support for type parameters by Robert Findley · 3 years, 7 months ago
  29. 3395cb0 go/types/objectpath: minor doc fix by Adin Scannell · 3 years, 9 months ago
  30. 9277847 all: add copyright notices to files that are missing them by Rebecca Stambler · 4 years, 3 months ago
  31. 26f46d2 go/types/objectpath: cache result of call to scope.Names by Dominik Honnef · 5 years ago
  32. 207d3de all: fix some staticcheck errors by Rebecca Stambler · 5 years ago
  33. feee8ac all: fix more typos by Ainar Garipov · 6 years ago
  34. 3a0c4de go/analysis/passes/printf: changes for analysis API by Alan Donovan · 6 years ago
  35. 792c3e6 go/types/objectpath: fix tests for pre-go1.11 by Alan Donovan · 6 years ago
  36. 73ed285 go/types/objectpath: a stable naming scheme for types.Object by Alan Donovan · 7 years ago
  37. 02eab57 go/types/typeutil: add StaticCallee helper function by Alan Donovan · 7 years ago
  38. b56ef30 tools: updates for minimum Go version 1.6 by Alan Donovan · 8 years ago
  39. adaaa07 x/tools: delete x/tools/go/types and dependent packages/client files by Robert Griesemer · 9 years ago
  40. 3dafbd1 go/types/typeutil: make IntuitiveMethodSet(*C) nonempty for concrete types C by Alan Donovan · 9 years ago
  41. 3c78226 go/types: fix a comment of Named.Obj by Kenji Kaneda · 9 years ago
  42. 542ffc7 tools: switch to standard go/types at tip by Alan Donovan · 9 years ago
  43. e3e5aae go/types: in TestStdlib, skip 2 packages that use vendoring by Alan Donovan · 9 years ago
  44. f75338c go/types: skip two failing $GOROOT/test/fixedbugs tests by Alan Donovan · 9 years ago
  45. 1cdaff4 go/types: fix build by Brad Fitzpatrick · 9 years ago
  46. e842f6a go/types: Remove ancient Go 1.1 compatibility indirections. by David Symonds · 9 years ago
  47. 958ab4f x/tools: disable tests not supported on Android by Robert Griesemer · 10 years ago
  48. fe546a3 go/types: exclude some tests when running against Go 1.4 by Robert Griesemer · 10 years ago
  49. 1c460ff go/types: run tests that were excluded by mistake by Robert Griesemer · 10 years ago
  50. 88421f4 go/types: unexport UniverseByte/Rune; make Typ a slice by Robert Griesemer · 10 years ago
  51. 436a79e go/types: fix internal inInteger operand predicate by Robert Griesemer · 10 years ago
  52. 4cd43f3 go/types: exclude tests that run too long by Robert Griesemer · 10 years ago
  53. 997b354 go/types: change {Type,Object,Selection}String to accept a Qualifier function by Alan Donovan · 10 years ago
  54. 749901c go/types: add an API test of the Scope type by Alan Donovan · 10 years ago
  55. e841ad2 go/types: fix minor typo in comment by Robert Griesemer · 10 years ago
  56. 8c8cd54 go/types: in string(x) conversions, x must be of integer type by Robert Griesemer · 10 years ago
  57. 6369699 go/types: better error message for certain unaary/binary expression errors by Robert Griesemer · 10 years ago
  58. e9a746d go/types: add missing test for constant shifts by Robert Griesemer · 10 years ago
  59. 605d5bf go/gcimporter, go/types: skip nacl-arm for some tests by Robert Griesemer · 10 years ago
  60. f9379e5 go/types: be robust in the presence of incorrect/missing position info by Robert Griesemer · 10 years ago
  61. 136b4e4 go/types: revert most recent change - we cannot rely on 1.5 features quite yet by Robert Griesemer · 10 years ago
  62. d241a14 go/types: fix Eval to use correct file set when evaluating an expression by Robert Griesemer · 10 years ago
  63. b5429ae go/types: fix comment (missed in last commit) by Robert Griesemer · 10 years ago
  64. ee0cf32 go/types: provide full source file extent to file scope by Robert Griesemer · 10 years ago
  65. 44761a8 go/types: remove unused scope parameter from NewSignature by Robert Griesemer · 10 years ago
  66. 568df9f go/types: remove global vars in test by Robert Griesemer · 10 years ago
  67. 665374f go/types: add pos parameter to Eval; remove New, EvalNode by Robert Griesemer · 10 years ago
  68. de24c48 go/types: remove unused return value (minor cleanup) by Robert Griesemer · 10 years ago
  69. e262ee1 go/types/typeutil: add missing copyright notices by Robert Griesemer · 10 years ago
  70. 3f8eecd go/types: move MethodSetCache into package go/types/typeutil by Robert Griesemer · 10 years ago
  71. 5e9beac go/types: fix error message for embedded non-interface types in interfaces by Robert Griesemer · 10 years ago
  72. 8c83902 go/types: exclude test/fixedbugs/issue7746.go from tests by Robert Griesemer · 10 years ago
  73. 77d380c go/gcimporter: populate (*types.Package).Imports by Alan Donovan · 10 years ago
  74. 069d2f3 go/types, go/gcimporter: backport changes from std repo by Robert Griesemer · 10 years ago
  75. bf8b6a5 go/types: reenable disabled test (backport from std repo go/types) by Robert Griesemer · 10 years ago
  76. 5cf8a6b go/types: remove dependency on go/ast/astutil by Robert Griesemer · 10 years ago
  77. af0a448 go/types: permit type elision from composite literal map keys by Robert Griesemer · 10 years ago
  78. e4a1c78 go/types: typecheck loop body even if range clause is broken by Robert Griesemer · 10 years ago
  79. 133ecf9 go/types: better error message for use of _ in type switch by Robert Griesemer · 10 years ago
  80. fa3649f go/types: don't permit implicit assignments to unexported struct fields via literals by Robert Griesemer · 10 years ago
  81. 1afe783 go/types: update testdata (fix build) by Robert Griesemer · 10 years ago
  82. 4d45c85 go/types: expose IsInterface predicate, eliminating 6 copies by Alan Donovan · 10 years ago
  83. 4f8578d astutil: move to go/ast/astutil by Peter Collingbourne · 10 years ago
  84. 86040b7 go/types: close scope for each "select" case after its body by Alan Donovan · 10 years ago
  85. 4fbaee5 go/types: revert gofmt -s change to permit building with 1.3 by Robert Griesemer · 10 years ago
  86. 44ee65f go/types: don't allow f()... if f() is multi-valued by Robert Griesemer · 10 years ago
  87. 4ad370e go/types: avoid follow-up error if composite literal type is unknown by Robert Griesemer · 10 years ago
  88. bcd5efa go/types: make import check optional via a flag in types.Config by Peter Collingbourne · 10 years ago
  89. 6370cd3 go/types: modify Eval, EvalNode to return a TypeAndValue by Peter Collingbourne · 10 years ago
  90. 4f13714 astutil: add Unparen utility, eliminating 7 copies. by Alan Donovan · 10 years ago
  91. ca3901c all: address vet reports by Emil Hessman · 10 years ago
  92. 24257c8 tools: add import comments. by David Symonds · 10 years ago
  93. 0088b7e go/types: don't panic if DefaultImport==nil, until we actually use it. by Alan Donovan · 10 years ago
  94. 89c9513 go/types/typeutil: add an example of Map usage. by Alan Donovan · 10 years ago
  95. 932b62a go/types: add missing nil check in Info.TypeOf by Robert Griesemer · 10 years ago
  96. 5ebbcd1 go.tools: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  97. b10dfb9 go/types: don't mark external package objects as used by Robert Griesemer · 10 years ago
  98. 0dc96eb go/types: make array and struct size computations symetric by Robert Griesemer · 10 years ago
  99. 2f1c768 go/types: document default unsafe.Sizeof computation better by Robert Griesemer · 10 years ago
  100. a7f9d5d go/types: use file not parse order for init order computation by Robert Griesemer · 10 years ago