Commit Graph

  • 1e85ed8060 internal/imports: fix typos in documentation master Suzy Mueller 2019-07-02 14:55:42 -0400
  • 5a5cfefe1f x/tools/internal/imports: don't load package names for empty list Jay Conrod 2019-07-30 19:43:22 -0400
  • c001e47e7f internal/lsp: extra telemetry tagging of files and packages Ian Cottrell 2019-07-09 20:16:21 -0400
  • dddb761723 internal/lsp: fix watched file protocol constants Muir Manders 2019-07-15 16:10:48 +0000
  • 09f9cfa882 internal/lsp: set initialized state Billie Cleek 2019-07-29 20:48:11 -0700
  • a81e99d748 internal/lsp: find import errors for named imports Suzy Mueller 2019-07-30 11:10:00 -0400
  • ed3277de27 internal/lsp: use correct desc for annotation Odin Ugedal 2019-07-30 23:37:57 +0200
  • 7deaedd405 internal/lsp/cache: clean up parse.go Edward Muller 2019-07-28 00:52:02 +0000
  • ff9f140924 internal/lsp/source: fix renaming of SuggestedFixes in experimental file Michael Matloob 2019-07-27 16:37:10 -0400
  • fc6e2057e7 internal/lsp: process configuration per workspace folder Ian Cottrell 2019-07-27 11:59:14 -0700
  • db2fa46ec3 internal/lsp: compare mod file versions used in imports Suzy Mueller 2019-07-12 15:54:06 -0700
  • 1bd56024c6 internal/lsp: format files in packages with errors Suzy Mueller 2019-07-26 18:17:04 -0400
  • 2e34cfcb95 internal/import: strings.Trim expects a cutset, not a string Christian Muehlhaeuser 2019-07-25 00:40:27 +0000
  • 8aa4eac1a7 gopls: update x/tools vesion in mod file Ian Cottrell 2019-07-24 10:04:51 -0700
  • 4e8ec5a316 internal/lsp: swallow hover error over identifier not found Jorge Araya 2019-07-24 16:13:56 +0000
  • 8bb11ff117 internal/lsp: fix lockup for packages with many files Ian Cottrell 2019-07-19 16:16:41 -0400
  • e377ae9d63 internal/lsp: add an ocagent exporter for the telemetry system Ian Cottrell 2019-07-17 19:17:43 -0400
  • 5ec23663d0 go/cfg: stop once we've found the fallthrough target Dominik Honnef 2019-07-19 00:48:11 +0200
  • 72478f3938 internal/imports: disable go/packages-incompatible tests Rebecca Stambler 2019-07-18 18:59:26 -0400
  • 87e92536fd internal/lsp: the json wire format of the open cencus agent Ian Cottrell 2019-07-15 14:37:23 -0400
  • 625c92e46d internal/lsp: have tests report a different application name to the main gopls binary Ian Cottrell 2019-07-17 20:30:54 -0400
  • 38daa6564b internal/lsp: new tracing system Ian Cottrell 2019-06-26 22:46:12 -0400
  • 82a3ea8a50 internal/imports: save scanned module cache results Suzy Mueller 2019-07-16 17:37:05 -0400
  • c81b74871b go/packages, internal/lsp: modify tests to expose overlays bug Rebecca Stambler 2019-07-16 01:58:38 -0400
  • 7caf8110c9 internal/lsp: purge the remains of the xlog system now it is not used Ian Cottrell 2019-07-15 12:24:58 -0400
  • 73497f0562 internal/lsp: convert logging calls Ian Cottrell 2019-07-14 23:08:10 -0400
  • 7ec096a112 internal/lsp: add a new telemetry based logging system Ian Cottrell 2019-07-10 15:19:29 -0400
  • f2838559cb internal/lsp: use a background context for the background worker Ian Cottrell 2019-07-16 22:20:43 -0400
  • 128ec6dfca internal/lsp: fixed broken tracing Ian Cottrell 2019-07-16 19:56:49 -0400
  • e98af23098 go/packages: add debug logging via the packages.Config Rebecca Stambler 2019-07-14 13:59:24 -0400
  • fdb8f0bb4e internal/lsp: cache the imports ProcessEnv across imports calls Suzy Mueller 2019-07-03 15:23:05 -0400
  • b0712d6011 internal/lsp: fix the incomplete and broken commit Ian Cottrell 2019-07-16 16:24:47 -0400
  • b667c4c58e internal/lsp: cache the *ast.File and *token.File on the package Rebecca Stambler 2019-07-11 21:05:55 -0400
  • 502543d2ed internal/jsonrpc2: move stats and logging across to gopls Ian Cottrell 2019-07-12 16:33:10 -0400
  • 0b5a7f81db internal/lsp: add tracing to the didOpen call Ian Cottrell 2019-07-15 12:59:09 -0400
  • 919acb9f1f internal/lsp: add continue to source_test Rebecca Stambler 2019-07-16 01:27:56 -0400
  • fefcef05ab digraph: refactor allpaths to print an adjacency list Jean de Klerk 2019-07-12 10:22:56 -0600
  • 9b2cb0e5f6 internal/lsp: add temporary file to fix bug with tip go Ian Cottrell 2019-07-15 17:57:01 -0400
  • a0f5e6c5c2 internal/lsp: sort rename results Suzy Mueller 2019-07-15 17:02:40 -0400
  • 9e48ab1d90 go/loader: normalize cycle to remove flake Michael Matloob 2019-07-12 17:14:28 -0400
  • 607ca053a1 internal/lsp: fix panics in loading, add more logging Rebecca Stambler 2019-07-14 14:54:41 -0400
  • ef8e083144 internal/lsp: add an rpc summary debug page using the metrics Ian Cottrell 2019-07-09 10:55:22 -0400
  • 565492930f internal/lsp: remove the non context xlog path Ian Cottrell 2019-07-12 19:26:13 -0400
  • 1b7e409d2c internal/lsp: convert all logging calls to the context version Ian Cottrell 2019-07-10 20:47:54 -0400
  • c8ecc7589e interal/lsp: add context based version of xlog Ian Cottrell 2019-07-10 21:01:12 -0400
  • 8b927904ee internal/jsonrpc2: extract logic to handler hooks Ian Cottrell 2019-07-12 00:43:12 -0400
  • b32ec66a23 internal/jsonrpc2: cleanup the jsonrpc2 callbacks Ian Cottrell 2019-07-11 12:57:35 -0400
  • f4b4e63240 internal/lsp: fix unnecessary error logging litleleprikon 2019-07-12 21:16:29 +0200
  • 128c804424 internal/lsp: handle language ID in didOpen calls Rebecca Stambler 2019-06-27 14:59:09 -0400
  • 8308f91286 internal/lsp: add links search in comments and string literals litleleprikon 2019-07-08 00:25:19 +0200
  • 63f37bb4d3 internal/lsp: fix some cases of stuck files Muir Manders 2019-07-11 23:44:03 +0000
  • d5f455491e go/analysis: update internal/facts and unit checker to support all(Package|Object)Facts methods Michael Matloob 2019-07-12 10:45:00 -0400
  • 9a621aea19 internal/lsp: update the generated lsp protocol Ian Cottrell 2019-07-11 14:53:13 -0400
  • 9c57229d8a internal/lsp: add prometheus exporting of all metrics Ian Cottrell 2019-07-09 10:55:41 -0400
  • 75aaabac35 internal/lsp: reduce trace package to minimal StartSpan for now Ian Cottrell 2019-06-26 22:46:12 -0400
  • 6156d14a7a internal/lsp: add the metrics package Ian Cottrell 2019-07-08 21:22:37 -0400
  • 01b81f4f93 internal/lsp: support hover for *ast.ImportSpec Henry Wong 2019-07-11 17:00:13 +0000
  • 5f9351755f internal/lsp: stop making background contexts everywhere Ian Cottrell 2019-07-10 21:11:23 -0400
  • 2868181328 digraph: clean up docs, usage, copyright Jean de Klerk 2019-06-28 11:55:43 -0600
  • 554846603d internal/lsp: update version and go.mod gopls/v0.1.3 Rebecca Stambler 2019-07-10 12:46:48 -0400
  • 831012c29e internal/lsp/debug: increase gopls version before tagging new version gopls/v0.1.2 Rebecca Stambler 2019-07-09 17:53:04 -0400
  • 7b25e351ac internal/lsp: rename identifiers in test packages Suzy Mueller 2019-07-08 18:53:01 -0700
  • f82b303b69 internal/lsp: add new stats library Ian Cottrell 2019-07-08 15:15:11 -0400
  • 75a6f91e26 internal/lsp: add the new form of the telemetry tagging package Ian Cottrell 2019-07-08 12:53:01 -0400
  • 8962968d5a internal/lsp: add the worker package Ian Cottrell 2019-07-08 12:51:26 -0400
  • 4f9eeaf1bf internal/lsp: add documentation to completion items Rebecca Stambler 2019-07-02 17:31:31 -0400
  • e491332ed8 internal/lsp: compare names when finding references Suzy Mueller 2019-07-08 17:14:33 -0700
  • d255de4fdb internal/lsp: don't refresh metadata when context canceled Muir Manders 2019-07-09 17:09:04 +0000
  • 07655f7ec7 internal/lsp: return an error when renaming a builtin Suzy Mueller 2019-07-08 16:41:40 -0700
  • c8855242db go/packages: add documentation on the driver protocol. Michael Matloob 2019-07-08 16:11:00 -0400
  • c93f28baaa internal/lsp: check no errs for assignability rename Suzy Mueller 2019-07-02 18:35:35 -0400
  • dd7c7173f1 internal/lsp: remove the unused function 'markupContent'. Henry Wong 2019-07-08 09:55:40 +0000
  • 60762fc531 internal/lsp: fix test failure introduced in CL 185058 Paul Jolly 2019-07-08 16:07:47 +0100
  • 72ffa07ba3 internal/span: handle character values beyond end of line in FromUTF16Column Paul Jolly 2019-07-04 09:55:57 +0100
  • 2214986f16 internal/lsp/fuzzy: add fuzzy matching library Rebecca Stambler 2019-07-01 17:08:29 -0400
  • 719fbf7c21 internal/lsp: move function signature into detail instead of label Rebecca Stambler 2019-07-02 18:10:05 -0400
  • 504de27b36 internal/lsp: connect memoize actions to their callers Ian Cottrell 2019-06-25 00:50:01 -0400
  • 4457e4cfd4 internal/lsp: add some trace spans to important functions Ian Cottrell 2019-06-21 16:28:23 -0400
  • abb7e64e89 internal/lsp: include declaration for references Suzy Mueller 2019-07-02 17:41:09 -0400
  • 063514c48b internal/lsp/cmd: replace time.Tick with time.After Jonathan Amsterdam 2019-07-03 13:06:27 -0400
  • a00916dd39 internal/lsp: fix deadlocks loading lots of files at once Muir Manders 2019-07-03 16:46:23 +0000
  • 1c78e26233 internal/lsp: add configuration for hover levels Rebecca Stambler 2019-07-02 18:37:59 -0400
  • 9d59f9e855 internal/lsp: improve completion support for untyped constants Muir Manders 2019-07-01 21:28:46 +0000
  • 44aeb8b7c3 cmd/present: correct function reference. Johan Brandhorst 2019-07-02 20:24:52 +0100
  • 7e72c71c50 internal/lsp: hide signature help in function literals Rebecca Stambler 2019-06-28 21:27:41 -0400
  • f80f67146e internal/lsp: support renaming import specs Suzy Mueller 2019-06-27 14:01:56 -0400
  • 9bea2ecb95 internal/imports: refactor to split finding and applying fixes Suzy Mueller 2019-06-28 15:19:56 -0400
  • 38ae2c8f64 internal/lsp, internal/imports: use the internal goimports library Rebecca Stambler 2019-06-28 16:21:07 -0400
  • e47c3d98c3 internal/lsp: check file content on disk when opening Rebecca Stambler 2019-06-28 19:32:53 -0400
  • 58bb5bbe30 internal/lsp: find references in test packages Suzy Mueller 2019-06-26 18:05:29 -0400
  • e750c417fb internal/lsp: handle the context.only parameter for code actions Rebecca Stambler 2019-06-27 21:26:42 -0400
  • 30f1cf78d7 internal/lsp: improve completion support for type conversions Muir Manders 2019-06-27 22:37:50 +0000
  • 970b2b065d internal/lsp: fix bug where gopls hangs on manually typed imports Rebecca Stambler 2019-06-28 19:59:25 -0400
  • fb37f6ba82 internal/lsp: fix deadlock in type-checking Rebecca Stambler 2019-06-28 16:37:54 -0400
  • 59bec04229 internal/lsp: clear diagnostics for files on close, even with errors Rebecca Stambler 2019-06-27 22:18:22 -0400
  • d5de6b6fc5 tools: update go.mod Rebecca Stambler 2019-06-28 12:46:49 -0400
  • 6cfa55603c internal/lsp: check ident exists for comment rename Suzy Mueller 2019-06-27 14:09:03 -0400
  • 86796bd73f internal/lsp: update version gopls/v0.1.1 Rebecca Stambler 2019-06-28 12:53:43 -0400
  • e9dfff8d5a gopls: update go.mod file Rebecca Stambler 2019-06-28 12:42:24 -0400
  • af4a5fc627 internal/lsp: fix bug in missing imports tracking Rebecca Stambler 2019-06-27 22:07:33 -0400