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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't default publishDecorations to true on the server
Florian Diebold
2019-03-09
1
-39
/
+61
*
Merge #948
bors[bot]
2019-03-07
1
-6
/
+11
|
\
|
*
Fix test_missing_module_code_action_in_json_project on Windows
Ville Penttinen
2019-03-07
1
-6
/
+11
*
|
Specify derive feature for serde
pcpthm
2019-03-07
1
-1
/
+1
|
/
*
when loading workspace, say how many packages were loaded
Aleksey Kladov
2019-03-07
3
-22
/
+21
*
Remove rust-project.json test w/ dependencies.
David Wood
2019-03-07
1
-43
/
+0
*
Add test demonstrating logic for handling deps.
David Wood
2019-03-07
1
-1
/
+44
*
Rename and change `add_roots` to return a `Vec`.
David Wood
2019-03-07
1
-1
/
+1
*
Initial implementation of project-lock.json.
David Wood
2019-03-07
4
-18
/
+82
*
Add showWorkspaceLoadedNotification to vscode client
Ville Penttinen
2019-03-06
5
-21
/
+63
*
Rename feedback to show_message
Ville Penttinen
2019-03-05
3
-13
/
+13
*
Remove InternalFeedback
Ville Penttinen
2019-03-05
1
-7
/
+0
*
Send an actual ShowMessage instead of InternalFeedback in feedback()
Ville Penttinen
2019-03-05
3
-20
/
+27
*
Updates
kjeremy
2019-03-05
1
-1
/
+1
*
show message in client's UI if workspace fails to load
Aleksey Kladov
2019-03-05
2
-8
/
+14
*
Add optional range parameter to SyntaxTreeParams
Ville Penttinen
2019-03-03
2
-1
/
+4
*
Fix the build
kjeremy
2019-02-27
1
-1
/
+3
*
Merge #901
bors[bot]
2019-02-27
1
-1
/
+1
|
\
|
*
Add new type HoverResult to contain the results of hovering
Ville Penttinen
2019-02-26
1
-1
/
+1
*
|
Remove RawResponse::empty()
Ville Penttinen
2019-02-27
1
-2
/
+5
*
|
Work around for issue in vscode reporting a failure in request
Ville Penttinen
2019-02-27
1
-5
/
+11
|
/
*
rename type to type_alias in the AST as well
Aleksey Kladov
2019-02-25
1
-1
/
+1
*
Assign IDs to assists
Aleksey Kladov
2019-02-24
2
-13
/
+46
*
Update lsp-types and backtrace
kjeremy
2019-02-21
2
-2
/
+2
*
switch to crates.io vfs
Aleksey Kladov
2019-02-18
1
-1
/
+1
*
drop unused deps
Aleksey Kladov
2019-02-18
1
-3
/
+0
*
Don't use additional_text_edits API internally
Aleksey Kladov
2019-02-18
1
-6
/
+26
*
Refactor find_all_refs to return ReferenceSearchResult
Ville Penttinen
2019-02-17
2
-11
/
+29
*
automatically wait for worker threads
Aleksey Kladov
2019-02-14
3
-29
/
+20
*
Add support for container_name in workspace/symbol query
Ville Penttinen
2019-02-12
1
-1
/
+1
*
Fix typo in Cargo.toml authors
Ville Penttinen
2019-02-11
1
-1
/
+1
*
Update authors field in Cargo.tomls to "rust-analyzer developers"
Ville Penttinen
2019-02-11
1
-1
/
+1
*
Implement BatchDatabase construction
Florian Diebold
2019-02-10
1
-3
/
+1
*
Remove Vfs from project model
Florian Diebold
2019-02-09
1
-1
/
+5
*
Move crate graph generation to ra_project_model
Florian Diebold
2019-02-09
1
-82
/
+3
*
Extract project model to separate crate
Florian Diebold
2019-02-09
4
-348
/
+4
*
reformat the world
Aleksey Kladov
2019-02-08
12
-247
/
+77
*
Some clippy cleanups
kjeremy
2019-02-06
2
-24
/
+17
*
Fill deprecation for LSP
kjeremy
2019-02-05
1
-1
/
+1
*
Merge #742
bors[bot]
2019-02-05
1
-0
/
+1
|
\
|
*
Add alloc to std deps
Florian Diebold
2019-02-04
1
-0
/
+1
*
|
Move comment
kjeremy
2019-02-04
1
-12
/
+13
|
/
*
Future proof by explicitly matching against None
kjeremy
2019-02-04
1
-1
/
+1
*
Add comment
kjeremy
2019-02-04
1
-0
/
+4
*
Implement lens for impls and support resolving lenses.
Jeremy Kolb
2019-02-04
3
-3
/
+85
*
Add core to STD_DEPS
Laurențiu Nicola
2019-02-03
1
-0
/
+1
*
Use the new Resolver API in completion
Florian Diebold
2019-02-01
1
-0
/
+1
*
format
Jeremy Kolb
2019-01-31
1
-1
/
+3
*
Use "▶" for test code lens
Jeremy Kolb
2019-01-31
1
-1
/
+1
*
Merge #702
bors[bot]
2019-01-30
4
-3
/
+24
|
\
[next]