- 3d20bbe internal/gcimporter: add a missing return if objectpath fails by Robert Findley · 1 year, 8 months ago
- 304e203 internal/edit: copy cmd/internal/edit by Russ Cox · 1 year, 8 months ago
- 2ffc4dc all: fix some typos by cui fliter · 1 year, 8 months ago
- 07bfcd4 internal/gcimporter: another workaround for race to interface type set by Rob Findley · 1 year, 8 months ago
- d75c387 internal/facts: don't reexport imported facts unnecessarily by Alan Donovan · 1 year, 8 months ago
- 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls by Rob Findley · 1 year, 8 months ago
- 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos by Bryan C. Mills · 1 year, 8 months ago
- 9161e3a all: remove repetitive words by cui fliter · 1 year, 9 months ago
- 67aade5 internal/facts: strength-reduce Package param to PackagePath by Alan Donovan · 1 year, 8 months ago
- 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method by Rob Findley · 1 year, 8 months ago
- 12fe149 internal/typeparams: improve the panic in OriginMethod by Rob Findley · 1 year, 9 months ago
- 89d9fae internal/gcimporter: supporting encoding objects from different packages by Rob Findley · 1 year, 10 months ago
- 67d73b2 internal/gopathwalk: use opts.Logf for errors if set by Bryan C. Mills · 1 year, 9 months ago
- c35476f gopls: commands to start/stop profiling, and a new benchmark metric by Robert Findley · 1 year, 9 months ago
- ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile by Bryan C. Mills · 1 year, 9 months ago
- aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs by Alan Donovan · 1 year, 9 months ago
- 7bb8360 internal: fix typo by cui fliter · 1 year, 9 months ago
- 124ebfa internal/pprof: a function to compute total pprof time by Alan Donovan · 1 year, 9 months ago
- 27fd94e internal/fastwalk: doc formatting fixes (including godoc links) by Olivier Mengué · 1 year, 9 months ago
- b71392a gopls/internal/lsp/cache: reduce importing in analysis by Alan Donovan · 1 year, 10 months ago
- d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg by Robert Findley · 1 year, 9 months ago
- 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring by Robert Findley · 1 year, 10 months ago v0.10.0
- 6e1595c internal/gcimporter: treat unknown constant values the same as invalid by Rob Findley · 1 year, 10 months ago
- a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency by Alan Donovan · 1 year, 10 months ago
- 0b4461b internal/diff: fix LineEdits bug in slow path by Alan Donovan · 1 year, 10 months ago
- 1943c1e internal/diff: fix LineEdits bug in fast path by Alan Donovan · 1 year, 10 months ago
- ed90c6d internal/diff: unexport various identifiers by Alan Donovan · 1 year, 10 months ago
- 3c02551 internal/typesinternal: remove NewObjectpathFunc by Alan Donovan · 1 year, 10 months ago
- a069704 gopls/internal/lsp/filecache: avoid flock by Alan Donovan · 1 year, 10 months ago
- 12a0517 internal/gcimporter: improve error handling by Alan Donovan · 1 year, 11 months ago
- ad74ff6 go/gcexportdata: drop support for the ancient binary format by Alan Donovan · 1 year, 11 months ago
- 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex by Russ Cox · 1 year, 11 months ago
- d799eba gopls: additional instrumentation during goimports by Rob Findley · 1 year, 11 months ago
- ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm by Rob Findley · 1 year, 11 months ago
- 3d99ebe gopls/diff/unified: remove redundant information by Peter Weinberger · 1 year, 11 months ago
- 4ac71c0 internal/imports: sort fixes for deterministic results by Rob Findley · 1 year, 11 months ago
- dd09381 bisect: move to internal/bisect until API is reviewed by Russ Cox · 1 year, 11 months ago
- 58fedf6 internal/diffp: add patience diff from main repo by Russ Cox · 1 year, 11 months ago
- 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing by Bryan C. Mills · 1 year, 11 months ago
- 80dc031 internal/diff: unified: match diff delete for empty file by Ayman Bagabas · 2 years ago
- 165099b all: remove repeated definite articles by cui fliter · 1 year, 11 months ago
- ac40903 internal/gocommand: simplify GoVersion invocation by Bryan C. Mills · 1 year, 11 months ago
- 76e1037 internal/testenv: assume that mobile platforms are small machines by Bryan C. Mills · 1 year, 11 months ago
- 4baa3dc gopls/internal/bug: move bug package into gopls by Alan Donovan · 1 year, 11 months ago
- 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands by Bryan C. Mills · 2 years ago
- 6deeacb all: fix remaining tests on js/wasm by Bryan C. Mills · 2 years ago
- 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm by Bryan C. Mills · 2 years ago
- 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done by Bryan C. Mills · 2 years ago
- 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands by Alan Donovan · 2 years ago
- f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet by Nooras Saba · 2 years, 1 month ago
- 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages by Robert Findley · 2 years ago
- fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck by Robert Findley · 2 years ago
- b6dbcf8 internal/gcimporter: have IImportShallow accept an import func by Robert Findley · 2 years ago
- 35ef64e internal/tool: add the profile.alloc flag by Robert Findley · 2 years, 1 month ago
- c881168 internal/tokeninternal: add AddExistingFiles helper by Alan Donovan · 2 years ago
- 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 2 years, 1 month ago
- 096bae8 internal/gcimporter: document non-idempotence of export∘import by Alan Donovan · 2 years, 1 month ago
- 120642f gopls/internal/bug: fix a bug in the bug package by Robert Findley · 2 years, 1 month ago
- f98fce2 go/types/objectpath: add encoder type, to amortize allocation by Alan Donovan · 2 years, 1 month ago
- e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 2 years, 2 months ago
- 352e41a internal/gcimporter: updates how imports are handled in unified IR by Tim King · 2 years, 2 months ago
- 8111118 go/analysis/internal/facts: fix cycle in importMap. by Tim King · 3 years, 5 months ago
- 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 2 years, 2 months ago
- 30f191f internal/imports: update stdlib index for Go 1.20 by Gopher Robot · 2 years, 2 months ago
- 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols by Dmitri Shuralyov · 2 years, 2 months ago
- 4e8ff89 internal/imports: update stdlib index for 1.20 by Brad Fitzpatrick · 2 years, 2 months ago
- 41adf8d gopls/internal/lsp/tests: remove StripSubscripts by Robert Findley · 2 years, 2 months ago
- c276ee5 internal/robustio: fix signature of getFileID on plan9 by Robert Findley · 2 years, 2 months ago
- bd5dfbb all: fix some comments by cui fliter · 2 years, 2 months ago
- ae242ec gopls: fix windows file corruption by Robert Findley · 2 years, 2 months ago
- b62cbb6 internal/lockedfile: fix build constraints on solaris by Bryan C. Mills · 2 years, 2 months ago
- 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs by Peter Weinbergr · 2 years, 3 months ago
- 271e621 internal/lockedfile/internal/filelock: fix aix build tag by Alan Donovan · 2 years, 2 months ago
- bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 2 years, 2 months ago
- bb7c440 gopls/internal/lsp/filecache: use file locking, not rename by Alan Donovan · 2 years, 2 months ago
- f0e2d5c internal/gcimporter: discard position info for unneeded lines by Alan Donovan · 2 years, 2 months ago
- f3e53e5 internal/jsonrpc2_v2: fix typos by kouler · 2 years, 3 months ago
- d958e85 internal/gcimporter: use two-level file index by Alan Donovan · 2 years, 2 months ago
- 8aba49b internal/gcimporter: preserve column and line in shallow iexport by Alan Donovan · 2 years, 3 months ago
- 5c176b1 internal/robustio: skip os.Link test on android by Alan Donovan · 2 years, 2 months ago
- 5b300bd gopls/internal/lsp/cache: clean up view workspace information by Robert Findley · 2 years, 3 months ago
- e345d46 internal/gcimporter: fix export of invalid methods by Alan Donovan · 2 years, 3 months ago
- 3856a5d internal/robustio: add Plan9 support to FileID by Alan Donovan · 2 years, 3 months ago
- 33071fb internal/robustio: move robustio by Tim King · 2 years, 3 months ago
- 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 3 months ago
- 6df6eee internal/diff/lcs: optimize inner loop by Alan Donovan · 2 years, 5 months ago
- 57b1265 go/gcexportdata: drop support for go1.6 export data by Alan Donovan · 2 years, 3 months ago
- 099260e gopls/internal/lsp: followups to dropping line directives by Alan Donovan · 2 years, 3 months ago
- df35cd8 x/tools: drop support for Go toolchains older than go1.16 by Alan Donovan · 2 years, 3 months ago
- 3cba5a8 internal/gcimporter: port CL 424876 from std importer by Matthew Dempsky · 2 years, 4 months ago
- bdcd082 internal/gcimporter: skip tests earlier when 'go build' is not available by Bryan C. Mills · 2 years, 4 months ago
- f540ee6 internal/gcimporter: load cached export data for packages individually by Bryan C. Mills · 2 years, 4 months ago
- e0b516b gopls/internal/lsp/cache: invalidate metadata after vendor change by Alan Donovan · 2 years, 4 months ago
- 0379b73 internal/gcimporter: fix TestImportStdLib by Michael Matloob · 2 years, 4 months ago
- 4c3cb1e internal/gocommand: add GoVersionString by Hana (Hyang-Ah) Kim · 2 years, 4 months ago
- 2b56641 internal/gcimporter: adjust the number of expected packages in TestStdlib by Bryan C. Mills · 2 years, 4 months ago
- 3b9d20c internal/gcimporter: in TestStdlib, only check x/tools packages if we expect to have their source by Bryan C. Mills · 2 years, 4 months ago
- 932ec22 internal/testenv: add a Command function that replaces exec.Command by Bryan C. Mills · 3 years, 2 months ago
- 2592a85 gopls/internal/lsp: simplify KnownPackages by Alan Donovan · 2 years, 4 months ago
- dea100b internal/testenv: skip tests that need export data for std if 'go tool compile' does not exist by Bryan C. Mills · 2 years, 4 months ago