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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only replace NamedFieldList and add test for preserving Self
yanchith
2019-03-18
1
-13
/
+45
*
Remove unachievable TODO
yanchith
2019-03-18
1
-1
/
+0
*
Implement naive version of fill_struct_fields assist
yanchith
2019-03-17
2
-0
/
+122
*
sort navigations to make tests stable
Aleksey Kladov
2019-03-14
1
-1
/
+2
*
Add test for minus in inner pattern
Michael Chesser
2019-03-14
2
-0
/
+347
*
Allow MINUS at the start of a pattern.
Michael Chesser
2019-03-14
1
-1
/
+1
*
derive Hash for ra_hir::ModuleDef
pcpthm
2019-03-14
1
-1
/
+1
*
Merge #958
bors[bot]
2019-03-12
1
-0
/
+2
|
\
|
*
LSP: Support EnumMember and Field
kjeremy
2019-03-11
1
-0
/
+2
*
|
remove Def
Aleksey Kladov
2019-03-12
2
-6
/
+0
|
/
*
Add test for async block
Caio
2019-03-10
3
-1
/
+34
*
Add async keyword
Caio
2019-03-09
8
-2
/
+39
*
Don't default publishDecorations to true on the server
Florian Diebold
2019-03-09
1
-39
/
+61
*
Remove superfluous semicolons
kjeremy
2019-03-08
1
-5
/
+5
*
Use ast::Name::text() instead of name().syntax().text()
Ville Penttinen
2019-03-07
1
-2
/
+2
*
Fix EnumVariants not showing properly when hovering
Ville Penttinen
2019-03-07
1
-2
/
+56
*
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
2
-2
/
+2
*
|
Add support for goto definition and hover on Self
Ville Penttinen
2019-03-07
4
-26
/
+190
|
/
*
when loading workspace, say how many packages were loaded
Aleksey Kladov
2019-03-07
3
-22
/
+21
*
Merge #939
bors[bot]
2019-03-07
8
-93
/
+309
|
\
|
*
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
3
-3
/
+8
|
*
Initial implementation of project-lock.json.
David Wood
2019-03-07
8
-93
/
+304
*
|
Use source map
kjeremy
2019-03-06
2
-15
/
+10
*
|
Hover for associated items in patterns
kjeremy
2019-03-06
3
-9
/
+56
|
/
*
Merge #933
bors[bot]
2019-03-06
2
-12
/
+45
|
\
|
*
Check installed extension
Caio
2019-03-05
2
-12
/
+45
*
|
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
5
-6
/
+6
*
|
dont produce giant debug dumps
Aleksey Kladov
2019-03-05
1
-1
/
+8
*
|
show message in client's UI if workspace fails to load
Aleksey Kladov
2019-03-05
3
-8
/
+32
*
|
Merge #930
bors[bot]
2019-03-05
4
-7
/
+188
|
\
\
|
*
|
Introduce pattern_list to parse pipe separated patterns
Ville Penttinen
2019-03-05
2
-10
/
+18
|
*
|
Add support for parsing multiple if and while-let patterns
Ville Penttinen
2019-03-04
3
-1
/
+174
|
|
/
*
|
Merge #912
bors[bot]
2019-03-05
4
-24
/
+116
|
\
\
|
|
/
|
/
|
|
*
Use impl_froms!
kjeremy
2019-03-04
1
-13
/
+3
|
*
Make ExpOrPatId private
kjeremy
2019-03-04
2
-4
/
+7
|
*
Format
Jeremy Kolb
2019-03-04
1
-7
/
+2
|
*
Add NavigationTarget::from_impl_item
Jeremy Kolb
2019-03-04
2
-14
/
+22
|
*
Remove commented out code
Jeremy Kolb
2019-03-04
1
-9
/
+0
|
*
Use ImplItems instead of just Function
Jeremy Kolb
2019-03-04
3
-40
/
+65
|
*
Make goto definition/hover resolve constructors
kjeremy
2019-03-04
3
-7
/
+87
*
|
allow `mut ident` patterns in trait methods
Aleksey Kladov
2019-03-04
3
-12
/
+28
*
|
allow aliases in underscores
Aleksey Kladov
2019-03-04
4
-2
/
+21
|
/
[next]