aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2023-02-25go/types/objectpath: add encoder type, to amortize allocationAlan Donovan
2023-02-17go/ssa: substitute type parameters in local typesTim King
2023-02-16gopls/internal/lsp/regtest: add @rename marker testsAlan Donovan
2023-02-15go/ssa/interp: skip typeparam/issue58513.goMatthew Dempsky
2023-02-15go/ssa: skip typeparam/issue58513.goMatthew Dempsky
2023-02-13go/ssa: temporarily skip the 'net' package in TestStdlibRobert Findley
2023-02-13go/loader: temporarily skip TestCgoOption on darwinRobert Findley
2023-02-07go,gopls: remove license from package doc commentsSuzy Mueller
2023-02-07go/packages: don't discard errors loading export dataAlan Donovan
2023-02-06go/ssa: add MultiConvert instructionTim King
2023-02-01gopls/internal/lsp/tests: remove StripSubscriptsRobert Findley
2023-01-31go/ast/inspector: skip ranges that do not contain a node typeTim King
2023-01-31go/analysis: improve error message on duplicate fixesTim King
2023-01-31all: fix some commentscui fliter
2023-01-31go/analysis/internal/analysisflags: use os.Executable for program pathTim King
2023-01-19go/analysis/passes/directive: add directive analyzerRuss Cox
2023-01-18go/analysis/passes/loopclosure: avoid panic in new parallel subtest check whe...thepudds
2023-01-18x/tools/go/analysis/passes/printf: revert URL in error messageRuss Cox
2023-01-17go/ssa: sanity check the types of phi nodesTim King
2023-01-17go/callgraph/vta: add flows for receiver function typesZvonimir Pavlinovic
2023-01-14go/ssa: fix phi node type in slice to array conversionCuong Manh Le
2023-01-13go/expect: remove testdata go.mod to go.fake.modMichael Pratt
2023-01-10go/callgraph/cha: refactor callee constructionTim King
2023-01-10go/callgraph: fix slicing in callgraph_test.goTim King
2023-01-09go/callgraph/vta: optimize scc computationTim King
2023-01-04go/callgraph: adds benchmarks comparing algorithmsTim King
2022-12-29go/ssa,go/analysis/passes/nilness: refine when type param constants are nilTim King
2022-12-19go/gcexportdata: drop support for go1.6 export dataAlan Donovan
2022-12-19gopls/internal/lsp/cache: a new analysis driverAlan Donovan
2022-12-17go/ssa: deref core type in emitLoadZvonimir Pavlinovic
2022-12-15x/tools: drop support for Go toolchains older than go1.16Alan Donovan
2022-12-15go/gcexportdata: preallocate buffer to read into when size is knownFlorian Zenker
2022-12-15go/ssa/interp: fix conversion of slice to named arrayMatthew Dempsky
2022-12-02go/analysis: document that facts are gob encoded in one gulpAlan Donovan
2022-11-23go/ssa: deprecate coreType and _NormalTermsTim King
2022-11-21go/packages: fix doc typoAlan Donovan
2022-11-21go/analysis/passes/loopclosure: recursively check last statements in statemen...thepudds
2022-11-21go/packages: change workaround for issue 28749 to not require NeedFilesMichael Matloob
2022-11-21analysis: correct go/analysis/passes/findcall path in docsMartin Zacho
2022-11-21internal/testenv: add a Command function that replaces exec.CommandBryan C. Mills
2022-11-18go/ssa: build generic function bodiesTim King
2022-11-17internal/testenv: skip tests that need export data for std if 'go tool compil...Bryan C. Mills
2022-11-16go/analysis: add Pass.TypeErrors fieldAlan Donovan
2022-11-11go/pointer: break TestInput into subtests and update skipsBryan C. Mills
2022-11-04internal/gcimporter: moved from go/internal/gcimporterAlan Donovan
2022-11-03go/analysis/passes/loopclosure: enable analysis of parallel subtestsRobert Findley
2022-11-01gopls/internal/lsp/source/completion: fix panic in completion on *errorRobert Findley
2022-10-28go/types/typeutil: break recursion through anonymous interfacesAlan Donovan
2022-10-26go/internal/gcimporter: update to anticipate missing targets and .asMichael Matloob
2022-10-26go/internal/gcimporter: add test of export/import on stdAlan Donovan