Граф коммитов

  • 254baba677 gopls/internal/cache: failure to extract diagnostic fixes is an error Rob Findley 2024-11-15 00:01:55 +0000
  • 56ec111057 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck Rob Findley 2024-11-14 23:16:47 +0000
  • b1c39aa3b6 gopls/internal/cache: use a named bool type for allowNetwork Rob Findley 2024-11-14 22:58:51 +0000
  • c043599d4e gopls/internal/protocol: add DocumentURI.DirPath Rob Findley 2024-11-08 19:38:45 +0000
  • 29f4edbc1a gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation Rob Findley 2024-11-08 14:11:09 +0000
  • 3c20e3f6cb gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes Alan Donovan 2024-08-29 18:23:57 -0400
  • 221e94d05c gopls/internal/cache: id command-line-arguments packages using GoFiles Rob Findley 2024-11-14 14:23:36 +0000
  • 84e9c336ed gopls/internal/golang: more idiomatic result naming in extract Rob Findley 2024-11-13 23:16:35 +0000
  • 8bb5da33e4 gopls/internal/golang: special handling for input context.Context Hongxiang Jiang 2024-11-12 16:17:51 -0500
  • b4332e09d1 gopls/internal/golang, go/ssa: remove unnamed input parameter Hongxiang Jiang 2024-11-11 10:12:35 -0500
  • 1c40b08c4c
    Merge 8e231bc34e into a8d0fa56db Hamza Ali 2024-11-14 12:30:29 -0500
  • a8d0fa56db go/packages: call testenv.NeedsGoPackages for TestDirAndForTest Rob Findley 2024-11-14 17:08:09 +0000
  • b6cd453ea5 gopls: update go.mod for v0.17.0-pre.2 gopls/v0.17.0-pre.2 Gopher Robot 2024-11-14 15:44:32 +0000
  • 47a5f7d131 gopls/internal/golang: fix bad slice append in function extraction Rob Findley 2024-11-13 21:16:48 +0000
  • 21afbf487e all: merge master (5b5d57c) into gopls-release-branch.0.17 Rob Findley 2024-11-14 15:15:44 +0000
  • 5b5d57c857 gopls/codeaction: fix panic when removing unused parameters with syntax errors. toad 2024-11-10 01:28:44 +0800
  • 025b812242 gopls/internal/server: don't call window/showDocument if unsupported Rob Findley 2024-11-11 20:44:39 +0000
  • 288b9cb734 gopls/internal/golang: add missing imports in foo_test.go Hongxiang Jiang 2024-11-07 16:28:39 -0500
  • 87ac91fb1f gopls/internal/server: revert the gopls.run_govulncheck command Rob Findley 2024-11-13 17:06:38 +0000
  • 434d3f155d
    cmd/goimports: ignore line breaks when comparing Zxilly 2024-11-13 18:31:37 +0800
  • c531f1b303 gopls/internal/golang: avoid crash in hover on field of non-struct Rob Findley 2024-11-11 21:52:54 +0000
  • a37eeb4983 README: mention the git repo Ian Lance Taylor 2024-11-05 11:35:21 -0800
  • 435674b1e6
    Merge 575ed192dd into 8dd84a4a8d Mohit Damke 2024-11-12 13:18:59 -0500
  • 8dd84a4a8d go/ssa/interp: assign phi nodes in parallel Alan Donovan 2024-10-21 12:58:19 -0400
  • 3296d7481d gopls: update go.mod for v0.17.0-pre.1 gopls/v0.17.0-pre.1 Gopher Robot 2024-11-12 15:53:36 +0000
  • 2b56df4c3a all: update codereview.cfg for gopls-release-branch.0.17 Gopher Robot 2024-11-12 15:29:36 +0000
  • 12610a1270 internal/modindex: better behavior in edge cases Peter Weinberger 2024-11-08 15:18:07 -0500
  • 123d23d9cf
    restore comment Zxilly 2024-11-12 17:15:43 +0800
  • ddb3fb8186
    internal/imports: keep the crlf if exist Zxilly 2024-11-12 17:00:34 +0800
  • 06a498a7a3 go/ssa/interp: simplify output capturing Alan Donovan 2024-10-25 17:54:47 -0400
  • b2321e7ac0 gopls/internal/golang: refine crash report golang/go#69362 Alan Donovan 2024-11-10 22:38:51 +0100
  • c8756776ec gopls/internal/golang: support add test for receiver w/o constructor Hongxiang Jiang 2024-11-05 10:21:30 -0500
  • e26dff9fb9 gopls/internal/golang: semtok: use type information consistently Alan Donovan 2024-11-07 14:41:36 -0500
  • fd8d0289c0 go/pacakges: remove some todos xieyuschen 2024-11-08 19:10:14 +0800
  • 69c27ad360 gopls/internal/protocol: upgrade to latest LSP Peter Weinberger 2024-11-06 15:50:36 -0500
  • 25699c3720 internal/server: make MaybePromptForTelemetry no-op Hana (Hyang-Ah) Kim 2024-06-03 11:47:24 -0400
  • 35d7f2837a go/packages: add Dir and ForTest fields to Package Rob Findley 2024-11-07 18:57:48 +0000
  • 4d2b19f26d go.mod: update golang.org/x dependencies v0.27.0 Gopher Robot 2024-11-08 16:27:40 +0000
  • 636867761e gopls/internal/golang: strength reduce ComputeImportFixEdits Rob Findley 2024-11-07 20:31:02 +0000
  • 777f155311 gopls/internal/golang: show package attributes on hover Rob Findley 2024-11-07 18:52:43 +0000
  • 8a0e08fb12 gopls/doc: add missing doc link xieyuschen 2024-11-08 12:46:50 +0800
  • 61415bee33 gopls/internal/cache: guard against malformed paths in port.matches Rob Findley 2024-11-06 17:51:21 +0000
  • 9a89d3a985 internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos Rob Findley 2024-11-06 16:54:09 +0000
  • 1115af6fe6 internal/expect: support named arguments f(a, b, c=d, e="f") Alan Donovan 2024-11-06 15:46:44 -0500
  • 0b9e4998c4 go/{expect,packages/packagestest}: mention the tag+delete proposal Alan Donovan 2024-11-06 14:44:22 -0500
  • efcd2bdbd9 internal/packagestest: fork go/packages/packagestest Alan Donovan 2024-11-06 14:39:27 -0500
  • 0e9ed3dc7a go/packages: do not mutate Config Alan Donovan 2024-11-05 10:56:57 -0500
  • ca2b41b3fd x/tools: use internal/expect instead of go/expect Alan Donovan 2024-11-06 14:21:19 -0500
  • b22f1adb94 internal/expect: fork go/expect Alan Donovan 2024-11-06 14:16:22 -0500
  • f1ae722a68 gopls/internal/semtok: change types.Named to types.Basic for iota, true, and false xzb 2024-11-06 16:12:12 +0000
  • 88ecf46921 change types.Named to types.Basic for iota, true, and false xzb 2024-11-06 22:06:27 +0800
  • dba5486c2a gopls: update x/telemetry to pick up fix for countertest.ReadCounter Rob Findley 2024-11-06 14:25:55 +0000
  • 9d40727055 gopls/internal/server: don't interact with os.UserConfigDir from tests Rob Findley 2024-11-05 20:54:42 +0000
  • 59933b65d8 go/packages: create fewer goroutines Alan Donovan 2024-11-05 13:00:42 -0500
  • f1f7c26696 gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests Rob Findley 2024-11-05 16:26:07 +0000
  • 4f98d3f914 gopls/internal/golang: run testcases as subtests Hongxiang Jiang 2024-11-04 13:53:11 -0500
  • 6d27bba24a gopls/internal/golang: add testcase handling for func with error returns Hongxiang Jiang 2024-11-01 14:19:46 -0400
  • e5417d7d9f gopls/internal/cache: log go env in TestZeroConfigAlgorithm Rob Findley 2024-11-05 15:32:32 +0000
  • 691997ad25 gopls/internal/golang: consolidate imports from both file in qualifier Hongxiang Jiang 2024-10-25 14:35:38 -0400
  • 0c792f1b4e gopls/internal/golang: support generating test for functions Hongxiang Jiang 2024-10-24 13:41:28 -0400
  • 27e1a3a221 go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled xrxtzz 2024-11-05 00:22:15 +0000
  • 817c7bc5d5 gopls/internal/test/integration/workspace: fix TestStdWorkspace Rob Findley 2024-11-04 21:27:11 +0000
  • e36459f5d9 gopls/internal/golang: generate test name for selected function/method Hongxiang Jiang 2024-10-23 13:07:29 -0400
  • 2998e9a10b go/analysis/passes/lostcancel: add WithCancelCause et al Alan Donovan 2024-11-04 13:23:38 -0500
  • f0379e07a6 go/packages: add BenchmarkNetHTTP Alan Donovan 2024-11-04 12:51:45 -0500
  • ad28b93179 go/packages: minor cleanups to loader.parseFiles Alan Donovan 2024-11-03 12:47:37 -0500
  • cceaf96b25 internal/imports: carve out a Source interface for index integration Rob Findley 2024-10-29 19:51:53 +0000
  • c3631c0da9
    Merge 79f5729da2 into f4878ba13e Sean Hildebrand 2024-11-04 13:04:36 -0500
  • f4878ba13e gopls/internal/golang: use correct imports in HTML pkg doc links Alan Donovan 2024-10-30 16:05:45 -0400
  • 109c5fcce2 gopls/internal/test: fix path to local go in integration tests Rob Findley 2024-10-29 13:41:39 +0000
  • 99e8fee2bf x/tools: fset.File(file.Pos()) -> fset.File(file.FileStart) Alan Donovan 2024-11-01 17:07:06 -0400
  • 5cd08e2db6 go/gcexportdata: document 2 releases + tip policy Alan Donovan 2024-10-30 17:49:26 -0400
  • ce03cd6b1b internal/modindex: parse changed time in local time zone Ian Lance Taylor 2024-11-01 22:29:05 -0700
  • e658e9fbbf combine LoadMode bits xrxtzz 2024-11-02 20:04:14 +0800
  • 781473044e fix: fix panic at doc generation action Ilya Ilyinykh 2024-11-01 23:01:30 +0300
  • 141f29a3e8
    Merge bf52a4c970 into 386503de7a Yoonji Heo 2024-10-29 17:53:08 -0400
  • ab29eab2ec
    Merge 7b61dacb65 into 386503de7a Yoonji Heo 2024-10-29 17:53:07 -0400
  • fdd952897d
    Merge 0c6a904dc0 into 386503de7a Yoonji Heo 2024-10-29 17:53:07 -0400
  • 3df0193482
    Merge 44bbcad879 into 386503de7a Yoonji Heo 2024-10-29 17:53:07 -0400
  • 386503de7a gopls/internal/golang: add source code action for add test Hongxiang Jiang 2024-10-16 14:44:19 -0400
  • 9d6e1a67e7 Revert "gopls/internal/analysis: disable ssa/ir analyzers on range-over-func" Alan Donovan 2024-05-29 21:38:18 +0000
  • f153a420f4 gopls: update honnef.co/go/tools (staticcheck) to v0.5.1 Alan Donovan 2024-05-16 12:10:13 -0400
  • 59f79bc30d go/ssa: speed up TestTypeparamTest by loading tests once xieyuschen 2024-10-29 19:31:09 +0800
  • 70e82e0134 go/analysis/passes/asmdecl: Correct identify writeResult instructions Meng Zhuo 2024-10-15 09:43:55 +0800
  • cbd92b12f8 gopls/internal: stubcalledfunction: improve logic of selecting insert position xzb 2024-10-28 18:57:13 +0000
  • 45a28e1c11 all: fix x/tools tests that fail with a go1.23.1 go.work file Rob Findley 2024-10-28 20:34:41 +0000
  • b0f44d5fb4 copyright: limit copyright checking to .go files Peter Weinberger 2024-10-28 14:55:05 -0400
  • 0abde90479 move logic to stubcalledfunc.go xzb 2024-10-29 00:14:53 +0800
  • 73d6794ebb gopls/internal/template: fix completion token boundary conditions Rob Findley 2024-10-28 18:25:20 +0000
  • 91421d7314 gopls/internal/cache: share type checking with analysis Rob Findley 2024-10-23 22:26:12 +0000
  • 36684df4ab go/analysis/passes/unusedwrite: silence if unsafe is imported Rob Findley 2024-10-23 13:44:14 +0000
  • 17213ba81a gopls/internal/cache/parsego: support lazy object resolution for Files Rob Findley 2024-10-10 20:57:30 +0000
  • 7d1d070935 go/ssa/interp: disable interp tests on wasm Alan Donovan 2024-10-25 17:27:52 -0400
  • af0a75d4a4 gopls/internal: CodeAction: consider generate missing method after current method first xzb 2024-10-26 16:52:12 +0800
  • ae56d93f7a internal/modindex: implement Lookups in the index Peter Weinberger 2024-10-18 08:46:38 -0400
  • 044b16f3bb internal/gcimporter: extend markBlack workaround go1.22 Alan Donovan 2024-10-25 13:25:06 -0400
  • dabba6ac3f internal/modindex: new API for incremental update Peter Weinberger 2024-10-22 10:30:34 -0400
  • 7d196fc81b go/ssa/interp: fix failing recover2.go test Alan Donovan 2024-10-24 13:07:25 -0400
  • f8613771ea go/ssa/interp: redirect interpreter std{out,err} to testing.T.Log Alan Donovan 2024-10-24 12:54:35 -0400
  • 9f3c6463b9 gopls/internal/cache: memoize cache keys Rob Findley 2024-10-23 19:42:53 +0000