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

  • 9d13cb449d
    remove allocSet and re-use s.instrs xieyuschen 2024-09-09 12:52:45 +0800
  • 5236e441af
    define instrs method for Function for future range-over-func usage xieyuschen 2024-09-08 01:23:16 +0800
  • 7a203ed5e9
    revert two patchsets to continue xieyuschen 2024-09-08 00:33:09 +0800
  • 7e0cf658d5 another patchset for Origin issue xieyuschen 2024-09-07 23:26:36 +0800
  • 06c62209a9
    add a new patch set to re-produce the comment #416 in cl610059 xieyuschen 2024-09-07 23:14:42 +0800
  • f111c72426 go/callgraph/rta: skip test on js platform Alan Donovan 2024-09-06 18:01:37 -0400
  • 9f9b7e39b5 gopls/internal/settings: add missing deep cloning in Options.Clone Rob Findley 2024-08-19 19:30:51 +0000
  • ce7eed4960 doc/generate: minor cleanup Rob Findley 2024-09-06 21:17:09 +0000
  • 075ae7d276 go/callgraph/vta: add basic tests for range-over-func Zvonimir Pavlinovic 2024-09-06 13:50:30 +0000
  • 2c7aaab748 go/ssa: skip failing test Alan Donovan 2024-09-05 17:41:40 -0400
  • 0c0e81549c
    remove synthetic message check xieyuschen 2024-09-06 11:37:02 +0800
  • 1b5663fbc8 go/callgraph/vta: perform minor cleanups Zvonimir Pavlinovic 2024-09-05 19:05:59 +0000
  • 0a498831d1 gopls/go.mod: update the go directive to 1.23.1 Rob Findley 2024-09-05 18:55:12 +0000
  • ad366a81ee go.mod: update golang.org/x dependencies Gopher Robot 2024-09-05 17:32:16 +0000
  • 67c3cb42e9
    remove the transient field check and fix comments xieyuschen 2024-09-05 14:43:55 +0800
  • bbafca282a check local allocations appear among instructions xieyuschen 2024-09-05 13:37:45 +0800
  • 2934a90c0f
    go/ssa: improve sanity checking xieyuschen 2024-09-02 16:35:41 +0800
  • 4fb36d15cc go/callgraph/rta: add rta analysis test case for multiple go packages xieyuschen 2024-09-04 03:37:56 +0000
  • dc4d64cc1c gopls: fix non-constant format strings Rob Findley 2024-09-04 17:27:12 +0000
  • c758e54fc7 cmd/callgraph: make vta use internal version of CHA Zvonimir Pavlinovic 2024-09-04 16:46:47 +0000
  • 94b564cd92 go.mod: for consistency with other repos, use 1.22.0 in go.mod Rob Findley 2024-09-04 16:24:57 +0000
  • 70f5626413 all: with 1.23 out, update Go directive to Go 1.22 Rob Findley 2024-09-03 21:20:29 +0000
  • 5a3171b601 internal/typesinternal: correct spec anchors in comments Andrew Pollock 2024-09-03 23:56:55 +0000
  • a859e27d81
    merge two test cases and check possible errors xieyuschen 2024-09-04 11:29:25 +0800
  • c538e2c079 go/callgraph/static: avoid ssautil.AllFunctions Alan Donovan 2024-09-03 13:54:52 -0400
  • 2db563b1a3 internal/gcimporter: copy over ureader changes Tim King 2024-08-29 12:40:58 -0700
  • 09886e004e go/callgraph/vta: allow nil initial call graph Zvonimir Pavlinovic 2024-08-21 19:47:12 +0000
  • d5c41f1874
    Correct spec anchors Andrew Pollock 2024-09-03 15:51:19 +1000
  • e5ae0a9e68 internal/pkgbits: cleanup pre-Go 1.17 workaround Tim King 2024-08-30 14:21:41 -0700
  • 264b4b5b0d go/callgraph/vta: add return parameter nodes for functions Zvonimir Pavlinovic 2024-08-21 18:32:23 +0000
  • deda7b7b00
    refine function loadPackages xieyuschen 2024-08-31 02:13:28 +0800
  • 063360f92f gopls: update x/telemetry dependency Rob Findley 2024-08-29 15:56:08 +0000
  • 28f3bc0bf6 internal/pkgbits: copy over changes for V2 Tim King 2024-08-29 12:38:07 -0700
  • 4b40bbca5d
    remove global variable reference xieyuschen 2024-08-31 01:28:08 +0800
  • a4bb0310ce
    patch2: fix some comments and nit xieyuschen 2024-08-30 23:50:09 +0800
  • eb2484299f
    patch1: use txtar instead of real packages xieyuschen 2024-08-30 13:36:24 +0800
  • fd2067f0e7 go/callgraph/vta: use struct{} instead of bool in sets Zvonimir Pavlinovic 2024-08-29 19:17:17 +0000
  • 017e1b8d60 gopls: update go.mod for v0.16.2-pre.2 gopls/v0.16.2-pre.2 gopls/v0.16.2 gopls-release-branch.0.16 Gopher Robot 2024-08-29 19:06:06 +0000
  • 39126e24d6 [gopls-release-branch.0.16] gopls: update x/telemetry dependency Rob Findley 2024-08-29 15:04:00 +0000
  • dcc114ed4d [gopls-release-branch.0.16] gopls: increment the telemetryprompt acceptance counter for each session Rob Findley 2024-08-22 17:11:33 +0000
  • 48abc3e9f3 [gopls-release-branch.0.16] go/callgraph/vta: fix test under GODEBUG=gotypesalias=1 Alan Donovan 2024-08-08 18:29:42 -0400
  • 7765a377b9 [gopls-release-branch.0.16] go/analysis/passes/printf: add missing Unalias call Alan Donovan 2024-08-08 17:07:50 -0400
  • 983950ad13 [gopls-release-branch.0.16] internal/versions: disable a test case incompatible with CL 607955 Michael Matloob 2024-08-27 16:37:52 -0400
  • 7a12077f81 [gopls-release-branch.0.16] all: disable tests incompatible with CL 603895 Michael Matloob 2024-08-12 13:35:42 -0400
  • 5b32599dd5 [gopls-release-branch.0.16] gopls: add x/tools replace directive Rob Findley 2024-08-28 17:29:35 +0000
  • ce02ccd159 gopls/internal/test/marker: simplify completion markers Rob Findley 2024-08-29 14:37:48 +0000
  • b74ce25d7c
    go/callgraph/rta: add rta analysis test case for multiple go packages xieyuschen 2024-08-28 19:06:45 +0800
  • 4ead70ccce gopls: report semantic tokens of top-level type constructor modifiers xzb 2024-08-28 20:09:02 +0000
  • f825f8aeb7 update new test xzb 2024-08-29 01:55:14 +0800
  • 9386ba589c fixup! (document) add features/passive.md xzb 2024-08-29 00:34:05 +0800
  • 77e897a4e1 (document) add features/passive.md xzb 2024-08-28 23:36:09 +0800
  • 0cb1da43f7 (document) add Oxford comma and drop count xzb 2024-08-28 23:26:00 +0800
  • f4c98551a8 simplify number type check xzb 2024-08-28 23:25:09 +0800
  • 42b8bd1cd2 change signature from underlineType to appendTypeModifiers xzb 2024-08-28 17:12:59 +0800
  • 346466e961 release and internal documentation change xzb 2024-08-28 17:10:04 +0800
  • d424795dda gopls: semantic tokens should report modifiers for the top-level type constructor of each symbol xzb 2024-08-25 09:08:03 +0800
  • d3adc9857a
    Merge 97ee5af431 into 826d8d971b José Duarte 2024-08-28 14:02:19 -0400
  • 826d8d971b gopls/internal/cache: add a note about GOMEMLIMIT and ballasts Rob Findley 2024-08-28 17:38:40 +0000
  • aaf49f1fb8 gopls/internal/cache: add a 100MB ballast to reduce GC CPU Rob Findley 2024-08-27 16:57:08 +0000
  • 12307aad20 gopls/internal/util/lru: make lru.Cache generic Rob Findley 2024-08-27 16:23:49 +0000
  • d324db7056
    Merge 490a535ddb into 594cdabebb Philip Peterson 2024-08-28 11:35:45 -0400
  • 594cdabebb gopls: increment the telemetryprompt acceptance counter for each session Rob Findley 2024-08-22 17:11:33 +0000
  • adb7301a7f internal/versions: disable a test case incompatible with CL 607955 Michael Matloob 2024-08-27 16:37:52 -0400
  • 8e231bc34e gopls/internal: check for variadic arguments from string to []byte/[]rune Hamza Ali 2024-08-27 14:07:51 +0500
  • 0734f6249f internal/gcimporter: support type parameterized aliases in indexed format Tim King 2024-08-16 12:51:50 -0700
  • b5f24ec37b internal/aliases: add type parameters argument to NewAliases Tim King 2024-08-21 11:04:57 -0700
  • f5c7449850 gopls/internal: implement Packages command Ethan Reesor 2024-08-07 17:21:57 -0500
  • e5e8aa8472 gopls/internal: implement Modules command Ethan Reesor 2024-07-16 22:18:18 -0500
  • 9ef0547234 internal/gcimporter: move indexed format docs Tim King 2024-08-21 10:13:22 -0700
  • c7adb6311f go/analysis/passes/fieldalignment: fix doc Kevin Burke 2024-08-20 22:15:40 -0700
  • 5be8349ec5 gopls: update go.mod for v0.16.2-pre.1 gopls/v0.16.2-pre.1 Gopher Robot 2024-08-16 16:37:21 +0000
  • 66adacf20f internal/pkgbits: improve ureader panic message Tim King 2024-08-09 16:07:28 -0700
  • e104dc835a gopls/internal/settings: rename goTest code action to source.test Alan Donovan 2024-08-12 09:55:02 -0400
  • dfcdf50220 go/analysis/passes/copylock: add support for ForStmt Tim King 2024-03-07 15:40:52 -0800
  • 136c165474 gopls/internal/cache: remove spurious assertions Alan Donovan 2024-08-12 18:05:49 -0400
  • 7cc3be7d11 internal/imports: use a clean GOMODCACHE for the scan root directory Rob Findley 2024-08-06 19:59:04 +0000
  • d47b4fb9d8 internal/testfiles: adjust test so all modules are after 1.21 Tim King 2024-08-12 12:34:11 -0700
  • c1241b9c5d internal/stdlib: update stdlib index for Go 1.23.0 Gopher Robot 2024-08-13 16:43:53 +0000
  • e6bef924df gopls/internal/golang: downgrade assertion in methodsets index Alan Donovan 2024-08-12 18:05:49 -0400
  • 7f262d66c5 all: disable tests incompatible with CL 603895 Michael Matloob 2024-08-12 13:35:42 -0400
  • a76f882cf0 gopls: enhance read/write access distinction in document highlighting for symbols ZHOU Zehua 2024-08-10 13:36:25 +0000
  • cee436c69b update doc ZHOU Zehua 2024-08-10 21:28:59 +0800
  • 46a5d1f3f8 Revert "improve doc & update screenshot" ZHOU Zehua 2024-08-10 21:27:07 +0800
  • 7b38285325 improve doc & update screenshot ZHOU Zehua 2024-08-10 09:21:23 +0800
  • b64a3ec2a9 improve comment ZHOU Zehua 2024-08-10 00:39:05 +0800
  • 4dcae0aa36 polish ZHOU Zehua 2024-08-10 00:16:35 +0800
  • aaa4f743bb add highlightall Zehua ZHOU 2024-08-09 10:56:01 +0800
  • b089a9b49e all highlight tests are migrated to @hiloc Zehua ZHOU 2024-08-04 00:05:39 +0800
  • 4dc9194b31 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1 Alan Donovan 2024-08-08 18:29:42 -0400
  • 28ba9914c6 go/analysis/passes/printf: add missing Unalias call Alan Donovan 2024-08-08 17:07:50 -0400
  • 78ad77da54 gopls: Add link to Zed docs Alex Pliutau 2024-08-07 23:17:33 +0200
  • 3057be8f63 go.mod: update golang.org/x dependencies v0.24.0 Gopher Robot 2024-08-06 18:01:25 +0000
  • 4653e48eb8 gopls/internal/analysis: add skipped analysis simplify on generated code idnandre 2024-07-17 17:27:50 +0700
  • f855a53930 gopls/internal/telemetry/cmd/stacks: use authentication token Alan Donovan 2024-08-05 14:16:44 -0400
  • 3ffd605b1e gopls/doc/features: fix prominent typo Alan Donovan 2024-08-05 13:37:16 -0400
  • a5df6ad55c go/analysis/passes/printf: report non-constant format, no args Alan Donovan 2024-05-15 10:35:22 -0400
  • c03e5c28b0 go/packages: do not nullify Fset when NeedSyntax is set Nikolay Edigaryev 2024-07-31 17:35:01 +0000
  • 9bb63dd381 ignore end_posn field when not present madneal 2024-08-02 16:14:35 +0800
  • 6a6fd991e9 go/ssa: substitute type parameterized aliases Tim King 2024-07-31 13:04:53 -0700
  • f6a239054f gopls/doc: delete commands.md Alan Donovan 2024-07-09 16:05:51 +0100