go-tools/internal
Rob Findley 2e977dddbb internal/drivertest: evaluate symlink before calling packages.Load
Fixes a test failure following the submission of CL 589135.

Change-Id: I746d06d6a661552de472c21e7010d5b07ad261d3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/589059
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-30 17:27:21 +00:00
..
aliases internal/gcimporter: use Alias.Rhs, not unsafe hack 2024-04-29 14:54:20 +00:00
analysisinternal gopls/internal/cache: fix bug.Report converting Diagnostic positions 2024-05-08 23:50:19 +00:00
apidiff all: fix some typos in comments 2024-04-22 15:08:19 +00:00
astutil gopls/internal/lsp: add code actions to remove unused parameters 2023-10-16 14:27:29 +00:00
bisect cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex 2023-05-11 03:57:30 +00:00
diff all: fix some typos in comments 2024-04-22 15:08:19 +00:00
diffp internal/diffp: add patience diff from main repo 2023-05-05 00:46:00 +00:00
drivertest internal/drivertest: evaluate symlink before calling packages.Load 2024-05-30 17:27:21 +00:00
edit internal/edit: copy cmd/internal/edit 2023-07-31 12:54:44 +00:00
event gopls: normalize logging attributes 2024-04-26 20:08:17 +00:00
facts all: fix some typos in comments 2024-04-22 15:08:19 +00:00
fakenet
fuzzy internal/fuzzy: several improvements for symbol matching 2023-10-04 21:13:20 +00:00
gcimporter all: fix function names in comment 2024-05-17 16:49:08 +00:00
gocommand gopls/internal/cache: support overlays 2024-05-15 17:13:51 +00:00
gopathwalk internal/gopathwalk: walk directories concurrently 2024-02-06 18:40:19 +00:00
goroot internal/gcimporter: load cached export data for packages individually 2022-12-02 18:23:46 +00:00
imports cmd/goimports: support workspace vendoring 2024-04-16 16:30:23 +00:00
jsonrpc2 gopls: normalize logging attributes 2024-04-26 20:08:17 +00:00
jsonrpc2_v2 gopls: normalize logging attributes 2024-04-26 20:08:17 +00:00
memoize internal/memoize: fix race in Store.Promise 2022-07-28 15:35:11 +00:00
packagesinternal internal/packagesinternal: delete GoCmdRunner var (unused) 2023-11-08 22:30:59 +00:00
pkgbits internal/aliases: expose Enabled 2024-04-23 20:27:57 +00:00
pprof internal/pprof: a function to compute total pprof time 2023-07-06 20:34:16 +00:00
proxydir tools: replace references to obsolete package ioutils 2023-09-12 20:13:37 +00:00
refactor/inline internal/refactor/inline: extensible API 2024-05-04 23:00:26 +00:00
robustio x/tools: drop go1.18 support 2024-02-29 16:54:26 +00:00
stack all: gofmt 2022-04-12 17:53:17 +00:00
stdlib internal/stdlib: manifest of all std symbols since go1.0 2024-03-06 14:41:09 +00:00
testenv internal/aliases: expose Enabled 2024-04-23 20:27:57 +00:00
testfiles go/packages/internal/drivertest: a package for a fake go/packages driver 2024-05-29 21:36:25 +00:00
tokeninternal x/tools: drop go1.18 support 2024-02-29 16:54:26 +00:00
tool gopls/internal/lsp/cmd: consolidate editing flags 2023-09-01 13:22:27 +00:00
typeparams go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam) 2024-05-25 11:56:57 +00:00
typesinternal all: fix some typos in comments 2024-04-22 15:08:19 +00:00
versions all: fix function names in comment 2024-05-17 16:49:08 +00:00
xcontext