1. bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 2 years ago
  2. 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument by thepudds · 2 years ago
  3. 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message by Russ Cox · 2 years ago
  4. 2f31dd4 go/ssa,go/analysis/passes/nilness: refine when type param constants are nil by Tim King · 2 years ago
  5. 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 2 years, 3 months ago
  6. aa9f4b2 go/analysis: document that facts are gob encoded in one gulp by Alan Donovan · 2 years, 1 month ago
  7. b797704 go/analysis/passes/loopclosure: recursively check last statements in statements like if, switch, and for by thepudds · 2 years, 2 months ago
  8. db5eae2 analysis: correct go/analysis/passes/findcall path in docs by Martin Zacho · 2 years, 2 months ago
  9. 932ec22 internal/testenv: add a Command function that replaces exec.Command by Bryan C. Mills · 3 years ago
  10. 36a5c6a go/ssa: build generic function bodies by Tim King · 2 years, 5 months ago
  11. ce26db4 go/analysis: add Pass.TypeErrors field by Alan Donovan · 2 years, 5 months ago
  12. d5e9e35 go/analysis/passes/loopclosure: enable analysis of parallel subtests by Robert Findley · 2 years, 2 months ago
  13. 6e9dc86 gopls/internal/lsp/source/completion: fix panic in completion on *error by Robert Findley · 2 years, 2 months ago
  14. d6511e5 internal/facts: share go/analysis/internal/facts with gopls by Alan Donovan · 2 years, 3 months ago
  15. 8166dca go/analysis/passes/asmdecl: define register-ABI result registers for RISCV64 by wdvxdr · 2 years, 3 months ago
  16. 9eda97b go/analysis: enable a test that applies after go list behavior change by Michael Matloob · 2 years, 3 months ago
  17. 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 3 months ago
  18. 49b340b go/analysis: update tests for different go list error behavior by Michael Matloob · 2 years, 3 months ago
  19. a410e98 internal/diff: ToUnified may fail by Alan Donovan · 2 years, 3 months ago
  20. 60ddcca internal/diff: Apply: validate inputs by Alan Donovan · 2 years, 3 months ago
  21. 778f945 go/analysis: break dependency on span package by Alan Donovan · 2 years, 3 months ago
  22. c4f49e4 go/analysis/passes/assign: fix map assignment by Tim King · 2 years, 3 months ago
  23. d96b238 internal/diff: simplify API, break span dependency by Alan Donovan · 2 years, 3 months ago
  24. 9856077 internal/diff: abolish errors by Alan Donovan · 2 years, 3 months ago
  25. b180eff x/tools/go/analysis: extend json output by SuggestedFixes by Lasse Folger · 2 years, 3 months ago
  26. 199742a go/analysis/passes/printf: check for nil scope of instance methods by Zvonimir Pavlinovic · 2 years, 4 months ago
  27. 49a686d go/analysis: update explanation of (no) Diagnostics.Severity by Alan Donovan · 2 years, 4 months ago
  28. eb25de6 go/analysis/passes/loopclosure: only check statements after t.Parallel by Robert Findley · 2 years, 4 months ago
  29. 1877b5f go/analysis/passes/printf: permit multiple %w format verbs by Damien Neil · 2 years, 4 months ago
  30. b3ab50b go/analysis/passes/stdmethods: recognize Unwrap() []error by Damien Neil · 2 years, 4 months ago
  31. be3ff02 go/analysis/passes/sortslice: correct diagnostic for sort.Slice(f()) by Cuong Manh Le · 2 years, 4 months ago
  32. 16b9742 go/analysis/passes/loopclosure: use go/types' object resolution by Robert Findley · 2 years, 4 months ago
  33. 14462ef go/analysis/passes/loopclosure: experiment with checking t.Run+Parallel by Robert Findley · 2 years, 4 months ago
  34. 0eebaab go/analysis: allow for identical SuggestedFixes by Tim King · 2 years, 4 months ago
  35. 4754f75 go/analysis/passes/copylock: modify match pattern to satisfy change sync.Once.done to atomic.Bool by cuiweixie · 2 years, 4 months ago
  36. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 4 months ago
  37. dd1bab2 go/analysis/passes/printf: fix panic parsing argument index by Timon Wong · 2 years, 4 months ago
  38. bac5507 go/analysis/internal/checker: make applyFixes work from the first character by Abirdcfly · 2 years, 4 months ago
  39. be9eab1 go/analysis/passes/inspect: fix example return by Abirdcfly · 2 years, 4 months ago
  40. 717a671 go/analysis/passes/printf: remove unused hasBasicType by Abirdcfly · 2 years, 4 months ago
  41. bebd890 go/analysis: remove stray print statement in the timeformat analyzer by Robert Findley · 2 years, 5 months ago
  42. 88d981e printf analyzer: link to fmt#Printing for verb/type docs by Michael Stapelberg · 2 years, 5 months ago
  43. 371fc67 go/tools: add check for time formats with 2006-02-01 by Erik Dubbelboer · 2 years, 5 months ago
  44. b929f3b internal/span: make NewRange accept File, not FileSet by Alan Donovan · 2 years, 7 months ago
  45. 8314b7a go/analysis: add suggested fix for unkeyed composite literals by Suzy Mueller · 2 years, 6 months ago
  46. c10541a go/analysis/passes/fieldalignment: document "false sharing" by Alan Donovan · 2 years, 6 months ago
  47. c993be6 go/analysis/internal/checker: log codeFact error, remove unused action.inputs by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  48. 2417911 go/analysis/internal/checker: add -test flag for single/multi-checkers by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
  49. 43cce67 go/analysis: document need for deterministic Fact encoding by Alan Donovan · 2 years, 7 months ago
  50. 0e859af go/analysis/analysistest: use listed mode instead of deprecated const by Koichi Shiraishi · 2 years, 8 months ago
  51. f97a804 go/analysis/passes/nilness: fixed slice not being considered as non-nil by komem3 · 2 years, 8 months ago
  52. 62d837c go/analysis/passes/httpresponse: minor clarification by Alan Donovan · 2 years, 8 months ago
  53. 28c754d internal/lsp/analysis: analyzer for //go:embed directive by Nooras Saba · 2 years, 9 months ago
  54. b87ceec go/analysis/passes/httpresponse: inspect enclosing context of resp, err by Zvonimir Pavlinovic · 2 years, 8 months ago
  55. d299b94 passes/copylock: suppress reports on Offsetof and Alignof by Tim King · 2 years, 8 months ago
  56. 54c7ba5 go/analysis/passes/asmdecl: add build tag for loong64 by Pontus Leitzler · 2 years, 8 months ago
  57. 6872d3b passes/unusedwrites: Add TODO for how to handle generics. by Tim King · 2 years, 8 months ago
  58. 6fff1af go/analysis/passes/errorsas: update testdata for new warning by Dmitri Shuralyov · 2 years, 8 months ago
  59. 115b454 go/analysis/passes/errorsas: warn if errors.As target is *error by Damien Neil · 3 years, 5 months ago
  60. 825b661 nilness: add unit test for generic instantiation. by Tim King · 2 years, 9 months ago
  61. d567bc1 go/ssa: monomorphize generic instantiations. by Tim King · 3 years, 4 months ago
  62. 884ffcd go/analysis: add support for loong64 by Xiaodong Liu · 3 years, 3 months ago
  63. ce1e683 go/analysis: gofmt by Russ Cox · 2 years, 9 months ago
  64. fe932b4 go/ssa: Instantiate calls to generic functions and methods. by Tim King · 2 years, 9 months ago
  65. 7dd9f20 go/ssa: Adds datastructures for function instantiation. by Tim King · 2 years, 9 months ago
  66. 6731659 go/ssa: adds position info to implicit field selection instructions by Zvonimir Pavlinovic · 2 years, 9 months ago
  67. 4077921 all: fix spelling by Dan Kortschak · 2 years, 10 months ago
  68. 9d8009b go/analysis: validate report if analyzer.Run is empty by zhangyunhao · 3 years, 7 months ago
  69. 78ff15e tools: fix some typos by cuishuang · 2 years, 10 months ago
  70. b169789 go/ssa: add position information for switch case conditions by Zvonimir Pavlinovic · 2 years, 10 months ago
  71. c717623 go/analysis/passes/asmdecl: define register-ABI result registers for PPC64 by Cherry Mui · 2 years, 10 months ago
  72. 24806f2 go/analysis: add tests check for calling *F methods in fuzz func by Suzy Mueller · 2 years, 10 months ago
  73. 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget by Abhinav Gupta · 2 years, 10 months ago
  74. 9f99e95 go/analysis: add analyzer for f.Add by Suzy Mueller · 2 years, 10 months ago
  75. 1670aad go/analysis: fix bug with finding field type by Suzy Mueller · 2 years, 10 months ago
  76. e6a7e13 go/analysis/tools/internal/checker: add support for RunDespiteError by Zvonimir Pavlinovic · 2 years, 11 months ago
  77. 9095d10 go/analysis/passes/tests: fix a missed rename from CL 374495 by Bryan C. Mills · 2 years, 11 months ago
  78. 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target. by Nooras Saba · 3 years ago
  79. 3c751cd passes/ifaceassert: supress typeparams reports by Tim King · 3 years ago
  80. 2762b18 internal/typeparams: simplify the IndexExpr API by Robert Findley · 3 years ago
  81. fddb0d5 internal/lsp/analysis/noresultvalues: update for CL 379116 error message change by Russ Cox · 3 years ago
  82. 72cd390 x/tools: improving the error message for check fact type by ye.sijun · 3 years, 1 month ago
  83. fd2bfb7 go/analysis/passes/stdmethods: recognize any as alias for interface{}, for errors.As check by Russ Cox · 3 years, 1 month ago
  84. 43b469a go/analysis/passes/printf: update logic now that type parameters are interfaces by Robert Findley · 3 years, 2 months ago
  85. 4adea50 internal/typeparams: normalize the underlying constraint interface by Robert Findley · 3 years, 2 months ago
  86. 4392381 go/analysis/passes/unsafeptr: add tests using generics by Robert Findley · 3 years, 2 months ago
  87. 0c60b7c go/analysis/passes/printf: add test for generic printf wrappers by Robert Findley · 3 years, 2 months ago
  88. ddcef59 go/analysis/passes/printf: warn about verbs that don’t match a type by Robert Findley · 3 years, 4 months ago
  89. b8b8e7f analysis/internal/facts: Updating facts for generics. by Tim King · 3 years, 2 months ago
  90. 4ab7496 go/analysis/passes/copylock: avoid infinite recursion via type params by Robert Findley · 3 years, 2 months ago
  91. 1c6f3cc go/analysis/passes/ctrlfow: rely on typeutil.StaticCallee by Zvonimir Pavlinovic · 3 years, 2 months ago
  92. 84e69e7 go/analysis/passes/copylock: detect copylock in multi-assignment by Andrew Wansink · 3 years, 2 months ago
  93. f6440c8 x/tools: print check misses concatenated strings by Alexander Yastrebov · 3 years, 2 months ago
  94. bb4add0 go/analysis/passes/printf: refactor and simplify matchArgType by Robert Findley · 3 years, 2 months ago
  95. 1ba8fdb go/analysis/passes/errorsas: avoid type param on RHS of type decl by Robert Findley · 3 years, 2 months ago
  96. 058ed05 go/analysis/passes/copylock: find locks via type parameters by Robert Findley · 3 years, 2 months ago
  97. 42daa65 go/analysis/passes/stringintconv: add support for type parameters by Robert Findley · 3 years, 2 months ago
  98. a6c6f4b go/analysis/passes/nilfunc: add typeparams test by Guodong Li · 3 years, 2 months ago
  99. a2be0cd go/analysis/passes/tests: update for generics by Tim King · 3 years, 2 months ago
  100. 4d2571b go/analysis/passes/testinggoroutine: update for generics by Robert Findley · 3 years, 2 months ago