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