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

  • 1f162c6c5b gopls/internal/cache: async pull diagnostics and joined analysis Rob Findley 2024-10-23 17:21:15 +0000
  • dbb82528bc gopls/release: remove unused(?) script Alan Donovan 2024-10-23 15:11:24 -0400
  • 617638456b go/types/objectpath: break cycles through interface methods Rob Findley 2024-10-23 15:01:22 +0000
  • 9e6388a3c6 internal/gcimporter: work around go/types data race in 1.23. Rob Findley 2024-10-22 17:05:50 +0000
  • c45778760f gopls/internal/cache: avoid reporting bugs when go/packages has errors Rob Findley 2024-10-22 21:37:13 +0000
  • 401eca0e4a gopls/internal/settings: remove "allowImplicitNetworkAccess" Rob Findley 2024-10-22 20:42:04 +0000
  • 6618569404 gopls/internal/cache: refine a bug report related to package metadata Rob Findley 2024-10-22 20:37:47 +0000
  • 6381f0b832 gopls/internal/cache: refine bug reports Rob Findley 2024-10-22 17:21:44 +0000
  • 63e4449835 gopls/internal/telemetry/cmd/stacks: print double-claimed stacks Alan Donovan 2024-10-22 09:21:57 -0400
  • f003ff6c8f gopls/internal/test/marker: rename s/suggestedfix/quickfix/ Alan Donovan 2024-10-21 14:54:05 -0400
  • c053272462 remove trailing space in test & fix variable name xrxtzz 2024-10-19 09:14:52 +0800
  • 8128bcf18d gopls/internal/cache: add tolerance for builtin test variants Rob Findley 2024-10-18 21:20:34 +0000
  • a199121ba9 gopls: allow for asynchronous request handling Rob Findley 2024-10-18 15:05:43 +0000
  • 38870bb6bc fix: missing types info when only NeedTypesInfo were set xrxtzz 2024-10-18 14:36:49 +0800
  • 8ecf757a96 internal/gcimporter: remove test of unsupported "goroot" iimport Alan Donovan 2024-10-14 14:09:20 -0400
  • 7310c72fba importgraph: correct typo in graph_test.go myeunee 2024-10-16 05:51:24 +0000
  • bf52a4c970 fix: optimize wordMask usage in insert method myeunee 2024-10-16 05:14:01 +0900
  • 44bbcad879 Perf: optimize nodePrinted map by using sync.Map for concurrent access myeunee 2024-10-16 04:23:46 +0900
  • 0c6a904dc0 Refactor: simplify switch case in printNode for better clarity myeunee 2024-10-16 04:14:03 +0900
  • 7b61dacb65 Refactor: simplify env parsing in TestBuild by using strings.SplitN myeunee 2024-10-16 04:08:39 +0900
  • 8ee307e3ed Fix: correct typo in error message (irreflexive) myeunee 2024-10-16 03:48:19 +0900
  • ce4cb559c3 internal/modindex: fix two bugs Peter Weinberger 2024-10-15 08:11:50 -0400
  • b3482cc681 internal/modindex/cmd: Command for maintaining module cache indexes Peter Weinberger 2024-09-30 16:22:56 -0400
  • 454be607b6 x/tools: be defensive after types.Info.Types[expr] lookups Alan Donovan 2024-10-02 16:37:06 -0400
  • dec6bf18ed internal/modindex: update module cache index Peter Weinberger 2024-10-11 07:45:57 -0400
  • 6c6def26dd gopls/internal/telemetry/cmd/stacks: fix bad tmpreaper interaction Alan Donovan 2024-10-14 10:30:56 -0400
  • 1a5fe8307f gopls: remove cruft Alan Donovan 2024-10-12 14:44:41 -0400
  • 244a31e15e gopls/internal: CodeAction: quickfix to generate missing method xzb 2024-10-12 19:14:54 +0000
  • 7d9f4e0b46 add paren test xzb 2024-10-13 02:43:19 +0800
  • ea695d9027 resolve suggestions xzb 2024-10-13 01:19:38 +0800
  • 87d613117b internal/typeparams: support parameterized aliases in Free Tim King 2024-10-09 15:59:06 -0700
  • 69d0190078 use more meaningful name in marker test xzb 2024-10-11 15:45:55 +0800
  • 537d8c0798 resolve suggestions xzb 2024-10-10 15:32:56 +0800
  • cac52c7a0f Add Document xzb 2024-10-08 23:59:34 +0800
  • 557ee892a0 identTrail, turn Uppercase Type name into last section lower case param name xzb 2024-10-08 07:09:49 +0800
  • 00318e216a resolve suggestions xzb 2024-10-08 06:43:49 +0800
  • f0362271b4 feature: code action to generate a stub function from a "no function f" type error xzb 2024-10-05 16:18:44 +0800
  • aa87dcfff7 go/analysis/passes: execute gofmt cuishuang 2024-10-10 14:54:37 +0800
  • feffeaabe7 go/packages: report an error from Load when GOROOT is misconfigured xieyuschen 2024-09-24 15:13:58 +0800
  • 50179f2225 Revert "internal/aliases: add a function to conditionally enable aliases" Tim King 2024-10-10 16:49:59 +0000
  • 4f6e118e23 all: set gotypesalias=1 when using >=1.23 toolchain Tim King 2024-10-10 09:42:18 -0700
  • 915132c3ad internal/typesinternal: add NamedOrAlias type Tim King 2024-10-08 16:29:09 -0700
  • bd86f8c28a gopls/internal/cache/analysis: lazily resolve the import map Rob Findley 2024-10-09 16:55:37 +0000
  • a4e0a9e3d7 cmd/bundle: enable materialized aliases Tim King 2024-10-08 14:56:08 -0700
  • db26c69117 cmd/stringer: fix test on android Rob Findley 2024-10-09 15:55:54 +0000
  • f08b5c1e7c gopls/internal/test/integration/bench: add a pull diagnostics benchmark Rob Findley 2024-10-09 15:02:00 +0000
  • bbb979fff6 go/callgraph/vta: use node IDs for type flow graph John Dethridge 2024-09-18 13:23:12 +0000
  • cf8979b7fc gopls/doc/features: add index of supported Code Actions Alan Donovan 2024-10-08 16:47:50 -0400
  • 86219190c2 go/ssa/ssautil: disable fmt imports on wasm tests Tim King 2024-10-08 10:23:25 -0700
  • f439874c29 internal/modindex: add symbol information Peter Weinberger 2024-09-29 16:36:05 -0400
  • f21a1dce1e gopls: add initial support for pull diagnostics Rob Findley 2024-09-30 18:10:30 +0000
  • c19060b012 gopls/internal/cache: use packageHandles to hold an active package cache Rob Findley 2024-09-19 16:49:05 +0000
  • a30b2075ca internal/versions: remove InitFileVersions Tim King 2024-10-05 14:39:40 -0700
  • 783610fadb Check types assignability for TypeParams. Max Neverov 2024-10-07 14:49:16 +0200
  • de11c555db gopls/doc/codelenses: fix link typo Jack Baldry 2024-10-06 17:46:07 +0000
  • a324267649
    gopls/doc/codelenses: fix link typo Jack Baldry 2024-10-04 11:03:45 +0100
  • 0b989c812d internal/versions: update test expectations Tim King 2024-10-02 15:51:48 -0700
  • 89a53114db go/analysis/passes/asmdecl: allow syscall write registers implicitly Meng Zhuo 2024-09-09 18:16:35 +0800
  • f8f3c13ff3 internal/aliases: add a function to conditionally enable aliases Tim King 2024-10-03 12:57:35 -0700
  • 2ab3b51435 go.mod: update golang.org/x dependencies v0.26.0 Gopher Robot 2024-10-04 16:49:41 +0000
  • 2683c792b4 gopls/internal/golang/stubmethods: rename analysis/stubmethods Alan Donovan 2024-10-01 15:24:23 -0400
  • efd951d807 gopls/internal/analysis/stubmethods: merge into CodeAction Alan Donovan 2024-09-30 14:27:05 -0400
  • d0d0d9ebc2 gopls/internal/cache: memoize dependent hash on analysisNode Rob Findley 2024-10-02 13:27:13 +0000
  • a19eef6bcb gopls/internal/cache: express packageHandle as a state machine Rob Findley 2024-09-19 13:05:48 +0000
  • dd745ec14b gopls/internal/test/marker: update regression test issue68918.txt Robert Griesemer 2024-10-02 09:52:01 -0700
  • a02ee353de go/analysis/passes/stdversion: reenable tests Tim King 2024-09-27 13:07:51 -0700
  • a24facf9e5 all: set gotypesalias=0 explicitly Tim King 2024-10-01 09:22:28 -0700
  • ce2a33e35d gopls/internal: fix extract refactor for cases with anonymous functions Chiawen Chen 2024-10-02 15:58:39 +0800
  • a2ff832d75 go/ssa: remove references to GOEXPERIMENT range Tim King 2024-09-30 13:19:16 -0700
  • a7552bcbbe go/ast/inspector: add PreorderSeq and All iterators Alan Donovan 2024-09-27 13:52:24 -0400
  • d2e46216ad gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix] Alan Donovan 2024-09-30 16:10:20 -0400
  • 4e80b325ef cmd/stringer: support types declared in test files Viktor Blomqvist 2024-08-09 16:51:35 +0200
  • 60b6bcdd60 gopls/rename: include filename in error message Chiawen Chen 2024-09-29 13:16:30 +0800
  • 2848ab8d89 internal/gcimporter: clean up test expectations Tim King 2024-09-30 10:38:36 -0700
  • ee66134971 go/ssa/ssautil: isolate deprecated CreateProgram Tim King 2024-09-30 10:38:36 -0700
  • 6ded0c4495 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests Tim King 2024-09-27 15:39:01 -0700
  • 66afc1a4e7 gopls/completion: tweak fuzz handling to make its own MethodSet Muir Manders 2024-06-20 22:26:01 -0700
  • 7d92dd6f9b go/ssa/ssautil: use go/packages to load packages in switch_test.go xieyuschen 2024-09-23 18:17:31 +0800
  • 18bc03245e gopls: update x/telemetry to pick up fix for golang/go#69681 Rob Findley 2024-09-27 18:50:17 +0000
  • 6c47868975 internal/gcimporter: run larger tests with and without aliases Tim King 2024-09-26 14:09:07 -0700
  • c6f2f8edba refactor/eg: rewrite test without go/loader Alan Donovan 2024-09-26 15:12:18 -0400
  • 8b6849d85a go/ssa/interp: reenable lifetime tests. Tim King 2024-09-26 15:49:27 -0700
  • edfeacf5cb internal/golang: fix panic in signatureHelp over builtin name Rob Findley 2024-09-26 20:21:52 +0000
  • ab64376303 go/types/objectpath: skip package tests with wasip1 Tim King 2024-09-26 14:35:08 -0700
  • e55961d46c internal/gcimporter: use types.NewInterfaceType Tim King 2024-09-26 14:18:48 -0700
  • c59bc300b2 internal/gcimporter: vary the value of any in predeclared Tim King 2024-09-25 14:55:08 -0700
  • 4fc0d79003 internal/gcimporter: remove goexperiment.unified tags Tim King 2024-09-25 14:55:08 -0700
  • f05b5f456f go/packages: document the role of PWD Alan Donovan 2024-09-26 12:26:43 -0400
  • 3483a5ef40 go/packages: use link notation in comments for godoc rendering xieyuschen 2024-09-26 23:33:31 +0800
  • 75350b9b99 go/ssa: remove import of loader from builder_test.go Tim King 2024-09-26 11:07:20 -0700
  • 1c9ca8b8ba go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias Tim King 2024-09-25 11:55:31 -0700
  • 23e1af6910 go/ssa: migrate TestGenericFunctionSelector away from loader xieyuschen 2024-09-23 13:07:06 +0800
  • 8adb6e83db go/ssa: migrate TestTypeparamTest away from loader xieyuschen 2024-09-23 12:49:17 +0800
  • 643a06ae4f
    Merge 6153b7aee9 into 7bb384dcf8 Griffin 2024-09-26 10:49:37 -0400
  • 7bb384dcf8 gopls/internal/test/integration/bench: add an IWL test that opens files Rob Findley 2024-09-19 14:31:38 +0000
  • faf6e2869e go/ssa: migrate TestGenericAliases away from loader xieyuschen 2024-09-23 17:30:05 +0800
  • 81a4242b11 internal/gcimporter: update TestIssueAliases expectation Tim King 2024-09-25 11:11:01 -0700
  • 54110aa199 internal/modindex: package for indexing GOMODCACHE Peter Weinberger 2024-09-11 08:05:40 -0400
  • b577f77ea7 gopls/internal/cache: remove unnecessary active package check Rob Findley 2024-09-18 15:28:05 +0000
  • 06b986b1e8 gopls/internal/cache: add a few checks for context cancellation Rob Findley 2024-09-17 01:14:15 +0000