index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_lsp_server
/
src
/
main_loop.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract check task handling into function
Emil Lauridsen
2020-01-15
1
-47
/
+56
*
Manage check state updates in main_loop to reduce lock contention
Emil Lauridsen
2020-01-15
1
-2
/
+26
*
Schedule check update regardless of notification setting
Emil Lauridsen
2020-01-13
1
-1
/
+1
*
Defer cargo check until after workspace load
Emil Lauridsen
2020-01-13
1
-0
/
+1
*
Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggle
Aleksey Kladov
2020-01-09
1
-17
/
+22
|
\
|
*
Use downcasting for CargoTomlNotFoundError
Wilco Kusee
2020-01-08
1
-2
/
+2
|
*
Allow disabling Cargo.toml not found error
Wilco Kusee
2020-01-03
1
-17
/
+22
*
|
Implement proposed CallHierarchy feature
Jeremy Kolb
2020-01-08
1
-0
/
+3
|
/
*
Retry inlay hints on content modified error
Aleksey Kladov
2019-12-30
1
-10
/
+5
*
Don't finish main cargo watch thread when subprocess finishes.
Emil Lauridsen
2019-12-27
1
-1
/
+4
*
Move cargo watch functionality to separate crate
Emil Lauridsen
2019-12-27
1
-5
/
+7
*
Keep VSCode config mostly backwards compatible
Emil Lauridsen
2019-12-25
1
-3
/
+4
*
Re-implement status display using LSP 3.15 progress event
Emil Lauridsen
2019-12-25
1
-0
/
+8
*
Configuration plumbing for cargo watcher
Emil Lauridsen
2019-12-25
1
-0
/
+3
*
Initial implementation of cargo check watching
Emil Lauridsen
2019-12-25
1
-1
/
+26
*
Don't fire no-op changes after files are saved to disk
Aleksey Kladov
2019-12-22
1
-4
/
+6
*
Add some module docs
Jeremy Kolb
2019-12-21
1
-1
/
+2
*
Clippy lints
kjeremy
2019-12-20
1
-1
/
+1
*
Support setting cargo features
oxalica
2019-12-13
1
-0
/
+1
*
Revert "Revert "Support LSP 3.15""
Aleksey Kladov
2019-12-11
1
-1
/
+2
*
Revert "Support LSP 3.15"
Aleksey Kladov
2019-12-11
1
-2
/
+1
*
Support LSP 3.15
Jeremy Kolb
2019-12-11
1
-1
/
+2
*
rename ra_ide_api -> ra_ide
Aleksey Kladov
2019-11-27
1
-1
/
+1
*
Merge pull request #2297 from kiljacken/master
Aleksey Kladov
2019-11-20
1
-0
/
+1
|
\
|
*
Move type inlay hint truncation to language server
Emil Lauridsen
2019-11-19
1
-0
/
+1
*
|
Add recursive expand in vscode
Edwin Cheng
2019-11-19
1
-0
/
+1
|
/
*
Some clippy fixes
kjeremy
2019-10-30
1
-1
/
+1
*
don't die if a sync task panics
Aleksey Kladov
2019-10-24
1
-6
/
+10
*
fixup folding ranges for "lineFoldingOnly" clients #2033
Alex Zatelepin
2019-10-21
1
-8
/
+16
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
don't deadlock on shutdown
Aleksey Kladov
2019-09-06
1
-2
/
+2
*
add option to disable notify
Aleksey Kladov
2019-09-06
1
-56
/
+118
*
cleanup main loop
Aleksey Kladov
2019-08-31
1
-126
/
+151
*
:arrow_up: lsp-server
Aleksey Kladov
2019-08-30
1
-16
/
+13
*
move lsp-server to a separate repository
Aleksey Kladov
2019-08-30
1
-65
/
+76
*
:arrow_up: vfs
Aleksey Kladov
2019-08-25
1
-1
/
+1
*
implement feature flags
Aleksey Kladov
2019-08-22
1
-12
/
+30
*
show error to the user when deserializing config
Aleksey Kladov
2019-08-22
1
-1
/
+5
*
fix default for the exlude key
Aleksey Kladov
2019-08-21
1
-0
/
+1
*
don't load sysroot in most heavy tests
Aleksey Kladov
2019-08-19
1
-1
/
+1
*
Drop support for old extendSelection API
Aleksey Kladov
2019-08-12
1
-1
/
+0
*
allow to exclude certain files and directories
Aleksey Kladov
2019-08-06
1
-1
/
+7
*
rename config
Aleksey Kladov
2019-08-06
1
-5
/
+5
*
cleanup
Aleksey Kladov
2019-08-06
1
-1
/
+1
*
Code review fixes
Kirill Bulatov
2019-07-22
1
-0
/
+1
*
Ignore workspace/didChangeConfiguration notifications.
Michael Bolin
2019-07-11
1
-0
/
+6
*
don't send LocationLink unless the client opts-in
Aleksey Kladov
2019-07-08
1
-7
/
+19
*
Formatting
Jeremy Kolb
2019-07-04
1
-1
/
+3
*
Some clippy fixes for 1.36
Jeremy Kolb
2019-07-04
1
-4
/
+3
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-5
/
+4
[next]