-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Upgrade to latest dependencies #810
[main] Upgrade to latest dependencies #810
Conversation
52d7fec
to
0605c63
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #810 +/- ##
=======================================
Coverage 94.59% 94.59%
=======================================
Files 41 41
Lines 1259 1259
=======================================
Hits 1191 1191
Misses 56 56
Partials 12 12 ☔ View full report in Codecov by Sentry. |
bumping golang.org/x/mod 86c51ed...b710602:%0A > b710602 sumdb/dirhash: correct documentation of hash%0A > a42224d all: replace io/ioutil with io and os package%0A > 77d797e sumdb/dirhash: fix a panic when argument is not a directory%0A > 7c05a44 sumdb/note: remove dependency on golang.org/x/crypto/ed25519%0A > b3066c3 go.mod: update golang.org/x dependencies%0A > e3c1277 go.mod: update to tagged x/tools version%0A > aac77cd all: fix a few function names on comments%0A > 2666ed6 go.mod: ignore cyclic dependency for tagging%0A > 2adab6b zip: expand logging and use t.TempDir and t.Cleanup in test helpers%0A > 02c9913 sumdb: remove redundant type conversion%0A > 8f535f7 sumdb/note: fix some typos%0A > ed83ed6 modfile: remove duplicate words from comments%0A > f994a2a zip: set PWD consistently for commands in subdirectories%0A > 046e8b3 modfile: improve error message for replace with '@' in path%0Abumping golang.org/x/oauth2 d3ed0bb...ee48083:%0A > ee48083 go.mod: update vulnerable net library%0Abumping golang.org/x/tools b3b5c13...d0863f0:%0A > d0863f0 go.mod: update golang.org/x dependencies%0A > 545ca87 gopls/internal/regtest/marker: require go/packages%0A > 1ace7db go,gopls: remove license from package doc comments%0A > ebad375 gopls/internal/lsp/protocol: prevent license rendering in godoc%0A > 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go%0A > 69920f2 gopls/internal/regtest/marker: add missing tests for hover%0A > 24a13c6 gopls/internal/regtest: fill out features of the new marker tests%0A > 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests%0A > edddc5f go/packages: don't discard errors loading export data%0A > a762c82 go/ssa: add MultiConvert instruction%0A > f124b50 cmd/stringer: streamline test subprocesses%0A > 6b6857a gopls: fix typos in comments and doc%0A > 8111118 go/analysis/internal/facts: fix cycle in importMap.%0A > dd1c468 gopls/internal/lsp/source: simplify extracting object hover doc%0A > 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType%0A > 30f191f internal/imports: update stdlib index for Go 1.20%0A > 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols%0A > 4e8ff89 internal/imports: update stdlib index for 1.20%0A > 6bd0d00 gopls/internal/lsp: go to definition from linkname directive%0A > 0cfddb3 gopls/internal/lsp: enable clear builtin completion test%0A > 41adf8d gopls/internal/lsp/tests: remove StripSubscripts%0A > 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range%0A > c276ee5 internal/robustio: fix signature of getFileID on plan9%0A > e170d45 gopls/internal/lsp: add clear builtin%0A > 2ea4b81 go/ast/inspector: skip ranges that do not contain a node type%0A > 407bbed go/analysis: improve error message on duplicate fixes%0A > bd5dfbb all: fix some comments%0A > 072fca5 gopls/protocol: use the current definition of the lsp%0A > aa633e7 tools/gopls: provide markdown for completion and signature help%0A > 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path%0A > bd5e595 gopls/internal/lsp/cache: add missing mutex%0A > 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags%0A > d1e92d6 gopls/internal/lsp/mod: reorder vulncheck quick fixes%0A > 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier%0A > ae242ec gopls: fix windows file corruption%0A > 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange%0A > e260368 gopls/semantic: report type parameters in the type of a receiver%0A > b62cbb6 internal/lockedfile: fix build constraints on solaris%0A > 1aa7e72 gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos%0A > 5ed33df gopls/internal/lsp/source: rename: prep for incrementality%0A > e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func%0A > 1edcfe7 gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors%0A > f052158 gopls/internal/lsp/protocol: move TestBytesOffset%0A > d093a13 gopls/internal/lsp/protocol: LocationTextDocumentPositionParams%0A > bcb677e gopls/internal/regtest: make RegexpSearch return a Location%0A > 60782e9 gopls/internal/lsp/source: eliminate a couple uses of posToMappedRange%0A > 031e6e6 gopls/internal/lsp/source: eliminate ResolveImportPath%0A > f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace%0A > f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config%0A > 8270757 gopls/internal/lsp/source: switch call hierarchy to references v2%0A > 37c69d8 gopls/internal/lsp/source: references: support exported methods%0A > f3c36a2 gopls/internal/lsp/cmd/test: delete marker-based tests of gopls cmd%0A > c224aae gopls/internal/lsp/cmd/test: new integration test for gopls command%0A > deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set%0A > f269f53 gopls/internal/lsp: remove Server.processModifications%0A > fcd57eb gopls: allow 'any' and 'comparable' in completion results%0A > aae3642 gopls/internal/lsp/source: referencesV2: support unexported methods%0A > b5d65e0 tools/gopls: register semantic tokens statically%0A > 51abc5b gopls/internal/lsp/source: stub: don't panic when encountering 'error'%0A > ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an%0A > c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view%0A > 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs%0A > a7f033a gopls/internal/lsp: consolidate the FileHandle API%0A > 271e621 internal/lockedfile/internal/filelock: fix aix build tag%0A > ff9bea5 gopls/internal/lsp/cmd/test: signpost future cleanups%0A > 7d4ba2f gopls/release: remove unused functionality from release script%0A > 46b6958 gopls/internal/lsp/source: delete source_test%0A > bcc7794 go/analysis/passes/directive: add directive analyzer%0A > 33d416e gopls/internal/lsp: add missing comments on 3x tests.Test impls%0A > afea272 gopls/internal/lsp/source: make implementations2 work on embedded fields%0A > bb7c440 gopls/internal/lsp/filecache: use file locking, not rename%0A > 561a9be gopls/internal/lsp/filecache: actually delete files%0A > 9682b0d gopls/internal/lsp/source: delete IsInterface%0A > 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument%0A > 3e6f71b gopls/internal/regtest: use AfterChange in more places%0A > 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message%0A > 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index%0A > 957bec5 gopls/protocol: new versions of generated LSP files%0A > f0e2d5c internal/gcimporter: discard position info for unneeded lines%0A > 5bedd86 cmd/digraph: use ReadString rather than bufio.Scanner%0A > f6ea009 gopls/internal/lsp: remove the experimentalWatchedFileDelay setting%0A > f46e418 gopls/internal/lsp/source: include ITVs in global references%0A > f3e53e5 internal/jsonrpc2_v2: fix typos%0A > d958e85 internal/gcimporter: use two-level file index%0A > 8aba49b internal/gcimporter: preserve column and line in shallow iexport%0A > d7fc4e7 gopls: new LSP stub generator%0A > 5c176b1 internal/robustio: skip os.Link test on android%0A > d34a055 go/ssa: sanity check the types of phi nodes%0A > 6f095b4 go/callgraph/vta: add flows for receiver function types%0A > 8e94967 cmd/fiximports: do not assume go list -json unmarshals into build.Package%0A > e035d0c go/ssa: fix phi node type in slice to array conversion%0A > 03eac81 go/expect: remove testdata go.mod to go.fake.mod%0A > 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs%0A > 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers%0A > 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp%0A > bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage%0A > 5d65394 gopls/internal/regtest: eliminate DiagnosticAt%0A > 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics%0A > 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor%0A > 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper%0A > ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic%0A > 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations%0A > c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics%0A > e81af27 gopls: update golang.org/x/vuln@6ad3e3d%0A > d19e3d1 internal/regtest/bench: fix BenchmarkRename and add more benchmark tests for gopls%0A > 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics%0A > 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics%0A > e956495 gopls/internal/regtest: eliminate DiagnosticsFor%0A > 8087911 gopls: remove the experimentalWorkspaceModule mode%0A > 5b300bd gopls/internal/lsp/cache: clean up view workspace information%0A > 97d5de5 gopls/internal/cache: don't mark initialized after cancellation%0A > 58691bc gopls/internal/lsp/glob: add an LSP compliant glob implementation%0A > a3c22fc cmd/cover: delete package%0A > 98dcb0e cmd/cover: remove replace directive%0A > 7765567 gopls/internal/lsp/source: minor clarifications%0A > a7f7db3 cmd/cover: carve out deprecated command into its own module%0A > f9a10c0 Revert "cmd/cover: carve out deprecated command into its own module"%0A > e345d46 internal/gcimporter: fix export of invalid methods%0A > 4305a22 gopls/internal/lsp/cache: don't cache files if mtime is too recent%0A > 227ee72 internal/regtest/misc: fail eagerly in TestRenameFileFromEditor%0A > 43158af cmd/cover: carve out deprecated command into its own module%0A > b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper%0A > a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/%0A > 55935f4 gopls/internal/span: simplify Span%0A > 40a1c97 gopls/internal/lsp/lsppos: delete Mapper%0A > 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic%0A > 6e9a35d go/callgraph/cha: refactor callee construction%0A > fef5b76 go/callgraph: fix slicing in callgraph_test.go%0A > 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index%0A > 0362cea gopls/internal/lsp/lsppos: delete TokenMapper%0A > 67baca6 go/callgraph/vta: optimize scc computation%0A > 2eb6138 gopls/internal/lsp/filecache: use TempDir if UserCacheDir fails us%0A > 36bd3db gopls/internal/lsp/protocol: move MappedRange%0A > 16b3bf8 gopls/internal/lsp/cache: assume Go 1.16+%0A > 3856a5d internal/robustio: add Plan9 support to FileID%0A > 09cbc42 gopls/internal/lsp/fake: fix EOF bug in applyEdits%0A > 4ded35d gopls/internal/lsp/cache: use distinct types for mod and work parse keys%0A > 107f43f gopls/completion: avoid duplicating text in test func completions%0A > e225fd4 gopls/internal/lsp/mod: fix nil panic in go.mod hover%0A > 057ed3c gopls/internal/lsp/filecache: use os.Chtimes%0A > 1fe76af gopls/internal/lsp/source: MappedRange cleanup%0A > 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper%0A > a4455fe go/callgraph: adds benchmarks comparing algorithms%0A > 7db99dd go.mod: update golang.org/x dependencies%0A > 1e0dff2 gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode%0A > 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data%0A > 33071fb internal/robustio: move robustio%0A > b01e7a4 gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode%0A > e417ea3 gopls: remove dead analysis code%0A > 1a08d01 gopls/internal/lsp: update replace directives in go.mod for package renaming%0A > eac36cb gopls/internal/regtest: port experimental workspace tests to go.work%0A > 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method%0A > 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package%0A > 8367fb2 gopls/internal/regtest: await go.work changes in TestAddAndRemoveGoWork%0A > 3b16059 gopls/internal/regtest: make BufferText strict%0A > 0e1d013 gopls/internal/lsp/cache: recreate Views when their root changes%0A > 2f31dd4 go/ssa,go/analysis/passes/nilness: refine when type param constants are nil%0A > ae4ff82 gopls/internal/lsp/source: delete GetTypedFile%0A > fe6b300 gopls/internal/lsp/source: eliminate Snapshot.Package{,s}ForFile%0A > 26fc609 gopls/internal/lsp/cache: eliminate snapshot.containingPackages%0A > 85e6ad7 gopls/internal/lsp/safetoken: fix bug in Offset at EOF%0A > ef1ec5d gopls/internal/lsp/safetoken: fix error message%0A > 44395ff gopls/internal/lsp/source: avoid unnecessary transitive rdeps%0A > 6546d82 Revert "gopls/internal/regtest: harmless CL used for benchmark test"%0A > 3be0647 gopls/symbols: call source.Document symbols only for Go files%0A > d462c83 gopls/internal/lsp: Replace input text when completing a definition%0A > 7efffe1 gopls/internal/regtest: harmless CL used for benchmark test%0A > 1627e95 gopls/internal/lsp: more comment tweaks post-//line support%0A > 21f6100 internal/lsp/debug: fix broken template%0A > 6ad27d0 gopls/internal/robustio: FileID, a portable file identifier%0A > 6df6eee internal/diff/lcs: optimize inner loop%0A > 57b1265 go/gcexportdata: drop support for go1.6 export data%0A > 099260e gopls/internal/lsp: followups to dropping line directives%0A > 61e2d3f gopls/internal/lsp/cache: a new analysis driver%0A > eb70795 gopls: ignore //line directives%0A > b4dfc36 go/ssa: deref core type in emitLoad%0A > 1270fd7 gopls/internal/lsp: announce selectionRangeProvider capability%0A > 9bc5dce gopls/internal/lsp/cache: simplify DiagnosePackage%0A > df35cd8 x/tools: drop support for Go toolchains older than go1.16%0A > db9d10f go/gcexportdata: preallocate buffer to read into when size is known%0A > 0d2045b gopls/internal/lsp: document analysis-related functions%0A > b2b9dc3 gopls/internal/lsp/cache: reduce type-checking in renameImports%0A > 3cb82d5 go/ssa/interp: fix conversion of slice to named array%0A > 5899b6a gopls: upgrade dependencies following release%0A > 763a030 gopls/internal/lsp/cache: delete Snapshot.KnownPackages%0A > cc0e696 gopls/internal/hooks: panic if diff consistency check fails%0A > 9ec8553 gopls/internal/lsp/source: emit interface stub methods at top level%0A > 444c8f6 gopls/internal/lsp/cache: only invalidate parsed files if they changed%0A > 601ca6c gopls/internal/lsp/source: use correct token.File%0A > 95c9dce internal/lsp/mod: fix run_govulncheck codelens name%0A > d72a64a gopls/internal/lsp: add selection range request%0A > 18f76ec gopls/internal/lsp: split ActivePackages%0A > 84299a0 gopls/internal/lsp/cache: simplify ad-hoc package warning logic%0A > a3eef25 gopls/internal/lsp/cache: record parse keys when they're created%0A > 3da7f1e gopls/hover: remove header tags from hover markdown%0A > a310bcb gopls/internal/lsp/source: eliminate getStubFile%0A > 3cba5a8 internal/gcimporter: port CL 424876 from std importer%0A > b0fdb78 gopls/internal/lsp/mod: add Reset vulncheck result codelens%0A > 88ceb24 gopls/internal/lsp: perform analysis unconditionally%0A > 3f74d91 gopls/internal/lsp/cache: invalidate govulncheck results older than 1hr%0A > 6b8674f gopls/internal/lsp/source: avoid typechecking in findRune%0A > d7dfffd gopls/internal/lsp: eliminate more unnecessary typechecking%0A > f3fb218 gopls/internal/lsp/fake: use robustio.RemoveAll in (*Workdir).RemoveFile%0A > 96ff41d gopls/internal/vulncheck: add TODO for the vulncheck diagnostics%0A > 0f6c6f1 gopls: delete obsolete govulncheck code and stop gopls vulncheck -summary%0A > c5343a6 gopls/internal/lsp/regtest: fix TestRunGovulncheckError2%0A > cb701f7 gopls/internal/lsp: avoid type-checking when computing hyperlinks%0A > d0f184d gopls/internal/lsp/source: avoid unnecessary calls to GetTypedFile%0A > 1e5efed gopls/internal/lsp/fake: simply use polling to simulate file watching%0A > 838a165 gopls/internal/lsp/fake: eliminate the unnecessary fake.FileEvent%0A > 09fb680 gopls/internal/lsp/fake: eliminate the unnecessary ChangeFilesOnDisk API%0A > 09ae2d5 gopls/internal/lsp/source: KnownPackagePaths: avoid loading%0A > 1dcc423 gopls/internal/lsp/cache: split metadata and loading in PackagesForFile%0A > 6b50501 gopls/release: fix the release script when go.work is not used%0A > aee3994 gopls/internal/lsp/fake: in (*Workdir).RenameFile, fall back to read + write%0A > fe60148 go.mod: update golang.org/x dependencies%0A > c9ea9a7 gopls/internal/regtest: add a test for the case when the renaming package's path contains "internal" as a segment%0A > bf5db81 gopls/internal/lsp/cache: improve ad-hoc warning for nested modules%0A > aa9f4b2 go/analysis: document that facts are gob encoded in one gulp%0A > bdcd082 internal/gcimporter: skip tests earlier when 'go build' is not available%0A > 2ad6325 gopls/internal/lsp/cache: expand ImportPath!=PackagePath comment%0A > 52c7b88 gopls/internal/robustio: only define ERROR_SHARING_VIOLATION on Windows%0A > 4f69bf3 gopls/internal/lsp/cache: narrow reloadOrphanedFiles to open files%0A > 6002d6e gopls/internal/regtest/misc: test Implementations + vendor%0A > f540ee6 internal/gcimporter: load cached export data for packages individually%0A > d444fa3 gopls/internal/lsp/cache: simplify canonical URI cache%0A > 25fdb81 gopls/internal/regtest/misc: skip vendor test on go1.13%0A > e0b516b gopls/internal/lsp/cache: invalidate metadata after vendor change%0A > 31d5843 gopls/internal/lsp/cache: fix re-entrant session locking%0A > 8c78b30 gopls/internal/vulncheck: always use pkg.go.dev/vuln for urls%0A > 47a8246 gopls/internal/regtest/misc: skip TestRunGovulncheckError2%0A > d54e12b gopls/internal/lsp: avoid I/O in URI comparison operations%0A > 0379b73 internal/gcimporter: fix TestImportStdLib%0A > e79e423 gopls/internal/vulncheck: handle package errors%0A > c5ce806 gopls/internal/lsp/mod: disable the diagnostics on stdlib vulns%0A > 78c1861 gopls/internal/vulncheck: clarify the log message%0A > 1a0053c gopls: move reset go.mod diagnostic codelens to module statement%0A > 9b8d87b gopls/internal/regtest: fix TestRunGovulncheckStd%0A > 81b6bef gopls/internal/lsp: add run vulncheck fix for stdlib vulns%0A > fe83ddb gopls/internal/lsp: move options off of the cache%0A > 88ee30b gopls/internal/lsp/source: enable run_govulncheck codelens in exp mode%0A > 0a6aa90 gopls/internal/lsp/command: rename run_vulncheck_exp to run_govulncheck%0A > bedad5a gopls/internal/lsp/mod: add hover for stdlib vulnerabilities%0A > 7a1b570 gopls/internal/vulncheck: check vulnerabilities in standard library%0A > 9a54670 gopls/internal/lsp/mod: add "Run govulncheck" codeaction%0A > f1b76ae gopls/internal/lsp: add an option to overwrite previous diagnostics%0A > e8a70a5 gopls/internal/lsp: remove access to mutable session state from the view%0A > ff22fab gopls/internal/lsp/cache: eliminate obsolete invalidation step%0A > 3881046 gopls: add a go:generate rule for doc generation%0A > 4c3cb1e internal/gocommand: add GoVersionString%0A > e29d1ed gopls: add diagnostic for standard library%0A > f718365 gopls/internal/lsp: include all vulns info to fetch_vulncheck_result%0A > 9519368 gopls/internal/lsp/mod: add the vulncheck diagnostics mode%0A > 7d9f451 gopls/internal/govulncheck: add in-memory cache for vulndb%0A > 1ccccf8 go/ssa: deprecate coreType and _NormalTerms%0A > 4b7d1b3 gopls: add diagnostics for both vulns used and not used%0A > 50ccef5 internal/regtest/bench: add benchmark tests for gopls%0A > d39685a gopls/internal/lsp/source: Package clarifications%0A > 7cfde84 gopls/internal/vulncheck: add import info based vuln scanning%0A > 2b56641 internal/gcimporter: adjust the number of expected packages in TestStdlib%0A > 50df761 gopls: skip vulnerabilities that are probably fixed in hover%0A > 7cda55e gopls/internal/lsp/cache: wire in mod vulnerability analysis%0A > 5c35617 gopls: add quick fixes for all vulnerabilities%0A > fb7be64 gopls/internal/lsp/command: return the vulncheck progress token%0A > 060c049 go/packages: fix doc typo%0A > 6eafd96 gopls: fix formatting for vulncheck results in hover%0A > b797704 go/analysis/passes/loopclosure: recursively check last statements in statements like if, switch, and for%0A > 3b9d20c internal/gcimporter: in TestStdlib, only check x/tools packages if we expect to have their source%0A > 2ad3c33 go/packages: change workaround for issue 28749 to not require NeedFiles%0A > 57f56ab gopls/internal/lsp/source: avoid panic(nil)%0A > 41c70c9 internal/lsp/source: avoid using go/types.Implements with Typ[Invalid]%0A > db5eae2 analysis: correct go/analysis/passes/findcall path in docs%0A > b978661 cmd/godoc: streamline test subprocesses%0A > 932ec22 internal/testenv: add a Command function that replaces exec.Command%0A > 19fb30d gopls/internal/lsp/cache: fix data race in Symbols%0A > 4ce4f93 gopls/internal/lsp: add gopls.fetch_vulncheck_result%0A > 8ba9a37 gopls/internal/lsp/mod: highlight when there is no fix for vuln%0A > 128f61d gopls/internal/lsp/mod: add related info%0A > fc03993 internal/lsp/mod: adjust vulncheck diagnostics suppression logic%0A > c099dff gopls/internal/vulncheck: log progress%0A > 36a5c6a go/ssa: build generic function bodies%0A > 85bf7a8 gopls/internal/lsp/source: eliminate Metadata interface%0A > 2592a85 gopls/internal/lsp: simplify KnownPackages%0A > c7ed4b3 gopls/internal/lsp/cache: clean up tracking of GO111MODULE%0A > 23056f6 internal/lsp/cache: clean up getOrLoadIDsForURI%0A > 5a4eba5 internal/lsp/cache: remove support for invalid metadata%0A > 32a17c0 gopls/internal/lsp/mod: fix unaffecting vuln diagnostics msgs%0A > dea100b internal/testenv: skip tests that need export data for std if 'go tool compile' does not exist%0A > ba373ee playground/socket: eliminate an arbitrary timeout in TestLimiter%0A > 3d085f3 gopls/internal/lsp/lsprpc: eliminate arbitrary timeout in TestEnvForwarding%0A > 434d569 gopls/internal/lsp/regtest: improve documentation%0A > ce26db4 go/analysis: add Pass.TypeErrors field%0A > b0ad6b2 gopls/internal/regtest/misc: fix use of the AfterChange API%0A > 89856a4 gopls/semantic: semantic tokens for type parameters%0A > 6e8da3f internal/pkgbits: port small optimization from compiler to tools%0A > 06fb723 internal/gcimporter: port memory reuse optimizations from Go tree%0A > fc702c5 internal/gcimporter: fix performance regression for unified IR%0A > 1cb4c17 gopls/internal/regtest: make AfterChange do the awaiting%0A > 0c71b56 gopls/internal/lsp: fix diagnostic suppression when folders change%0A > e3b3c01 go/pointer: break TestInput into subtests and update skips%0A > 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible%0A > 8f32411 cmd/stringer: replace ioutil with os%0A > 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout%0A > 004d118 gopls/internal/lsp/mod: simplify ModVulnerabilityDiagnostics%0A > 4a8413c gopls/internal/lsp/mod: deleted unused function pkgVersion%0A > bc08991 gopls: sync golang.org/x/vuln@3af8368ee4fe%0A > d66e9b4 internal/typesinternal: update go/types error codes for 1.20%0A > 6f99366 gopls/internal/lsp/cache: don't pass snapshot.fset to go/packages%0A > d56532a cmd/compilebench: make it work without installed .a's%0A > 502c634 go.mod: update golang.org/x dependencies%0A > bd04e32 internal/jsonrpc2_v2: eliminate a potential Accept/Dial race in TestIdleTimeout%0A > d41a43b internal/jsonrpc2_v2: fix a potential deadlock when (*Conn).Close is invoked during Bind%0A > 3057465 gopls/doc: Add plugin for Lapce to gopls documentation%0A > ba92ae1 internal/persistent: avoid incorrect map validation due to multiple keys%0A > 9474ca3 gopls/doc: clarify `go work use`%0A > 003fde1 internal/gcimporter: use nondeprecated go/packages mode bits%0A > 5050657 gopls/fake: add semantic token modifiers to fake editor%0A > 88a3548 gopls/coverage: repair coverage.go%0A > 8e0240a internal/regtest/workspace: permanently skip TestDeleteModule_Interdependent%0A > fe725d9 gopls/internal/regtest: simplify awaiting diagnostics from a change%0A > 3c8152e internal/gcimporter: optimize dependency lookup%0A > 39c2fd8 internal/lsp/cache: simplify importsState modfile hashing logic%0A > ec044b1 gopls: update dependencies following the v0.10.0 release%0A > 2b29c66 internal/gcimporter: API for shallow export data%0A > affa603 internal/gcimporter: moved from go/internal/gcimporter%0A > a77a1fb gopls/internal/lsp/mod: fix vulncheck hover message%0A > 4ada35e gopls/internal/lsp: handle modVulncheckSource in diagnosticSource.String%0A > e5f03c1 gopls/doc: clean up README and add a release policy%0A > d5e9e35 go/analysis/passes/loopclosure: enable analysis of parallel subtests%0A > 039b24b internal/jsonrpc2_v2: initiate shutdown when the Writer breaks%0A > 32e1cb7 gopls/internal/lsp: clarify control around diagnostics%0A > feeb0ba gopls/internal/lsp/cmd: fix deadlock when opening a file%0A > 6e9dc86 gopls/internal/lsp/source/completion: fix panic in completion on *error%0A > 73fcd88 Revert "internal/jsonrpc2_v2: initiate shutdown when the Writer breaks"%0A > 70a130e gopls/api-diff: simplify the api-diff implementation%0A > 3e8da47 internal/jsonrpc2_v2: initiate shutdown when the Writer breaks%0A > 3566f69 gopls/internal/lsp/source: minor space optimizations%0A > 7cdb0e7 internal/jsonrpc2_v2: rename Serve to NewServer and eliminate its error return%0A > 28e9e50 internal/jsonrpc2_v2: eliminate error return from Bind%0A > eabc3a0 internal/jsonrpc2_v2: eliminate isClosingErr%0A > 4885f7c internal/jsonrpc2_v2: eliminate a temporary connection leak in (*Server).run%0A > 739f55d internal/jsonrpc2_v2: rework Connection concurrency%0A > e172e97 go/types/typeutil: break recursion through anonymous interfaces%0A > f1c8f7f internal/lsp/source: optimize filter regular expression%0A > e074ef8 gopls/internal: don't show a warning if the Go version is undetected%0A > 7fba77c gopls/internal/lsp/source: remove deprecated settings from EnableAllExperiments%0A > 42cb7be gopls/internal/lsp: improve the Go version deprecation message%0A > 2af106e gopls/internal/hooks: fixes to diff disaster logic%0A > e4bb343 go/internal/gcimporter: update to anticipate missing targets and .as%0A > 875c31f go/internal/gcimporter: add test of export/import on std%0A > 541f4c5 cmd/bundle: quote command-line arguments in output%0A > de675d5 tools/gopls: argument in function bodies marked as parameter by semantic tokens%0A > 3e1371f gopls/internal: start on LSP stub generator in Go.%0A > 121f889 gopls/internal/lsp/mod: merge vuln diagnostics to one, and add a hover%0A > d6511e5 internal/facts: share go/analysis/internal/facts with gopls%0A > 2e0ca3a go/internal/gcimporter: fix bug in struct iexport%0A > 1928cea go/ssa: emit field and index lvals on demand%0A > 8166dca go/analysis/passes/asmdecl: define register-ABI result registers for RISCV64%0A > 2dcdbd4 go/internal/gcimporter: port CL 431495 to tools, add tests%0A > d476af7 go/ssa: add slice to array conversion%0A > d212f7d gopls/internal/regtest/workspace: fix bugs in test%0A > 051f03f gopls/internal/lsp/cache: remove unnecessary params%0A > 21f6127 gopls/internal/lsp/cache: add PkgPath->PackageID index to Metadata%0A > 06041c9 gopls/doc: update manual documentation of the newDiff setting%0A > f112c43 go.mod: update golang.org/x dependencies%0A > 207f456 go/internal/gcimporter: bump version number in skew check%0A > 65196ca gopls/README.md: fix wording around supported Go versions%0A > 6128030 gopls/internal: support renaming packages with int. test variants%0A > 649df2e go.mod: mark as requiring -compat 1.16%0A > 91311ab gopls/internal/lsp/cache: better import path hygiene%0A > 9eda97b go/analysis: enable a test that applies after go list behavior change%0A > b50d7ba gopls: minor cleanup of standalone package support%0A > 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation%0A > d67c3ad internal/imports: repair warnings from default analyzers%0A > bc2e3ae internal/jsonrpc2_v2: add Func convenience wrappers for the Binder and Preempter interfaces%0A > a9b653b cmd/compilebench: use -a instead of -i to ensure dependencies are built%0A > 4818d9e Revert "gopls/internal/lsp/cache: disable strict analysis while we fix panics"%0A > b2efd4d internal/jsonrpc2_v2: eliminate most arbitrary timeouts in tests%0A > 371ef16 internal/jsonrpc2_v2: rework concurrency in idleListener%0A > 5935531 internal/jsonrpc2_v2: remove “Box” suffix from channel field names%0A > fd32990 internal/jsonrpc2_v2: error out in-flight client calls when the reader breaks%0A > 0e222f5 internal/jsonrpc2_v2: close the underlying connection if Wait is called instead of Close%0A > bc4e384 gopls/internal/lsp/cache: fix crash in analysis%0A > b93a56f refactor/satisfy: fix visiting functions in the unsafe package%0A > 9b5e55b gopls/internal/lsp/cache: disable strict analysis while we fix panics%0A > 9ffaf69 gopls/internal/lsp/cache: minor analysis cleanups%0A > ffb862b gopls/internal/lsp/cache: remove stray print statement%0A > f87c1ed internal/fastwalk: improve Darwin performance by ~3x%0A > b253314 gopls/internal/lsp/cache: add support for loading standalone main files%0A > 3beecff gopls/internal/span: some cleanups%0A > d375238 gopls: dedup upgrade code actions for vulncheck%0A > b20ae4b README: format install command%0A > 19a5504 gopls/internal/lsp: use the golang.org/x/vuln/exp/govulncheck%0A > ab79327 cmd/ssadump: disable run mode with runtime package%0A > 29429f5 gopls/internal/lsp/source: sort protocol edits%0A > 49b340b go/analysis: update tests for different go list error behavior%0A > cd0288f internal/lsp/cache: invalidate analysis results on packages.Load%0A > 906c733 gopls/internal/lsp/source: find references in test packages%0A > 2a41b25 internal/robustio: fix log.Fatal calls that should be log.Fatalf%0A > 150b5f8 internal/imports: read entire API dir in mkstdlib.go%0A > 19cfa79 internal/lsp/source: switch the default diff algorithm to "checked"%0A > fa6bd3b gopls: include informational vulnerability diagnostics%0A > 89b4335 gopls/internal/lsp: merge notifications about deprecated settings%0A > f90d8ad all: fix a few function names on comments%0A > 350f1e2 gopls/internal/lsp/fake: retry ephemeral errors when renaming on windows%0A > 8b1d1ec gopls/internal/lsp/cache: suppress panics during analysis%0A > 20c1ee7 gopls/internal/lsp: warn about Go versions that are too old%0A > 709f108 gopls/internal/lsp/cache: suppress crashes in fact_purity analyzer%0A > a410e98 internal/diff: ToUnified may fail%0A > 26a95e6 gopls/internal/span: move internal/span into gopls%0A > f2c4579 internal/diff: avoid unnecessary allocations%0A > 60ddcca internal/diff: Apply: validate inputs%0A > 02bef08 go/packages/packagestest: break dependency on gopls' span package%0A > 778f945 go/analysis: break dependency on span package%0A > c682555 gopls/internal/regtest/misc: delete testdata%0A > 1552529 gopls/internal/regtest/misc: use vulntest for vuln_test%0A > c4f49e4 go/analysis/passes/assign: fix map assignment%0A > bd8c28f internal/diff/lcs: fix shell format error%0A > ede3ab2 gopls/internal/lsp/protocol: simplify OffsetRange, Position%0A > dc3cf95 gopls/internal/vulncheck: use vulntest for test database creation%0A > 4ef38dc gopls/internal/vulncheck/vulntest: add test helpers%0A > 2f57270 gopls: update golang.org/x/vuln%0A > d96b238 internal/diff: simplify API, break span dependency%0A > 9856077 internal/diff: abolish errors%0A > 33c2dbf gopls/internal/lsp: remove extra newlines in vulncheck diagnostics%0A > b280e27 gopls/internal/lsp/cache: make IsIntermediateTestVariant a method%0A > c5514b7 gopls/internal/lsp/source: use PackageFromFile in Identifier%0A > ff4ff8b gopls/internal/lsp/source: don't type-check in FindPackageFromPos%0A > 2d32e15 gopls/internal/lsp/cache: in tests, show all stacks during analyzer crash%0A > dc88e7b godoc: fix some comments%0A > 7f79a02 gopls: use fmt.Fprintf%0A > 40dabfa gopls/internal/lsp: add support for package renaming%0A > 55e5cff internal/diff: unified: match GNU diff for empty file%0A > 3e0355b gopls/.../fillstruct: support generic types%0A > ed98f10 gopls: prefix vulncheck diagnostic message with title%0A > b180eff x/tools/go/analysis: extend json output by SuggestedFixes%0A > d49f960 internal/lsp/cache: report analysis panics during testing%0A > 27641fb gopls: suggest upgrading to fixed version for vulncheck diagnostics%0A > 199742a go/analysis/passes/printf: check for nil scope of instance methods%0A > 3db607b gopls/internal/lsp/cache: remove "discovered missing identifiers" log%0A > a4274a8 gopls: add diagnostics for non-stdlib vulnerabilities%0A > f80e984 gopls/internal/lsp/work: use the WorkFileError diagnostics source%0A > 9c63911 gopls/internal/lsp: delete dead code%0A > ae737bc gopls/internal/lsp: remove the source.Session interface%0A > bddb372 gopls: deprecate three experimental features%0A > 4dd4ddb go/packages: issue error if 'go list' on PATH is too new%0A > 10e9d3c gopls/internal/lsp: tolerate new 'imported and not used' error message%0A > eb45e98 gopls/internal/regtest: fix regtest failures from "undefined" errors%0A > 1bfc469 gopls: update to handle 'undefined:' versus 'undeclared' in type errors%0A > 5214f41 internal/gocommand: show pid of process%0A > c5cd943 gopls: fix the reset_golden.sh script and regenerate golden files%0A > 49a686d go/analysis: update explanation of (no) Diagnostics.Severity%0A > eb25de6 go/analysis/passes/loopclosure: only check statements after t.Parallel%0A > b243e57 gopls/internal/lsp/tests: simplify collectCompletionItems, remove Data.t%0A > 88b5529 gopls/internal/lsp/tests: use the mustRange helper in more places%0A > c7ac942 gopls/internal/lsp: simplify prepareRename tests%0A > b9adce9 internal/lsp/source: derive document symbols from syntax alone%0A > 3dda4ba all: replace deprecated egrep with grep -E%0A > 1877b5f go/analysis/passes/printf: permit multiple %w format verbs%0A > b3ab50b go/analysis/passes/stdmethods: recognize Unwrap() []error%0A > 62ae586 gopls/test: disable stderr output for command line tests as well%0A > be3ff02 go/analysis/passes/sortslice: correct diagnostic for sort.Slice(f())%0A > 2f04713 gopls: fix out of bounds bug in extract%0A > 16b9742 go/analysis/passes/loopclosure: use go/types' object resolution%0A > 81a42f0 gopls/internal/lsp/tests: pass in a *testing.T to Data.Golden%0A > 14462ef go/analysis/passes/loopclosure: experiment with checking t.Run+Parallel%0A > 00ae48e go/internal/pkgbits: replace os.SEEK_CUR with io.SeekCurrent%0A > 835bfdf gopls: update x/vuln to pick fix for incorrect version suggestion%0A > 6782af0 gopls/internal/lsp/source: clarify qualifiedObject%0A > f901623 gopls/internal/lsp: suppress noisy log output in tests%0A > df2eb93 gopls/test: fix erroneously skipped tests, remove redundant cmd tests%0A > 1578244 gopls: set codelensProvider in initialize response%0A > fdf581f internal/lsp: allow extract func ranges to begin/end with comments%0A > b256f1f gopls/internal/lsp/cache: remove distracting "safe trimming" log%0A > 0e011a0 all: use constant to avoid repeated definitions%0A > 4d18923 gopls/internal/fake: sort edits by both start and end position%0A > 45ad958 gopls/internal/lsp/protocol: fix json tags and indirect some zero values%0A > a61f20e internal/gocommand: tweak debugging for hanging go commands%0A > cdd6986 gopls/tsprotocol: make Disabled in CodeAction optional%0A > 0398b3d internal/gocommand: add instrumentation for hanging go commands%0A > 9250e22 internal/lsp: latest version of LSP stubs%0A > ec74389 gopls/internal/lsp/source: make "chatty" diagnostics the default%0A > 7e129ca gopls: add codelens to reset upgrade diagnostics%0A > a81fce3 gopls: run go mod tidy -compat=1.16%0A > a8b9ed3 gopls/internal/lsp/source: remove Govulncheck from Hooks%0A > 678efe0 gopls/internal/lsp/cmd: fix vulncheck error handling%0A > e71c338 go/ssa/ssautil: initialize info when there is syntax%0A > 0eebaab go/analysis: allow for identical SuggestedFixes%0A > eeaf4eb internal/lsp/fake: add rename file support for testing%0A > 4754f75 go/analysis/passes/copylock: modify match pattern to satisfy change sync.Once.done to atomic.Bool%0A > a630751 x/tools: update go.mod following moving LSP code to x/tools/gopls%0A > 308e02c x/tools/go/ssa: disable slice-to-array test%0A > 3ee1710 gopls/doc: update stale documentation and improve link names%0A > 5f27e05 all: remove redundant type conversion%0A > b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp%0A > dd1bab2 go/analysis/passes/printf: fix panic parsing argument index%0A > bac5507 go/analysis/internal/checker: make applyFixes work from the first character%0A > c1dd25e gopls/internal/migrate.sh: a script to migrate internal/lsp to gopls/%0A > 83d7619 gopls : add a mention of staticcheck to settings documentation%0A > d815cba internal/lsp: update LSP protocol for WorkspaceEdit%0A > 6a585a2 x/tools/internal/typeparams: use regexp to match wanted result%0A > be9eab1 go/analysis/passes/inspect: fix example return%0A > 5ba8541 x/tools/internal/lsp/source: disable some tests for std lib changes%0A > eb8352e gopls/internal/govulncheck: sync x/vuln@62b0186%0A > 655abda gopls/internal/regtest: TestEditGoDirectiveWorkspace should fail eagerly%0A > 33c1ddd tools/gopls/internal/regtest/diagnostics: handle new error message%0A > 40cfaff x/tools/internal/lsp/source: disable some tests for std lib changes%0A > f16be35 internal/lsp/source: add functions to type hover output%0A > dfc8d49 internal/lsp/testdata: fix diagnostics checksum%0A > 6c10975 internal/lsp/cache: honor RunDespiteErrors=false%0A > 49ab44d x/tools/internal/lsp: re-enable a test with adjusted error message%0A > 550e1f5 internal/lsp/tests: use a shorter module path for test data%0A > 4ccc73c internal/lsp/tests: simplify comparison of markdown at go1.18%0A > 3eb8a8f internal/lsp/cache: delete misleading Package.IllTyped method%0A > cb91d6c internal/lsp/cache: clarify error control flow of analysis%0A > 41c3a9b internal/lsp/analysis/fillreturns: be defensive w.r.t. type errors%0A > fe1a27b gopls/doc: make doc generation work regardless of the current directory%0A > ddbeb75 internal/lsp: run internal/lsp/reset_golden.sh%0A > 248c34b internal/lsp: support regular expressions in Diagnostics tests%0A > 431f4ef internal/lsp/tests: re-enable ARM tests%0A > 717a671 go/analysis/passes/printf: remove unused hasBasicType%0A > 7f23307 internal/lsp: limit diagnostics for upgrades to codelens go.mod file%0A > 7c5e035 internal/lsp: fix suppressed panic in analyzer%0A > 2f38e1d internal/lsp/tests: disable failing test on ARM%0A > d35bb19 internal/lsp/tests: improve assertion error message%0A > 7111c2e x/tools/internal/lsp: disable a test so we can change the parser error%0A > db6a62c go/internal/gcimporter: call Interface.Complete in unified importer%0A > 587a153 internal/lsp: hover to render go 1.19 doc comments%0A > e55fb40 internal/lsp/cache: clear shouldLoad IDs on load%0A > a3cac11 godoc/redirect: delete golang.org-specific code%0A > b3851a8 internal/lsp/cache: tweaks to metadata graph%0A > 938e162 gopls/internal/regtest: unskip TestDeleteModule_Interdependent%0A > e8507be gopls/internal/regtest/bench: replace -gopls_version with -gopls_commit%0A > 8c83056 gopls/internal/regtest: unskip TestSumUpdateFixesDiagnostics%0A > 987de34 internal/lsp/completion: don't use Type.String for checking identity%0A > 5a26068 internal/lsp/source: remove utm_source from pkgsite links%0A > 35f806b gopls/doc/workspace: correct grammar%0A > bebd890 go/analysis: remove stray print statement in the timeformat analyzer%0A > 88d981e printf analyzer: link to fmt#Printing for verb/type docs%0A > c4ec74a go/internal/pkgbits: fix performance of rawReloc%0A > 37a81b6 internal/lsp: add unnecessary tags for unused vars and imports%0A > 3807419 internal/lsp/cache: validate the range for critical errors in go files%0A > b2156b5 gopls: update dependencies%0A > 0ad49fd internal/imports: update stdlib index for 1.19%0A > 3950865 gopls/internal/regtest/bench: add a -gopls_version flag%0A > 6fa767d internal/lsp: update documentation for directoryFilters setting and default value%0A > 96d05aa gopls/internal/regtest: fix TestFailingDiagnosticClearingOnEdit%0A > 4ff08b4 gopls: Improve auto-imports example for NeoVim LSP%0A > 92d58ea internal/lsp/cache: register a file watcher for explicit GOWORK values%0A > 98aef77 internal/lsp/cache: track explicit go.work files outside the workspace%0A > fff6d6d internal/lsp: update the broken workspace message to mention go.work%0A > 9b60852 gopls/internal/regtest: move TestMultipleModules_Warning to ./workspace%0A > 06d96ee gopls/internal/regtest/bench: add a test for completion following edits%0A > 81c7dc4 internal/lsp: polish vulncheck progress messages%0A > af2a0a8 internal/lsp: use exec.CommandContext when running vulncheck%0A > 3519aa2 internal/lsp/cmd: remove unused Env from pkgLoadConfig%0A > 6c27717 internal/lsp/mod/code_lens: add "run govulncheck" codelens%0A > 763f65c gopls/internal/regtest/misc: simplify shared edit tests%0A > fc3b24a go/internal/gcimporter: rewrite interface receiver parameters%0A > b5fd088 internal/lsp/command: replace VulncheckArgs Dir with URI%0A > 99fd76f internal/lsp/cache: delete KnownMetadata.PkgFilesChanged%0A > 01c9ff0 internal/lsp/cache: invalid packages should not be workspace packages%0A > bd68922 internal/lsp: new options to disable certain kinds of semantic tokens%0A > bceee4b internal/lsp/command: let RunVulncheckExp call gopls vulncheck%0A > 3e0a503 internal/lsp: use directoryFilters in import scanning%0A > 87f47bb gopls/internal/regtest/bench: refactor and improve benchmarks%0A > 8b9a1fb go/callgraph/vta: do not assume that recovers cannot be deferred%0A > 371fc67 go/tools: add check for time formats with 2006-02-01%0A > d08f5dc gopls/internal/regtest: unskip all of TestModFileModification%0A > ddb90ec internal/lsp/cache: fix data races to view.options%0A > 0d04f65 internal/lsp: re-send diagnostics on file events%0A > d025cce internal/lsp/source: don't crash requesting gc_details for an empty file%0A > 10cb435 internal/lsp/regtest: improvements for shared execution modes%0A > 4d0b383 internal/lsp/regtest: minor cleanup for magic regtest envvar%0A > 310ea71 gopls/internal/regtest: add a test that ignoring a file resolves errors%0A > 21861e6 gopls/internal/regtest/bench: put feature benchmarks in their own file%0A > c7f1191 go/internal/gcimporter: set underlying types in proper order; flatten imports%0A > bd3f524 internal/lsp: rename all the package names in the renamed package%0A > 9f65685 internal/lsp/source: enable the new diff with allExperiments%0A > 9580c84 internal/lsp: Check if user's editor support rename operation%0A > f560bc8 internal/lsp/cache: don't set context cancellation as a critical err%0A > 8ea5687 internal/lsp/regtest: remove arbitrary timeout for closing the editor%0A > d01bb2f internal/lsp/source: document the handling of GOPRIVATE for linkTarget%0A > 98bfcd1 internal/memoize: fix race in Store.Promise%0A > e02e98a internal/lsp/cache: allow network whenever reloading the workspace%0A > b52794a internal/lsp/cache: simplify snapshot.Clone reinitialization logic%0A > f1bb5ca internal/lsp/cache: report a critical error when go.work is invalid%0Abumping golang.org/x/net 8e2b117...dfa2b5d:%0A > dfa2b5d go.mod: update golang.org/x dependencies%0A > 8c4ef2f hmtl: add security section to package comment%0A > 1d46ed8 html: have Render escape comments less often%0A > 569fe81 html: add "Microsoft Outlook comment" tests%0Abumping k8s.io/code-generator 6523e22...eec869e:%0A > eec869e Merge pull request # 117691 from dims/re-do-of-117242-on-release-1.26%0A > 824419b Bump runc go module v1.1.4 -> v1.1.6%0A > ba94e65 Merge pull request # 115787 from liggitt/net-0.7.0-1.26%0A > 6276bf2 Update golang.org/x/net to v0.7.0%0A > 73b9c40 Merge pull request # 115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26%0A > 882af80 Pin golang.org/x/net to v0.4.0 in 1.26%0A > 6063700 Merge remote-tracking branch 'origin/master' into release-1.26%0A > b615940 Update golang.org/x/net 1e63c2f%0A > 11d5c4c update k8s.io/utils to fix util tracing panic%0A > 081720d Merge pull request # 113367 from pohly/dep-ginkgo-gomega%0A > d44fa8c dependencies: update to gomega v1.23.0 and ginkgo v2.4.0 and dependencies%0A > 300cdcf Merge pull request # 112693 from aimuz/fix-GO-2022-0969%0A > e0ef4aa Fixed (CVE-2022-27664) Bump golang.org/x/net to v0.1.1-0.20221027164007-c63010009c80%0A > 557ce1f Merge pull request # 113126 from alexzielenski/remove-unwanted-replace%0A > f86120d remove errant replace%0A > d6a8b70 Merge pull request # 113106 from pohly/dep-ginkgo-gomega%0A > f77ba6d dependencies: update to gomega v1.22.1 and ginkgo v2.3.1%0A > 3bbe215 Merge pull request # 112988 from alexzielenski/update-kube-openapi%0A > e80bbc4 Merge pull request # 113037 from pacoxu/fsnotify-v1.6.0%0A > d403dc0 update kube-openapi%0A > 790e4bc update fsnotify to v1.6.0%0A > 27bd7d9 Merge pull request # 112989 from ameukam/bump-golang.org/x/text-to-v0.3.8%0A > 4731e5c Bump golang.org/x/text to v0.3.8%0A > a8a213c Merge pull request # 112875 from pohly/update-yaml%0A > 5f5bab9 dependencies: update to sigs.k8s.io/yaml v1.3.0%0A > 983d5d0 Merge pull request # 112819 from thockin/no-make-generators%0A > c35177b Format calls to codegens%0A > 83929d0 Codegens: Do not auto-set boilerplate path%0A > 1d82d12 Merge pull request # 112705 from stevekuznetsov/skuznets/fix-comment%0A > c3414a0 clients: clarify a misleading comment%0A > 998e449 Merge pull request # 112673 from dims/update-to-latest-k8s.io/utils-sep-22%0A > e4543b2 Update to latest k8s.io/utils to pick up changes%0A > 8e999f2 Merge pull request # 112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell%0A > 524127d update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell%0A > 4ca0baf Merge pull request # 112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest%0A > b54a056 Merge pull request # 112352 from pohly/e2e-ginkgo-progress%0A > 350c30a updated etcd to v3.5.5 and newer otel libraries as well%0A > 5f3f945 e2e: bump ginkgo to v2.2.0%0A > 2e5cca7 Merge pull request # 112200 from pohly/client-go-shared-informer-factory-shutdown%0A > c3fdc3c Merge pull request # 112349 from pohly/klog-update%0A > e4b7976 client-go: support waiting for SharedInformerFactory shutdown%0A > 135f69b build: update to klog v2.80.1%0A > f60067d Merge pull request # 112341 from enj/enj/i/second_time_is_the_charm%0A > 7c81c99 Merge pull request # 111768 from weilaaa/feature_add_symmetric_difference_in_sets_string%0A > 8468f16 Remove in-tree credential plugins (again)%0A > 9b98ed3 add symmetric difference in sets%0A > 34125ff Merge pull request # 112199 from pohly/klog-update%0A > a055687 dependencies: update to klog v2.80.0%0A > 16cba21 Merge pull request # 112129 from pohly/e2e-ginkgo-report-after-each%0A > e051ad0 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1%0A > 3a31bb1 Merge pull request # 111934 from deads2k/apply-gen%0A > 4d73156 Merge pull request # 112052 from tosi3k/bump-client-golang%0A > 1382941 make applyconfiguration-gen skip generation for types that have generated clients and lack objectmeta%0A > 03a75ea Bump prometheus/client_golang to v1.13.0%0A > 17196da update the apply generator to use the same package the the client generator expects%0A > a4e23d1 Merge pull request # 111566 from inosato/remove-ioutil-from-code-generator%0A > a6a370c make applyconfiguration-gen handle pointers to slices%0A > 087714e Merge pull request # 109884 from qzoscar/patch-1%0A > fc00858 Remove ioutil from code-generator%0A > ed79ca3 make applyconfiguration-gen work for resources without objectmeta%0A > fea40fb Merge pull request # 111918 from liggitt/in-tree-auth%0A > 3612509 fix a broken link%0A > 78677a3 update the applyconfiguration-gen flag external-applyconfigurations to work%0A > ad6af70 Revert "Remove gcp and azure auth plugins"%0A > 7ba56cb applyconfiguration-gen handling of types that have a non-embedded use of TypeMeta%0A > 97fa351 Merge pull request # 111696 from liggitt/go119mod%0A > d71f529 add metav1.OwnerReference to the default external configurations to ease generation%0A > 2b9093f Update go.mod to go1.19%0Abumping knative.dev/hack 7d81248...5812c57:%0A > 5812c57 Update community files (# 292)%0Abumping golang.org/x/sys 90c8f94...c7a1bf9:%0A > c7a1bf9 unix: define PerfBitWriteBackward%0A > 1470852 unix: add SetsockoptTCPMD5Sig on linux%0A > a6bfb89 unix: use unsafe.Slice in anyToSockaddr%0A > c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows%0A > 6f25076 unix: define extended TCPInfo on Linux%0A > 10499f4 unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont)%0A > 92c4c39 unix: add Dup3 on FreeBSD%0A > 748af6e unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd%0A > 972870e unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1%0A > cc0b67d unix: use C.ioctl in generated ioctlPtr%0A > a3b23cc unix: use SYS_PTRACE in generated ptracePtr%0A > 71a906e unix/linux: add TUN flags and virtio_net_hdr constants%0A > 2977c77 unix: add ptracePtr that accepts pointer arg as unsafe.Pointer%0A > 6877dcc execabs: don't override Go 1.19 error with our error%0A > b13f40e unix: add ioctlPtr with unsafe.Pointer arg on other unices%0A > 3b9b58b unix: Faccess: check CAP_DAC_OVERRIDE on Linux%0A > 2da1413 cpu: get hwcap/auxv from the Go 1.21+ runtime%0A > 4fee21c windows: Add WSALookupService syscall wrappers%0A > c79a742 unix: fix a use-after-free bug in PtraceIO on freebsd%0Abumping golang.org/x/text 71a9c9a...9db913a:%0A > 9db913a go.mod: update to newer x/tools%0A > 30dadde all: correct comment typos%0Abumping github.com/go-openapi/jsonreference 28a8ff9...c5db558:%0A > c5db558 Merge pull request # 11 from erraggy/master%0A > 238d8d0 Merge pull request # 9 from meinenec/master%0A > b112df9 chore(deps): removes purell from dependancies%0A > 9b671e3 dep: update x/net to latest release%0A > 0abe7e0 dep: cve: bump x/text to v0.3.6%0Abumping golang.org/x/term d974fe8...0edf009:%0A > 0edf009 go.mod: update golang.org/x dependencies%0Abumping golang.org/x/sync 886fb93...8fcdb60:%0A > 8fcdb60 singleflight: avoid race between multiple Do calls%0A > 7f9b162 singleflight: remove forgotten field%0A > f12130a syncmap: remove redundant type conversion%0A > 7fc1605 x/sync/errgroup: clarify docs for Go%0Abumping github.com/prometheus/client_model 7bc5445...63fb982:%0A > 63fb982 Merge pull request # 63 from prometheus/sparsehistogram%0A > 5c16fa2 Merge pull request # 57 from prometheus/repo_sync%0A > fdb567d Add note about native histograms to README%0A > 6b8c742 Update common Prometheus files%0A > 942d53c Update common Prometheus files%0A > 7f720d2 Add note about experimental state of native histograms%0A > f60d1ac Update common Prometheus files%0A > 1f8dcad Merge pull request # 59 from prometheus/beorn7/histogram%0A > 6dc836e Merge pull request # 53 from prometheus/repo_sync%0A > 421ad2b Merge pull request # 58 from prometheus/beorn7/histogram%0A > a7ff713 Flatten the buckets of native histograms%0A > 0e1ed89 Merge pull request # 52 from prometheus/repo_sync%0A > a227486 Update common Prometheus files%0A > 408689d Merge branch 'master' into sparsehistogram%0A > 0da3265 Explain Span layout better%0A > 14ab895 Merge pull request # 51 from prometheus/repo_sync%0A > bc75c6a Update common Prometheus files%0A > 61b6c1a Merge pull request # 47 from prometheus/beorn7/histogram%0A > 8171e83 Add float histograms and gauge histograms to proto spec%0A > a863571 Merge pull request # 49 from prometheus/repo_sync%0A > 2fc368c Update common Prometheus files%0A > 8831f0d Merge branch 'master' into sparsehistogram%0A > bbaf1cc Switch to base 2 and powers of 2 for resolution%0A > 675c4e5 Merge pull request # 48 from prometheus/repo_sync%0A > a3e6551 Update common Prometheus files%0A > 24db95a Merge remote-tracking branch 'origin/master' into beorn7/histogram%0A > 147c58e Move .proto file and add caching of protoc and protoc-gen-go during build (# 46)%0A > 56ab8d9 Update common Prometheus files%0A > 4b803f3 Experimental encoding for sparse buckets in histogram%0A > 0255a22 Merge pull request # 43 from roidelapluie/security-dot-md%0A > 1f48c5c Rename metrics.proto to io_prometheus_client_metrics.proto (# 45)%0A > 60555c9 Merge pull request # 41 from prometheus/repo_sync%0A > 1bb3080 Add SECURITY.md%0A > 1106810 Update common Prometheus files%0Abumping k8s.io/kube-openapi 67bda5d...172d655:%0A > 172d655 Merge pull request # 319 from alexzielenski/json_next%0A > 829ce0c fix json unmarshal bug when extension used with Responses (# 320)%0A > 8d49439 add JSONRoundTripTestCase and add a Test*RoundTrip for every spec.* type which needs it%0A > b7a9e6f Merge pull request # 318 from dims/add-go.mod-for-integration-tests%0A > 3b3bb66 add jsonv2 roundtrip fuzz tests and benchmarks%0A > a70c9af Merge pull request # 307 from apelisse/test-required-job%0A > b856c89 Add a go.mod for integration test%0A > 395774f add jsonv2 implementation%0A > c6e407d Add required job that depends on matrix jobs%0A > c601e50 add go-json-experiment/json to pkg/internal/third_party%0A > 5ca72f5 gofmt changes Signed-off-by: Knative Automation <automation@knative.team>
0605c63
to
c082754
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, knative-automation The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cron -knative-prow-robot
/cc knative/serving-writers
/assign knative/serving-writers
Produced by: knative-sandbox/knobots/actions/update-deps