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
*
log time
Aleksey Kladov
2019-03-17
1
-0
/
+2
*
Reorganize name resolution
Aleksey Kladov
2019-03-17
14
-522
/
+481
*
hack around non-terminating macro expansion
Aleksey Kladov
2019-03-17
1
-0
/
+14
*
remove lower module
Aleksey Kladov
2019-03-17
12
-264
/
+48
*
remove ItemMap
Aleksey Kladov
2019-03-17
7
-569
/
+59
*
move tests over to crate-def-map
Aleksey Kladov
2019-03-17
9
-850
/
+689
*
Replace module_tree with CrateDefMap
Aleksey Kladov
2019-03-17
16
-511
/
+333
*
add name resolution from the old impl
Aleksey Kladov
2019-03-17
9
-185
/
+739
*
add skeleton for macro-aware name resolutions
Aleksey Kladov
2019-03-17
8
-9
/
+773
*
Move the primary assist fn to the top of the file
Igor Matuszewski
2019-03-16
1
-30
/
+30
*
Provide assist when cursor is immediately outside impl item block
Igor Matuszewski
2019-03-16
1
-14
/
+18
*
Do a cleanup/legibility pass
Igor Matuszewski
2019-03-16
1
-21
/
+21
*
Take into account parent indent when filling trait members
Igor Matuszewski
2019-03-16
1
-9
/
+41
*
Simplify trait resolution fragment
Igor Matuszewski
2019-03-16
1
-6
/
+3
*
Ignore unnamed trait fns and add more tests
Igor Matuszewski
2019-03-16
1
-2
/
+70
*
Simplify calculation of missing functions
Igor Matuszewski
2019-03-16
1
-9
/
+2
*
Properly support the case when the cursor is inside an empty block or outside
Igor Matuszewski
2019-03-16
1
-15
/
+44
*
Redo indent calculation when adding missing impl members
Igor Matuszewski
2019-03-16
1
-9
/
+21
*
Implement a simple working assist
Igor Matuszewski
2019-03-16
1
-13
/
+59
*
Calculate missing functions from impl body
Igor Matuszewski
2019-03-16
1
-1
/
+62
*
Add 'add_missing_impl_members' assist stub
Igor Matuszewski
2019-03-16
2
-0
/
+43
*
Remove FnSig from FnDef type
Florian Diebold
2019-03-16
4
-21
/
+26
*
Refactor FnSig a bit
Florian Diebold
2019-03-16
3
-70
/
+104
*
Some more Ty displaying cleanup
Florian Diebold
2019-03-16
2
-35
/
+33
*
Replace Display by a pretty printing trait for Ty
Florian Diebold
2019-03-16
7
-60
/
+136
*
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
|
/
[next]