index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
rust-analyzer
/
src
/
lsp_ext.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-22
internal: Allow OnTypeFormatting to send SnippetTextEdit
Felicián Németh
-2
/
+15
2022-05-17
Allow inlay hint tooltips to trigger hovers
Lukas Wirth
-1
/
+2
2022-05-17
Trigger hover requests on closing brace hints
Lukas Wirth
-0
/
+5
2022-04-19
Allows triggering commands after an assist edit
Jonas Schievink
-3
/
+2
2022-04-08
Switch to LSP inlay hints
Laurențiu Nicola
-46
/
+0
2022-03-31
Add "view file text" command to debug sync issues
Jonas Schievink
-0
/
+8
2022-03-12
minor: add missing definitions of lsp_ext::InlayHintLabel
Lukas Wirth
-1
/
+19
2022-03-07
Update LSP docs
Laurențiu Nicola
-1
/
+1
2022-03-04
Load hints for part of the file only
Kirill Bulatov
-0
/
+1
2022-03-04
Fixes
Laurențiu Nicola
-1
/
+0
2022-03-04
Update inlay hints for upstream
Laurențiu Nicola
-11
/
+15
2022-03-04
Add experimental VSCode api
Kirill Bulatov
-5
/
+8
2022-02-07
add missing snake case attribute, update hash
Moritz Vetter
-0
/
+1
2021-12-07
internal: add "Shuffle Crate Graph" command
Jonas Schievink
-0
/
+8
2021-10-04
Make multiple import edits work for completions
Lukas Wirth
-0
/
+5
2021-07-30
feat: gate custom clint-side commands behind capabilities
Aleksey Kladov
-0
/
+5
2021-07-27
refactor: Make handle_hover handle ranges too
Alexander Gonzalez
-11
/
+13
2021-07-27
feat: Completed the client side implementation of rust-analyzer/hoverRange
Alexander Gonzalez
-2
/
+10
2021-07-27
feat: Extend the server with the hover_range capability
Alexander Gonzalez
-1
/
+8
2021-07-04
internal: better factoring for to_proto::completion
Aleksey Kladov
-0
/
+7
2021-07-02
Add "View Crate Graph (Full)"
Jonas Schievink
-1
/
+8
2021-05-21
Add a "Debug ItemTree" LSP request
Jonas Schievink
-0
/
+14
2021-05-18
Add new LSP extension for workspace symbol lookup
alcroito
-1
/
+41
2021-05-11
Allow viewing the crate graph in a webview
Jonas Schievink
-0
/
+8
2021-04-18
Prevent being able to rename items that are not part of the workspace
Lukas Wirth
-0
/
+6
2021-04-14
Move cursor position when using item movers
Jonas Schievink
-1
/
+1
2021-04-06
More robust status notifications
Aleksey Kladov
-15
/
+15
2021-03-18
Item up and down movers
ivan770
-0
/
+22
2021-03-11
Apply review suggestions
vsrs
-8
/
+1
2021-02-27
Add LSP request and VSCode command
vsrs
-0
/
+20
2021-02-16
Enable offset-encoding capability
Aleksey Kladov
-0
/
+4
2021-02-13
Moved CodeLens to ide crate
ivan770
-0
/
+8
2021-02-12
fix nightly warning `legacy_derive_helpers`
Peter Wischer
-1
/
+1
2021-01-29
Async Loading outdir and proc-macro
Edwin Cheng
-0
/
+1
2020-12-28
Initial implementation of view-hir command
Phil Ellison
-0
/
+8
2020-11-16
Latest LSP 3.16 protocol
kjeremy
-1
/
+1
2020-11-12
add open Cargo.toml action
Anatol Liu
-0
/
+14
2020-11-10
Switch to upstream protocol for resolving code action
Aleksey Kladov
-18
/
+17
2020-10-08
Changes from review
Zac Pullar-Strecker
-25
/
+5
2020-10-08
WIP: Command to open docs under cursor
Zac Pullar-Strecker
-0
/
+28
2020-10-02
Replace 'cargo_prefix' option with 'override_cargo'
Igor Aleksanov
-2
/
+2
2020-10-02
Add support of runnables arguments in Rust Analyzer
Igor Aleksanov
-0
/
+4
2020-09-29
Extend **Status** command to also show dep info for the file
Aleksey Kladov
-1
/
+7
2020-08-17
Fix StatusNotification
vsrs
-1
/
+6
2020-07-29
SSR: Restrict to current selection if any
David Lattimore
-0
/
+3
2020-07-24
SSR: Pass current file position through to SSR code.
David Lattimore
-0
/
+5
2020-07-16
Mark machine applicable fixes as preferred
Jeremy Kolb
-0
/
+3
2020-07-11
Update lsp-types to account for new CodeActionKind structure
Jeremy Kolb
-2
/
+4
2020-07-11
Make sure there are no commands in code actions
Aleksey Kladov
-2
/
+3
2020-07-07
Add a command to compute memory usage statistics
Jonas Schievink
-0
/
+8
[next]