Skip to content

Commit 818d642

Browse files
committed
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
9a6582c gopls/internal/regtest: avoid flake in TestGoModInvalidesOnSave f618651 internal/lsp/cache: compare file size when invalidating file cache 7646fae internal/lsp/fake: use hash rather than mtime to identify workdir files 45115c1 internal/lsp/source: rename uses of embedded fields 1e6ecd4 go/packages: don't crash if given an invalid overlay 88ba5d0 internal/imports: handle un-downloaded modules d33bae4 copyright: test that all files in the repo have copyright notices 1b1bb64 gopls/doc/emacs.md: describe configuration for eglot 7905cea internal/lsp/cmd: add licenses command 9c811db gopls/internal/hooks: create included licenses text 1462c25 gopls/internal/regtest: fix TestUnimportedCompletions e1c06e4 gopls: use standard command doc comment format 21398c4 Revert "go/analysis/passes/structtag: recognize multiple keys per tag" 5bd8423 internal/lsp/cache: fix panic in GOPATH mode 6f6e4b6 internal/lsp/cache: fix module paths in nested module error messages 7de0487 gopls/internal/regtest: skip regtests on android-amd64-emu 9277847 all: add copyright notices to files that are missing them 5d65579 go/packages: remove -mod, -modfile flags from build flags for go version b8e0803 internal/lsp/source: return all field funcs from outgoing callhierarchy 6c3993f gopls: update link to nvim-lspconfig gopls configuration 66568f3 gopls/doc: add additional information on CI in contributing.md 961d08d gopls: bump gofumpt to v0.1.0 2e889ff gopls/internal/regtest: support multiple workspace folders eb9b40e cmd/goyacc: double ACTSIZE, NSTATE and TEMPSTATE 2993f55 internal/lsp: avoid panic during interface assertion c4dccaf go/analysis/passes/fieldalignment: add command 9ca8607 internal/lsp: save all possible keys for analyses, codelenses d2d86cc internal/lsp: restructure user options (CL 278433 continued) Change-Id: I9ee4b4ad55369caa697e0527bfc61c553e40bbe4
2 parents ab9934f + 9a6582c commit 818d642

File tree

155 files changed

+1555
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+1555
-455
lines changed

blog/atom/atom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2009 The Go Authors. All rights reserved.
1+
// Copyright 2009 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

blog/blog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Go Authors. All rights reserved.
1+
// Copyright 2013 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/benchcmp/benchcmp_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
package main
26

37
import (

cmd/compilebench/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 The Go Authors. All rights reserved.
1+
// Copyright 2015 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/cover/cover_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Go Authors. All rights reserved.
1+
// Copyright 2013 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/eg/eg.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
// The eg command performs example-based refactoring.
26
// For documentation, run the command, or see Help in
37
// golang.org/x/tools/refactor/eg.

cmd/godoc/godoc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 The Go Authors. All rights reserved.
1+
// Copyright 2013 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/goimports/doc.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2013 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
/*
26
37
Command goimports updates your Go import lines,

cmd/gomvpkg/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2015 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// licence that can be found in the LICENSE file.
3+
// license that can be found in the LICENSE file.
44

55
// The gomvpkg command moves go packages, updating import declarations.
66
// See the -help message or Usage constant for details.

cmd/gorename/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
15
// The gorename command performs precise type-safe renaming of
26
// identifiers in Go source code.
37
//

0 commit comments

Comments
 (0)