Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:golang/tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:30def9c
Choose a base ref
Loading
...
head repository:golang/tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:f795b41
Choose a head ref
Loading
  • 8commits
  • 5files changed
  • 2contributors

Commits on Jun 3, 2025

  1. all: update codereview.cfg for gopls-release-branch.0.19

    This is an automated CL which updates the codereview.cfg.Forgolang/go#73965Change-Id: I32346ce0e09554a3eda751da183a4e009468f211Reviewed-on:https://go-review.googlesource.com/c/tools/+/678615LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Alan Donovan <adonovan@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: Robert Findley <rfindley@google.com>
    @gopherbot
    gopherbot committedJun 3, 2025
    Configuration menu
    Copy the full SHA
    5929622View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. gopls: update go.mod for v0.19.0-pre.1

    This is an automated CL which updates the go.mod and go.sum.Forgolang/go#73965Change-Id: I5edceef42d48d3e364813b6f7a4b49a7b114ea39Reviewed-on:https://go-review.googlesource.com/c/tools/+/678616LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Auto-Submit: Alan Donovan <adonovan@google.com>Reviewed-by: Robert Findley <rfindley@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: Alan Donovan <adonovan@google.com>
    @gopherbot
    gopherbot committedJun 4, 2025
    Configuration menu
    Copy the full SHA
    af7c7d5View commit details
    Browse the repository at this point in the history
  2. all: merge master (82473ce) into gopls-release-branch.0.19

    Merge List:+ 2025-06-0482473ce gopls/doc/release: tweak v0.19+ 2025-06-04f3c581f gopls/internal/protocol: add DocumentURI.Base accessor+ 2025-06-04d9bacab gopls/internal/server: improve "editing generated file" warning+ 2025-06-041afeefa internal/mcp: unexport FileResourceHandler+ 2025-06-0433d5988 gopls/internal/server: Organize Imports of generated files+ 2025-06-04cb39a5f gopls/internal/golang: Format generated files+ 2025-06-04e43ca0c internal/mcp: validate tool input schemas+ 2025-06-0461f37dc gopls: use new gomodcache index+ 2025-06-04fed8cc8 internal/refactor: keep comments with same import+ 2025-06-03c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fieldsUpdatesgolang/go#73965Change-Id: I0a76ac5e1fbfc367635a685ac3f69ff1ea874b99
    @adonovan
    adonovan committedJun 4, 2025
    Configuration menu
    Copy the full SHA
    4d89d8aView commit details
    Browse the repository at this point in the history
  3. gopls: update go.mod for v0.19.0-pre.2

    This is an automated CL which updates the go.mod and go.sum.Forgolang/go#73965Change-Id: Ia48c703b8b1f44f2dba7c1e76f45b10ac51afff0Reviewed-on:https://go-review.googlesource.com/c/tools/+/678736Reviewed-by: Robert Findley <rfindley@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: Alan Donovan <adonovan@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @gopherbot
    gopherbot committedJun 4, 2025
    Configuration menu
    Copy the full SHA
    d24e68dView commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Merge remote-tracking branch 'origin/master' into gopls-release-branc…

    …h.0.19Forgolang/go#73965Change-Id: I4f1f76735a8a745d7bf0f0a532f2ac9bb5f4ed01
    @adonovan
    adonovan committedJun 10, 2025
    Configuration menu
    Copy the full SHA
    87f6888View commit details
    Browse the repository at this point in the history
  2. gopls: update go.mod for v0.19.0-pre.3

    This is an automated CL which updates the go.mod and go.sum.Forgolang/go#73965Change-Id: Ic132377370bf45e86785f5c4460ceee6f61a91bcReviewed-on:https://go-review.googlesource.com/c/tools/+/680576Reviewed-by: Alan Donovan <adonovan@google.com>Reviewed-by: Robert Findley <rfindley@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Auto-Submit: Alan Donovan <adonovan@google.com>
    @gopherbot@adonovan
    gopherbot authored andadonovan committedJun 10, 2025
    Configuration menu
    Copy the full SHA
    c26dd3bView commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. [gopls-release-branch.0.19] gopls/internal/settings: revert to old go…

    …imports indexThere have been additional nil dereferences in the new logic(beyond those fixed in CL 680258) and the fix looks nontrivial.This is a partial revert of CL 678475.Fixesgolang/go#74055Change-Id: I95906e4302f8225edd6e512104db6808d512c280Reviewed-on:https://go-review.googlesource.com/c/tools/+/682715Reviewed-by: Robert Findley <rfindley@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Auto-Submit: Alan Donovan <adonovan@google.com>(cherry picked from commitb021ce4)Reviewed-on:https://go-review.googlesource.com/c/tools/+/682755
    @adonovan@gopherbot
    adonovan authored andgopherbot committedJun 18, 2025
    Configuration menu
    Copy the full SHA
    243d829View commit details
    Browse the repository at this point in the history
  2. gopls: update go.mod for v0.19.1-pre.1

    This is an automated CL which updates the go.mod and go.sum.Forgolang/go#74297Change-Id: Iebcdb08f1e4de299f691289bc7b24052a203c87eReviewed-on:https://go-review.googlesource.com/c/tools/+/682775Reviewed-by: Alan Donovan <adonovan@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Robert Findley <rfindley@google.com>
    @gopherbot
    gopherbot committedJun 18, 2025
    Configuration menu
    Copy the full SHA
    f795b41View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp