[gnome-builder: 16/17] Merge branch 'gwagner/gnome-builder-gwagner/rust-analyzer-2'



commit 73a451ad0bf916fe303cc38594d5b9fb347c1169
Merge: f7cb219f5 b993e563b
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 22 12:13:55 2020 -0700

    Merge branch 'gwagner/gnome-builder-gwagner/rust-analyzer-2'

 src/libide/lsp/ide-lsp-client.c                    |  79 ++++++-
 src/libide/lsp/ide-lsp-client.h                    |   1 +
 src/libide/lsp/ide-lsp-hover-provider.c            |  66 +++---
 src/libide/lsp/ide-lsp-rename-provider.c           | 181 +++++++++-----
 src/libide/lsp/libide-lsp.h                        |   1 +
 src/libide/search/ide-search-engine.c              |  89 ++++++-
 src/libide/search/ide-search-engine.h              |  30 ++-
 src/libide/sourceview/ide-source-view.c            |  27 +++
 src/plugins/rust-analyzer/meson.build              |   8 +
 .../org.gnome.builder.rust-analyzer.gschema.xml    |  12 +
 .../rust-analyzer-completion-provider.c            |   7 +-
 .../rust-analyzer-diagnostic-provider.c            |   9 +-
 .../rust-analyzer/rust-analyzer-formatter.c        |   9 +-
 .../rust-analyzer/rust-analyzer-highlighter.c      |  64 +++++
 .../rust-analyzer/rust-analyzer-highlighter.h      |  31 +++
 .../rust-analyzer/rust-analyzer-hover-provider.c   |  60 +++++
 .../rust-analyzer/rust-analyzer-hover-provider.h   |  31 +++
 .../rust-analyzer-preferences-addin.c              |  98 ++++++++
 .../rust-analyzer-preferences-addin.h              |  31 +++
 .../rust-analyzer/rust-analyzer-rename-provider.c  |  64 +++++
 .../rust-analyzer/rust-analyzer-rename-provider.h  |  31 +++
 .../rust-analyzer/rust-analyzer-search-provider.c  | 261 +++++++++++++++++++++
 .../rust-analyzer/rust-analyzer-search-provider.h  |  36 +++
 .../rust-analyzer/rust-analyzer-search-result.c    | 146 ++++++++++++
 .../rust-analyzer/rust-analyzer-search-result.h    |  37 +++
 src/plugins/rust-analyzer/rust-analyzer-service.c  | 176 +++++++++-----
 src/plugins/rust-analyzer/rust-analyzer-service.h  |  17 +-
 .../rust-analyzer/rust-analyzer-symbol-resolver.c  |   9 +-
 src/plugins/rust-analyzer/rust-analyzer-transfer.c |  40 +++-
 .../rust-analyzer/rust-analyzer-workbench-addin.c  |  20 +-
 src/plugins/rust-analyzer/rust-analyzer.c          |  16 ++
 src/plugins/rust-analyzer/rust-analyzer.plugin     |   6 +-
 32 files changed, 1506 insertions(+), 187 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]