1. 8b4b27b go/analysis/passes/slog: fix Group kv offset by Jonathan Amsterdam · 1 year, 10 months ago
  2. 18186f0 go/analysis/passes/slog: simplify function matching by Jonathan Amsterdam · 1 year, 10 months ago
  3. 005fa64 go/analysis/passes/slog: add check for slog.Group by Jonathan Amsterdam · 1 year, 10 months ago
  4. 8f7fb01 go/analysis/unitchecker: add test of go vet on std by Alan Donovan · 1 year, 10 months ago
  5. c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call by Russ Cox · 1 year, 10 months ago
  6. 6d1dd12 go/analysis: simplify unusedresult by Alan Donovan · 1 year, 11 months ago
  7. ce1b96b all: fix some comments by cui fliter · 1 year, 11 months ago
  8. 2563079 go/analysis/passes/printf: update directive diagnostic message by Tim King · 1 year, 11 months ago
  9. 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys by Tim King · 1 year, 11 months ago
  10. ce50135 go/analysis/passes/slog: static checks for slog k-v pairs by Jonathan Amsterdam · 1 year, 11 months ago
  11. 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs by Tim King · 1 year, 11 months ago
  12. 60d9c06 go/analysis/passes: skip passes that do not import relevant packages by Tim King · 1 year, 11 months ago
  13. f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet by Nooras Saba · 2 years, 1 month ago
  14. e9188f8 go/analysis/analysistest: Validate analyzers in Run by Alan Donovan · 2 years ago
  15. e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too by Alan Donovan · 2 years ago
  16. cbe6614 go/analysis/passes/printf: improve documentation by Alan Donovan · 2 years ago
  17. 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc by Alan Donovan · 2 years ago
  18. ff76038 go/analysis/passes/printf: improve workaround doc by Alan Donovan · 2 years ago
  19. e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields by Alan Donovan · 2 years ago
  20. e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 2 years, 1 month ago
  21. 1ace7db go,gopls: remove license from package doc comments by Suzy Mueller · 2 years, 1 month ago
  22. 407bbed go/analysis: improve error message on duplicate fixes by Tim King · 2 years, 3 months ago
  23. bd5dfbb all: fix some comments by cui fliter · 2 years, 2 months ago
  24. 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path by Tim King · 2 years, 2 months ago
  25. bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 2 years, 2 months ago
  26. 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument by thepudds · 2 years, 2 months ago
  27. 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message by Russ Cox · 2 years, 2 months ago
  28. 2f31dd4 go/ssa,go/analysis/passes/nilness: refine when type param constants are nil by Tim King · 2 years, 3 months ago
  29. 61e2d3f gopls/internal/lsp/cache: a new analysis driver by Alan Donovan · 2 years, 5 months ago
  30. aa9f4b2 go/analysis: document that facts are gob encoded in one gulp by Alan Donovan · 2 years, 3 months ago
  31. b797704 go/analysis/passes/loopclosure: recursively check last statements in statements like if, switch, and for by thepudds · 2 years, 4 months ago
  32. db5eae2 analysis: correct go/analysis/passes/findcall path in docs by Martin Zacho · 2 years, 4 months ago
  33. 932ec22 internal/testenv: add a Command function that replaces exec.Command by Bryan C. Mills · 3 years, 2 months ago
  34. 36a5c6a go/ssa: build generic function bodies by Tim King · 2 years, 7 months ago
  35. ce26db4 go/analysis: add Pass.TypeErrors field by Alan Donovan · 2 years, 7 months ago
  36. d5e9e35 go/analysis/passes/loopclosure: enable analysis of parallel subtests by Robert Findley · 2 years, 5 months ago
  37. 6e9dc86 gopls/internal/lsp/source/completion: fix panic in completion on *error by Robert Findley · 2 years, 5 months ago
  38. d6511e5 internal/facts: share go/analysis/internal/facts with gopls by Alan Donovan · 2 years, 5 months ago
  39. 8166dca go/analysis/passes/asmdecl: define register-ABI result registers for RISCV64 by wdvxdr · 2 years, 5 months ago
  40. 9eda97b go/analysis: enable a test that applies after go list behavior change by Michael Matloob · 2 years, 5 months ago
  41. 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 5 months ago
  42. 49b340b go/analysis: update tests for different go list error behavior by Michael Matloob · 2 years, 5 months ago
  43. a410e98 internal/diff: ToUnified may fail by Alan Donovan · 2 years, 5 months ago
  44. 60ddcca internal/diff: Apply: validate inputs by Alan Donovan · 2 years, 5 months ago
  45. 778f945 go/analysis: break dependency on span package by Alan Donovan · 2 years, 5 months ago
  46. c4f49e4 go/analysis/passes/assign: fix map assignment by Tim King · 2 years, 5 months ago
  47. d96b238 internal/diff: simplify API, break span dependency by Alan Donovan · 2 years, 6 months ago
  48. 9856077 internal/diff: abolish errors by Alan Donovan · 2 years, 6 months ago
  49. b180eff x/tools/go/analysis: extend json output by SuggestedFixes by Lasse Folger · 2 years, 6 months ago
  50. 199742a go/analysis/passes/printf: check for nil scope of instance methods by Zvonimir Pavlinovic · 2 years, 6 months ago
  51. 49a686d go/analysis: update explanation of (no) Diagnostics.Severity by Alan Donovan · 2 years, 6 months ago
  52. eb25de6 go/analysis/passes/loopclosure: only check statements after t.Parallel by Robert Findley · 2 years, 6 months ago
  53. 1877b5f go/analysis/passes/printf: permit multiple %w format verbs by Damien Neil · 2 years, 6 months ago
  54. b3ab50b go/analysis/passes/stdmethods: recognize Unwrap() []error by Damien Neil · 2 years, 6 months ago
  55. be3ff02 go/analysis/passes/sortslice: correct diagnostic for sort.Slice(f()) by Cuong Manh Le · 2 years, 6 months ago
  56. 16b9742 go/analysis/passes/loopclosure: use go/types' object resolution by Robert Findley · 2 years, 6 months ago
  57. 14462ef go/analysis/passes/loopclosure: experiment with checking t.Run+Parallel by Robert Findley · 2 years, 6 months ago
  58. 0eebaab go/analysis: allow for identical SuggestedFixes by Tim King · 2 years, 7 months ago
  59. 4754f75 go/analysis/passes/copylock: modify match pattern to satisfy change sync.Once.done to atomic.Bool by cuiweixie · 2 years, 6 months ago
  60. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago
  61. dd1bab2 go/analysis/passes/printf: fix panic parsing argument index by Timon Wong · 2 years, 6 months ago
  62. bac5507 go/analysis/internal/checker: make applyFixes work from the first character by Abirdcfly · 2 years, 6 months ago
  63. be9eab1 go/analysis/passes/inspect: fix example return by Abirdcfly · 2 years, 7 months ago
  64. 717a671 go/analysis/passes/printf: remove unused hasBasicType by Abirdcfly · 2 years, 7 months ago
  65. bebd890 go/analysis: remove stray print statement in the timeformat analyzer by Robert Findley · 2 years, 7 months ago
  66. 88d981e printf analyzer: link to fmt#Printing for verb/type docs by Michael Stapelberg · 2 years, 7 months ago
  67. 371fc67 go/tools: add check for time formats with 2006-02-01 by Erik Dubbelboer · 2 years, 8 months ago
  68. b929f3b internal/span: make NewRange accept File, not FileSet by Alan Donovan · 2 years, 10 months ago
  69. 8314b7a go/analysis: add suggested fix for unkeyed composite literals by Suzy Mueller · 2 years, 9 months ago
  70. c10541a go/analysis/passes/fieldalignment: document "false sharing" by Alan Donovan · 2 years, 9 months ago
  71. c993be6 go/analysis/internal/checker: log codeFact error, remove unused action.inputs by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  72. 2417911 go/analysis/internal/checker: add -test flag for single/multi-checkers by Hana (Hyang-Ah) Kim · 2 years, 9 months ago
  73. 43cce67 go/analysis: document need for deterministic Fact encoding by Alan Donovan · 2 years, 9 months ago
  74. 0e859af go/analysis/analysistest: use listed mode instead of deprecated const by Koichi Shiraishi · 2 years, 10 months ago
  75. f97a804 go/analysis/passes/nilness: fixed slice not being considered as non-nil by komem3 · 2 years, 10 months ago
  76. 62d837c go/analysis/passes/httpresponse: minor clarification by Alan Donovan · 2 years, 10 months ago
  77. 28c754d internal/lsp/analysis: analyzer for //go:embed directive by Nooras Saba · 2 years, 11 months ago
  78. b87ceec go/analysis/passes/httpresponse: inspect enclosing context of resp, err by Zvonimir Pavlinovic · 2 years, 10 months ago
  79. d299b94 passes/copylock: suppress reports on Offsetof and Alignof by Tim King · 2 years, 11 months ago
  80. 54c7ba5 go/analysis/passes/asmdecl: add build tag for loong64 by Pontus Leitzler · 2 years, 11 months ago
  81. 6872d3b passes/unusedwrites: Add TODO for how to handle generics. by Tim King · 2 years, 11 months ago
  82. 6fff1af go/analysis/passes/errorsas: update testdata for new warning by Dmitri Shuralyov · 2 years, 11 months ago
  83. 115b454 go/analysis/passes/errorsas: warn if errors.As target is *error by Damien Neil · 3 years, 7 months ago
  84. 825b661 nilness: add unit test for generic instantiation. by Tim King · 2 years, 11 months ago
  85. d567bc1 go/ssa: monomorphize generic instantiations. by Tim King · 3 years, 6 months ago
  86. 884ffcd go/analysis: add support for loong64 by Xiaodong Liu · 3 years, 5 months ago
  87. ce1e683 go/analysis: gofmt by Russ Cox · 3 years ago
  88. fe932b4 go/ssa: Instantiate calls to generic functions and methods. by Tim King · 3 years ago
  89. 7dd9f20 go/ssa: Adds datastructures for function instantiation. by Tim King · 3 years ago
  90. 6731659 go/ssa: adds position info to implicit field selection instructions by Zvonimir Pavlinovic · 3 years ago
  91. 4077921 all: fix spelling by Dan Kortschak · 3 years ago
  92. 9d8009b go/analysis: validate report if analyzer.Run is empty by zhangyunhao · 3 years, 9 months ago
  93. 78ff15e tools: fix some typos by cuishuang · 3 years ago
  94. b169789 go/ssa: add position information for switch case conditions by Zvonimir Pavlinovic · 3 years ago
  95. c717623 go/analysis/passes/asmdecl: define register-ABI result registers for PPC64 by Cherry Mui · 3 years ago
  96. 24806f2 go/analysis: add tests check for calling *F methods in fuzz func by Suzy Mueller · 3 years ago
  97. 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget by Abhinav Gupta · 3 years ago
  98. 9f99e95 go/analysis: add analyzer for f.Add by Suzy Mueller · 3 years ago
  99. 1670aad go/analysis: fix bug with finding field type by Suzy Mueller · 3 years ago
  100. e6a7e13 go/analysis/tools/internal/checker: add support for RunDespiteError by Zvonimir Pavlinovic · 3 years, 1 month ago