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