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_assists
/
src
/
add_missing_impl_members.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch to new rowan
Aleksey Kladov
2019-04-01
1
-5
/
+8
*
Add assist for adding default methods
gfreezy
2019-03-23
1
-3
/
+58
*
Add impl members assist shold not copy docstrings, attrs and default methods.
gfreezy
2019-03-23
1
-22
/
+42
*
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
1
-0
/
+41