1. 850c7c3 gopls: skip failing tests on wasm/wasip1 by Rob Findley · 7 months ago
  2. 1028e30 gopls/internal/settings: remove fieldalignment analyzer by Alan Donovan · 7 months ago
  3. 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits by Lasse Folger · 7 months ago
  4. c9675c2 internal/refactor/inline: avoid unnecessary import renames by Alan Donovan · 8 months ago
  5. db513b0 go/ssa: wait for shared functions to finish building by Tim King · 7 months ago
  6. 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64 by Guoqi Chen · 7 months ago
  7. dfdfa49 go/types/objectpath: support Signature.RecvTypeParams by Alan Donovan · 7 months ago
  8. f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support by Dmitri Shuralyov · 7 months ago
  9. 977f6f7 go/packages: move getSizesForArgs back by Alan Donovan · 7 months ago
  10. b59dd37 go/analysis: document interpretation of multiple diagnostics by Alan Donovan · 7 months ago
  11. 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x) by Alan Donovan · 7 months ago
  12. e4b0a18 internal/checker: run despite all errors by Zvonimir Pavlinovic · 7 months ago
  13. dddd55d go/ssa: fixing Named type substitution by Tim King · 9 months ago
  14. a9021a5 go/ssa: export Defer.DeferStack field by Tim King · 7 months ago
  15. ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos by Alan Donovan · 7 months ago
  16. 1767b14 go/ssa: remove code with no effect by Alan Donovan · 7 months ago
  17. 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code by Alan Donovan · 7 months ago
  18. 1e9d12d go/packages: pass -overlay to all 'go list' invocations by Alan Donovan · 8 months ago
  19. da9cad4 go/packages: avoid unnecessary "realpath" on pwd by Alan Donovan · 7 months ago
  20. 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation by John Dethridge · 8 months ago
  21. 2f8e378 go/callgraph/vta: remove graph successors method by Zvonimir Pavlinovic · 8 months ago
  22. 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak by Alan Donovan · 9 months ago
  23. d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver by Rob Findley · 8 months ago
  24. e229045 go/callgraph/vta: avoid some temporary data structures using callbacks by John Dethridge · 8 months ago
  25. 0215a5b go/packages: document fields that are part of JSON schema by Alan Donovan · 8 months ago
  26. 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam) by Alan Donovan · 9 months ago
  27. 34db5bc gopls: initial support for godebug directive in go.mod and go.work by Rob Findley · 8 months ago
  28. c3aae99 gopls/doc: tidy up analyzer documentation by Alan Donovan · 8 months ago
  29. 499663e all: fix function names in comment by cuishuang · 8 months ago
  30. 528484d gopls/internal/cache: support overlays by Alan Donovan · 8 months ago
  31. 0006edc go/ssa: support range-over-func by Tim King · 1 year ago
  32. 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions by Alan Donovan · 9 months ago
  33. e35e4cc go/ssa: compile range-over-func to panic by Alan Donovan · 8 months ago
  34. b426bc7 go/packages/packagestest: reflect new modules.txt requirements by Sam Thanawalla · 9 months ago
  35. a943a14 go/analysis/passes/directive: do not report adjoining //go:debug by Tim King · 10 months ago
  36. b020bdb go/callgraph/vta: add type alias test by Zvonimir Pavlinovic · 9 months ago
  37. c16c816 go/analysis/passes/stdversion: test *.go < go.mod version by Alan Donovan · 8 months ago
  38. 629a7be go/analysis/analysistest: stricter errors and GOWORK setting by Alan Donovan · 8 months ago
  39. 4db1697 go/packages/packagestest: fold modules_111.go into modules.go by Michael Matloob · 9 months ago
  40. 74c9cfe go/analysis: add Pass.ReadFile by Alan Donovan · 9 months ago
  41. a363d11 go/types/typeutil: replace interface{} with any (cleanup) by Rob Findley · 9 months ago
  42. e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest by Ho Cheung · 9 months ago
  43. 97ea816 all: fix some typos in comments by racequite · 9 months ago
  44. 2debfbe internal/testfiles: add a helper package for test files by Tim King · 9 months ago
  45. ee61fb0 go/packages: fix issue number typo in TestIssue37629 by Michael Matloob · 9 months ago
  46. dd0410f go/packages: stop loading packages when context is done by Tim King · 9 months ago
  47. 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods by John Dethridge · 10 months ago
  48. da3408b go/analysis/passes/printf: elaborate the documentation by Alan Donovan · 9 months ago
  49. 3520955 go/types/typeutil: implement correct hashing of aliases by Alan Donovan · 9 months ago
  50. c0ab013 go/packages: doc: type symbols are consistent only within one Load by Alan Donovan · 9 months ago
  51. 41a9213 go/packages: report type errors unconditionally by Tim King · 10 months ago
  52. 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer by Alan Donovan · 10 months ago
  53. 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes by Zvonimir Pavlinovic · 10 months ago
  54. 11b4b5e go/analysis/passes/nilness: add longer example to doc by Alan Donovan · 10 months ago
  55. db5d12b go/types/internal/play: display method receiver type by Alan Donovan · 10 months ago
  56. 71acab9 internal/typesparams: add Deref by Alan Donovan · 11 months ago
  57. 3f9badb go/ssa: types.Unalias() cleanup. by Tim King · 11 months ago
  58. e5cf370 internal/typeparams: factor 2 copies of isParameterized by Alan Donovan · 10 months ago
  59. e0a9567 all: fix some comments by vitalmotif · 10 months ago
  60. c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage by Tim King · 10 months ago
  61. dd52646 go/ssa: create fewer goroutines by Alan Donovan · 10 months ago
  62. 6af0295 go/analysis/passes/stdversion: publish by Alan Donovan · 10 months ago
  63. 29d17a0 go/cfg: publish (*CFG).Dot method by Alan Donovan · 10 months ago
  64. 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error by Ihar Suvorau · 1 year, 1 month ago
  65. 656fcde go/callgraph/vta: use core type for channels by John Dethridge · 10 months ago
  66. 9a6aed9 internal/typeparams: delete OriginMethod by Alan Donovan · 10 months ago
  67. 070fcfb internal/typesinternal: delete SetGoVersion by Alan Donovan · 10 months ago
  68. 029c4ea go/analysis/passes/slog: detect unsatifiable interface args by Jonathan Amsterdam · 11 months ago
  69. d10b068 go/ssa: handle labeled statements with blank labels by John Dethridge · 10 months ago
  70. 4c85bed all: remove redundant words in comments and fix typo by cui fliter · 10 months ago
  71. 283fce2 x/tools: drop go1.18 support by Alan Donovan · 11 months ago
  72. 7f348c7 internal/versions: updates the meaning of FileVersions. by Tim King · 11 months ago
  73. 38b0e9b x/tools: add explicit Unalias operations by Alan Donovan · 11 months ago
  74. 97c51a2 go/analysis/passes/shift: support constants in float syntax by Tim King · 11 months ago
  75. fb020a0 go/cfg: record block kind and associated statement by Alan Donovan · 1 year ago
  76. 054c06d gopls: rationalize "deref" helpers by Alan Donovan · 11 months ago
  77. c111c4d internal/typesinternal: add ReceiverNamed helper by Alan Donovan · 11 months ago
  78. 3f67f80 go/packages/gopackages: display module by Alan Donovan · 11 months ago
  79. 451218f x/tools: address review of CL 564515 (CombinedOutput) by Alan Donovan · 11 months ago
  80. 2bd7949 x/tools: don't parse CombinedOutput by Alan Donovan · 11 months ago
  81. 5de9cbe go/ssa: show instruction line numbers in -build=FS mode by Alan Donovan · 11 months ago
  82. 0f0698e go/analysis/passes/nilness: improve "for range []T(nil)" error by Alan Donovan · 11 months ago
  83. 314368d go/analysis/passes/deepequalerrors: audit for types.Alias safety by Alan Donovan · 11 months ago
  84. 5fcc627 go/analysis/passes/nilness: handle type assertions too by Alan Donovan · 11 months ago
  85. e3f1180 gopls/internal/cache: fix crash in analysis by Alan Donovan · 11 months ago
  86. 7f80389 go/analysis/passes/stringintconv: audit for types.Alias safety by Alan Donovan · 11 months ago
  87. 0d87589 go/types/typeutil: audit for types.Alias safety by Alan Donovan · 11 months ago
  88. a297bfd go/callgraph/rta: audit for types.Alias safety by Alan Donovan · 11 months ago
  89. 3403ce1 go/internal/gccgoimporter: recognize "any" as a builtin type by Ian Lance Taylor · 1 year, 3 months ago
  90. afe5265 go/packages: wait for sizes goroutine on all control paths by Alan Donovan · 11 months ago
  91. 1efbdde cmd/stringer, go/loader: use testenv.NeedsTool(t, "cgo") by Dmitri Shuralyov · 11 months ago
  92. 5f90691 go/buildutil: permit comma delimiters in build tags by Jason Smith · 12 months ago
  93. 816dcdf go/packages: add test for flake observed on Android by Alan Donovan · 12 months ago
  94. 7f6ec23 go/ssa: suppress go/packages-based test on android by Alan Donovan · 12 months ago
  95. a987ef7 go/packages: publish Driver{Request,Response} by Alan Donovan · 12 months ago
  96. e1555a3 go/ssa: add Function.DomPostorder by Alan Donovan · 12 months ago
  97. d0930db gopls/internal/lsp/cache: fix bug reports from toGobDiagnostics by Rob Findley · 12 months ago
  98. 525acd1 go/analysis/internal/analysisflags: add RelatedInformation JSON by Alan Donovan · 12 months ago
  99. ba8672b go/analysis/passes/unusedresult: add functions from slices package by Alan Donovan · 1 year ago
  100. a6819f4 go/callgraph/vta: fix handling of comma map lookups by Zvonimir Pavlinovic · 1 year, 1 month ago